TelegramBots/pom.xml

31 lines
1003 B
XML
Raw Normal View History

2016-01-14 01:14:53 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2016-07-13 20:23:38 +02:00
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>
2016-01-20 20:26:34 +01:00
<groupId>org.telegram</groupId>
<artifactId>Bots</artifactId>
<packaging>pom</packaging>
2018-02-14 20:36:22 +01:00
<version>3.6</version>
2016-10-03 12:18:37 +02:00
<modules>
<module>telegrambots</module>
<module>telegrambots-meta</module>
<module>telegrambots-extensions</module>
2017-06-30 18:29:10 +02:00
<module>telegrambots-abilities</module>
</modules>
2016-10-03 12:18:37 +02:00
2016-07-13 20:23:38 +02:00
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
2016-07-13 20:23:38 +02:00
</license>
</licenses>
2016-01-14 01:14:53 +01:00
2016-07-13 20:23:38 +02:00
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
2018-02-14 20:36:22 +01:00
<bots.version>3.6</bots.version>
2016-07-13 20:23:38 +02:00
</properties>
2016-01-14 01:14:53 +01:00
</project>