Browse Source

1. Samples Bots 2.0

master
Rubenlagu 10 years ago
committed by Rubenlagus
parent
commit
928ff13e50
  1. 8
      .idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_0.xml
  2. 2
      BotAPi.iml
  3. 2
      pom.xml

8
.idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_0_0.xml → .idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v2_0.xml

@ -1,13 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.github.rubenlagus:TelegramBots:v2.0.0">
<library name="Maven: com.github.rubenlagus:TelegramBots:v2.0">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/github/rubenlagus/TelegramBots/v2.0.0/TelegramBots-v2.0.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/rubenlagus/TelegramBots/v2.0/TelegramBots-v2.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/github/rubenlagus/TelegramBots/v2.0.0/TelegramBots-v2.0.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/rubenlagus/TelegramBots/v2.0/TelegramBots-v2.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/github/rubenlagus/TelegramBots/v2.0.0/TelegramBots-v2.0.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/rubenlagus/TelegramBots/v2.0/TelegramBots-v2.0-sources.jar!/" />
</SOURCES>
</library>
</component>

2
BotAPi.iml

@ -11,7 +11,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.github.rubenlagus:TelegramBots:v2.0.0" level="project" />
<orderEntry type="library" name="Maven: com.github.rubenlagus:TelegramBots:v2.0" level="project" />
<orderEntry type="library" name="Maven: org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.22.1" level="project" />
<orderEntry type="library" name="Maven: org.glassfish.hk2.external:javax.inject:2.4.0-b31" level="project" />
<orderEntry type="library" name="Maven: org.glassfish.grizzly:grizzly-http-server:2.3.23" level="project" />

2
pom.xml

@ -26,7 +26,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jersey.version>2.22.1</jersey.version>
<httpcompontents.version>4.5.1</httpcompontents.version>
<telegrambots.version>v2.0.0</telegrambots.version>
<telegrambots.version>v2.0</telegrambots.version>
</properties>
<dependencyManagement>

Loading…
Cancel
Save