From cce1893cadc88a779ce46d7685111a85cb3dea10 Mon Sep 17 00:00:00 2001 From: uPagge Date: Sun, 15 Nov 2020 21:52:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B8=20poms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitbucket-app/pom.xml | 34 ++++++++ bitbucket-sdk/pom.xml | 39 +++++++++ bitbucketbot-context/pom.xml | 38 +++++++++ bitbucketbot-core/pom.xml | 38 +++++++++ bitbucketbot-data/pom.xml | 38 +++++++++ bot-core/pom.xml | 38 +++++++++ bot-rest/pom.xml | 39 +++++++++ pom.xml | 148 +++++++++++++++++++++++++++------ teamcity/pom.xml | 39 +++++++++ teamcity/teamcity-core/pom.xml | 39 +++++++++ teamcity/teamcity-sdk/pom.xml | 38 +++++++++ telegram-bot/pom.xml | 41 +++++++++ 12 files changed, 543 insertions(+), 26 deletions(-) diff --git a/bitbucket-app/pom.xml b/bitbucket-app/pom.xml index 0d72b19..36636b3 100644 --- a/bitbucket-app/pom.xml +++ b/bitbucket-app/pom.xml @@ -75,7 +75,41 @@ bitbucketbot + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + + \ No newline at end of file diff --git a/bitbucket-sdk/pom.xml b/bitbucket-sdk/pom.xml index 66e5219..2db42f6 100644 --- a/bitbucket-sdk/pom.xml +++ b/bitbucket-sdk/pom.xml @@ -24,4 +24,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + + \ No newline at end of file diff --git a/bitbucketbot-context/pom.xml b/bitbucketbot-context/pom.xml index 35d4de8..ce81fe1 100644 --- a/bitbucketbot-context/pom.xml +++ b/bitbucketbot-context/pom.xml @@ -44,5 +44,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + \ No newline at end of file diff --git a/bitbucketbot-core/pom.xml b/bitbucketbot-core/pom.xml index 432144c..8b66d1c 100644 --- a/bitbucketbot-core/pom.xml +++ b/bitbucketbot-core/pom.xml @@ -44,5 +44,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + \ No newline at end of file diff --git a/bitbucketbot-data/pom.xml b/bitbucketbot-data/pom.xml index edbcc46..273a195 100644 --- a/bitbucketbot-data/pom.xml +++ b/bitbucketbot-data/pom.xml @@ -27,5 +27,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + \ No newline at end of file diff --git a/bot-core/pom.xml b/bot-core/pom.xml index d194d21..7ba8fe3 100644 --- a/bot-core/pom.xml +++ b/bot-core/pom.xml @@ -82,5 +82,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + \ No newline at end of file diff --git a/bot-rest/pom.xml b/bot-rest/pom.xml index f16deba..8f746a0 100644 --- a/bot-rest/pom.xml +++ b/bot-rest/pom.xml @@ -30,4 +30,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 46c20a4..a4026b7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,55 @@ 3.0.0-RELEASE pom + Bitbucket Server Notify Bot + Notifications about Bitbucket Server events in Telegram + https://github.com/uPagge/bitbucketbot + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + Copyright 2010 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + + SADTECH + https://sadtech.org + + + + scm:git:https://github.com/uPagge/bitbucketbot.git + https://github.com/uPagge/bitbucketbot + scm:git:https://github.com/uPagge/bitbucketbot.git + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + GitHub + https://github.com/uPagge/bitbucketbot/issues + + 1.8 1.8 @@ -46,7 +95,7 @@ 0.0.1-RELEASE 0.0.1-RELEASE 0.0.1-RELEASE - 0.0.1-DEVELOP + 0.0.1-RELEASE 2.2 @@ -58,7 +107,6 @@ - org.sadtech.bot.vcs vcs-bot-context @@ -134,7 +182,7 @@ org.sadtech.bot.godfather telegram-bot - 0.0.1-RELEASE + ${sadtech.bot.telegram.core.version} @@ -227,43 +275,85 @@ + + + + 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.apache.maven.plugins - maven-compiler-plugin - 3.8.0 + org.sonatype.plugins + nexus-staging-maven-plugin - 8 - 8 + 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 + @@ -272,6 +362,12 @@ Struchkov Mark upagge@ya.ru SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 diff --git a/teamcity/pom.xml b/teamcity/pom.xml index fdf0aa5..3077b02 100644 --- a/teamcity/pom.xml +++ b/teamcity/pom.xml @@ -18,4 +18,43 @@ teamcity-core + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + + \ No newline at end of file diff --git a/teamcity/teamcity-core/pom.xml b/teamcity/teamcity-core/pom.xml index ff6e671..ee6cbf7 100644 --- a/teamcity/teamcity-core/pom.xml +++ b/teamcity/teamcity-core/pom.xml @@ -35,4 +35,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + + \ No newline at end of file diff --git a/teamcity/teamcity-sdk/pom.xml b/teamcity/teamcity-sdk/pom.xml index 4a83b77..8562a88 100644 --- a/teamcity/teamcity-sdk/pom.xml +++ b/teamcity/teamcity-sdk/pom.xml @@ -25,5 +25,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + \ No newline at end of file diff --git a/telegram-bot/pom.xml b/telegram-bot/pom.xml index 6d117d3..f9c6092 100644 --- a/telegram-bot/pom.xml +++ b/telegram-bot/pom.xml @@ -12,6 +12,9 @@ telegram-bot ${sadtech.bitbucketbot.telegram.version} + Bitbucket Server Notify Bot + Notifications about Bitbucket Server events in Telegram + org.sadtech.bot.bitbucketbot @@ -29,5 +32,43 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + + + + + uPagge + Struchkov Mark + upagge@ya.ru + SADTECH + https://sadtech.org + https://uPagge.sadtech.org + + Project lead + + +3 + + \ No newline at end of file