Update 2.4.0 - Game platform
This commit is contained in:
parent
17985d2f68
commit
1d84aa79ea
42
pom.xml
42
pom.xml
@ -6,12 +6,32 @@
|
|||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<groupId>org.telegram</groupId>
|
<groupId>org.telegram</groupId>
|
||||||
<artifactId>telegrambots</artifactId>
|
<artifactId>telegrambots</artifactId>
|
||||||
<version>2.4.0.BETA6-SNAPSHOT</version>
|
<version>2.4.0</version>
|
||||||
|
|
||||||
<name>Telegram Bots</name>
|
<name>Telegram Bots</name>
|
||||||
<url>https://github.com/rubenlagus/TelegramBots</url>
|
<url>https://github.com/rubenlagus/TelegramBots</url>
|
||||||
<description>Easy to use library to create Telegram Bots</description>
|
<description>Easy to use library to create Telegram Bots</description>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<url>https://github.com/rubenlagus/TelegramBots/issues</url>
|
||||||
|
<system>GitHub Issues</system>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<url>https://github.com/rubenlagus/TelegramBots</url>
|
||||||
|
<connection>scm:git:git://github.com/rubenlagus/TelegramBots.git</connection>
|
||||||
|
<developerConnection>scm:git:git@github.com:rubenlagus/TelegramBots.git</developerConnection>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<email>rberlopez@gmail.com</email>
|
||||||
|
<name>Ruben Bermudez</name>
|
||||||
|
<url>https://github.com/rubenlagus</url>
|
||||||
|
<id>rubenlagus</id>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>GNU General Public License (GPL)</name>
|
<name>GNU General Public License (GPL)</name>
|
||||||
@ -33,11 +53,12 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<jersey.version>2.23</jersey.version>
|
<jersey.version>2.23.2</jersey.version>
|
||||||
<jerseybundle.version>1.19.1</jerseybundle.version>
|
<jerseybundle.version>1.19.2</jerseybundle.version>
|
||||||
<httpcompontents.version>4.5.2</httpcompontents.version>
|
<httpcompontents.version>4.5.2</httpcompontents.version>
|
||||||
<json.version>20160212</json.version>
|
<json.version>20160810</json.version>
|
||||||
<jackson.version>2.7.4</jackson.version>
|
<jackson.version>2.7.4</jackson.version>
|
||||||
|
<commons.version>2.5</commons.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@ -91,7 +112,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.4</version>
|
<version>${commons.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@ -164,10 +185,8 @@
|
|||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-sources</id>
|
|
||||||
<phase>verify</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>jar-no-fork</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
@ -178,11 +197,12 @@
|
|||||||
<version>2.10.3</version>
|
<version>2.10.3</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-javadocs</id>
|
|
||||||
<phase>site</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>javadoc-no-fork</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<additionalparam>-Xdoclint:none</additionalparam>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user