1. Updated pom information

This commit is contained in:
Rubenlagu 2016-01-20 20:26:34 +01:00 committed by Rubenlagus
parent 302509e993
commit 5bcf0da75a

16
pom.xml
View File

@ -3,10 +3,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>0.1</version>
<groupId>TelegramBots</groupId>
<artifactId>org.telegram.telegrambots</artifactId>
<version>1.0</version>
<name>Telegram Bots</name>
<description>Easy to use library to create Telegram Bots</description>
<licenses>
<license>
<name>GNU General Public License (GPL)</name>
<url>http://www.gnu.org/licenses/gpl.html</url>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>