diff --git a/bitbucket-app/pom.xml b/bitbucket-app/pom.xml index 36636b3..9e56214 100644 --- a/bitbucket-app/pom.xml +++ b/bitbucket-app/pom.xml @@ -12,6 +12,37 @@ bitbucket-app ${sadtech.bitbucketbot.app.version} + Parent 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 + + @@ -79,7 +110,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - true + false diff --git a/bitbucketbot-core/pom.xml b/bitbucketbot-core/pom.xml index 8b66d1c..d913297 100644 --- a/bitbucketbot-core/pom.xml +++ b/bitbucketbot-core/pom.xml @@ -12,6 +12,10 @@ bitbucketbot-core ${sadtech.bitbucketbot.context.version} + Bitbucket Bot Server Core + Implementation of the Bitbucket server version service layer + https://github.com/uPagge/bitbucketbot + org.sadtech.bot.bitbucketbot diff --git a/bitbucketbot-data/pom.xml b/bitbucketbot-data/pom.xml index 273a195..0d09109 100644 --- a/bitbucketbot-data/pom.xml +++ b/bitbucketbot-data/pom.xml @@ -12,6 +12,10 @@ bitbucketbot-data ${sadtech.bitbucketbot.data.version} + Bitbucket Bot Server Data + Implementation of the Bitbucket server version repository layer + https://github.com/uPagge/bitbucketbot + org.sadtech.bot.bitbucketbot diff --git a/pom.xml b/pom.xml index a4026b7..5b4c880 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 3.0.0-RELEASE pom - Bitbucket Server Notify Bot + Parent Bitbucket Server Notify Bot Notifications about Bitbucket Server events in Telegram https://github.com/uPagge/bitbucketbot @@ -337,7 +337,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - true + false diff --git a/teamcity/pom.xml b/teamcity/pom.xml index 3077b02..e201c82 100644 --- a/teamcity/pom.xml +++ b/teamcity/pom.xml @@ -10,7 +10,7 @@ 4.0.0 teamcity - ${sadtech.bitbucketbot.teamcity.version} + 3.0.0-RELEASE pom diff --git a/telegram-bot/pom.xml b/telegram-bot/pom.xml index f9c6092..7e121bd 100644 --- a/telegram-bot/pom.xml +++ b/telegram-bot/pom.xml @@ -12,9 +12,6 @@ telegram-bot ${sadtech.bitbucketbot.telegram.version} - Bitbucket Server Notify Bot - Notifications about Bitbucket Server events in Telegram - org.sadtech.bot.bitbucketbot