diff --git a/bot/pom.xml b/bot/pom.xml index b569cab..ec87bc2 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -1,27 +1,12 @@ - + 4.0.0 org.sadtech.telegram telegram-bot - 0.0.1-DEVELOPER + 0.0.1-RELEASE jar - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - - - org.sadtech.social @@ -35,7 +20,6 @@ 4.9.1 - org.telegram telegrambots-abilities @@ -49,6 +33,21 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + + + + uPagge diff --git a/pom.xml b/pom.xml index 4219ff1..2764a81 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,111 @@ - 4.0.0 org.sadtech.telegram telegram pom - 0.0.1-DEV + 0.0.1-RELEASE bot + Telegram Bot + Allows you to create bots for Telegram + https://github.com/uPagge/telegram-bot + + + Apache 2 License + https://github.com/uPagge/telegram-bot/blob/master/LICENSE + repo + + + + + scm:git:https://github.com/uPagge/telegram-bot.git + https://github.com/uPagge/telegram-bot + scm:git:https://github.com/uPagge/telegram-bot.git + release-0.0.1 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + \ No newline at end of file