Browse Source

1. Update to version v1.0 of TelegramBots Api

master
Rubenlagu 10 years ago
committed by Rubenlagus
parent
commit
38429ba6ae
  1. 8
      .idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v1_0.xml
  2. 2
      BotAPi.iml
  3. 2
      pom.xml

8
.idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v0_1_5.xml → .idea/libraries/Maven__com_github_rubenlagus_TelegramBots_v1_0.xml

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

2
BotAPi.iml

@ -11,7 +11,7 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.github.rubenlagus:TelegramBots:v0.1.5" level="project" /> <orderEntry type="library" name="Maven: com.github.rubenlagus:TelegramBots:v1.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.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.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" /> <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> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jersey.version>2.22.1</jersey.version> <jersey.version>2.22.1</jersey.version>
<httpcompontents.version>4.5.1</httpcompontents.version> <httpcompontents.version>4.5.1</httpcompontents.version>
<telegrambots.version>v0.1.5</telegrambots.version> <telegrambots.version>v1.0</telegrambots.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>

Loading…
Cancel
Save