2018-04-17 11:52:08 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
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>
|
2019-07-08 21:22:51 +02:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.telegram</groupId>
|
|
|
|
<artifactId>Bots</artifactId>
|
2021-11-06 15:52:47 +01:00
|
|
|
<version>5.4.0</version>
|
2019-07-08 21:22:51 +02:00
|
|
|
</parent>
|
|
|
|
|
2018-04-17 11:52:08 +02:00
|
|
|
<artifactId>telegrambots-spring-boot-starter</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<name>Telegram Bots Spring Boot Starter</name>
|
|
|
|
<url>https://github.com/rubenlagus/TelegramBots</url>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<ciManagement>
|
|
|
|
<url>https://travis-ci.org/rubenlagus/TelegramBots</url>
|
|
|
|
<system>Travis</system>
|
|
|
|
</ciManagement>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<email>homich1991@gmail.com</email>
|
|
|
|
<name>Roman Meerson</name>
|
|
|
|
<url>https://github.com/homich1991</url>
|
|
|
|
<id>homich1991</id>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>MIT License</name>
|
|
|
|
<url>http://www.opensource.org/licenses/mit-license.php</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<properties>
|
2019-07-08 21:22:51 +02:00
|
|
|
<java.version>11</java.version>
|
2019-07-08 21:42:42 +02:00
|
|
|
<maven.compiler.release>8</maven.compiler.release>
|
2019-07-08 21:22:51 +02:00
|
|
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
|
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
|
|
|
2018-04-17 11:52:08 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2019-07-08 21:22:51 +02:00
|
|
|
|
2021-11-06 15:52:47 +01:00
|
|
|
<telegrambots.version>5.4.0</telegrambots.version>
|
2021-04-19 18:17:48 +02:00
|
|
|
<spring-boot.version>2.4.5</spring-boot.version>
|
2019-11-24 19:31:11 +01:00
|
|
|
|
2020-08-11 12:29:35 +02:00
|
|
|
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
|
|
|
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
|
|
|
|
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
|
2021-01-29 11:37:39 +01:00
|
|
|
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
|
|
|
|
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
|
|
|
|
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
|
|
|
|
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
|
|
|
|
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
|
|
|
|
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
|
|
|
|
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
|
2020-08-11 12:29:35 +02:00
|
|
|
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
2018-04-17 11:52:08 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.telegram</groupId>
|
|
|
|
<artifactId>telegrambots</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${telegrambots.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
</dependency>
|
2018-06-09 20:02:22 +02:00
|
|
|
|
2018-04-17 11:52:08 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
</dependency>
|
2018-06-09 20:02:22 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
2021-01-29 12:14:47 +01:00
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
2018-06-09 20:02:22 +02:00
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-04-17 11:52:08 +02:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<directory>${project.basedir}/target</directory>
|
|
|
|
<outputDirectory>${project.build.directory}/classes</outputDirectory>
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
<testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>
|
|
|
|
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-gpg-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${nexus-staging-maven-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<serverId>ossrh</serverId>
|
|
|
|
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
|
|
|
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-clean-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>clean-project</id>
|
|
|
|
<phase>clean</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>clean</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-assembly-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<configuration>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>make-assembly</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-source-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-javadoc-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2019-07-08 21:22:51 +02:00
|
|
|
<doclint>none</doclint>
|
2018-04-17 11:52:08 +02:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${jacoco-maven-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>report</id>
|
|
|
|
<phase>test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>report</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-enforcer-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-versions</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<DependencyConvergence />
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-dependency-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copy</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2019-07-08 21:22:51 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
2019-07-08 21:22:51 +02:00
|
|
|
</plugin>
|
2018-04-17 11:52:08 +02:00
|
|
|
</plugins>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2020-08-11 12:29:35 +02:00
|
|
|
<version>${maven-compiler-plugin.version}</version>
|
2018-04-17 11:52:08 +02:00
|
|
|
<configuration>
|
2019-07-08 21:22:51 +02:00
|
|
|
<source>${java.version}</source>
|
|
|
|
<target>${java.version}</target>
|
2018-04-17 11:52:08 +02:00
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2021-02-22 13:13:52 +01:00
|
|
|
</project>
|