final
This commit is contained in:
parent
cce1893cad
commit
3980863fec
@ -12,6 +12,37 @@
|
||||
<artifactId>bitbucket-app</artifactId>
|
||||
<version>${sadtech.bitbucketbot.app.version}</version>
|
||||
|
||||
<name>Parent Bitbucket Server Notify Bot</name>
|
||||
<description>Notifications about Bitbucket Server events in Telegram</description>
|
||||
<url>https://github.com/uPagge/bitbucketbot</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<comments>
|
||||
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.
|
||||
</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<organization>
|
||||
<name>SADTECH</name>
|
||||
<url>https://sadtech.org</url>
|
||||
</organization>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
@ -79,7 +110,7 @@
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -12,6 +12,10 @@
|
||||
<artifactId>bitbucketbot-core</artifactId>
|
||||
<version>${sadtech.bitbucketbot.context.version}</version>
|
||||
|
||||
<name>Bitbucket Bot Server Core</name>
|
||||
<description>Implementation of the Bitbucket server version service layer</description>
|
||||
<url>https://github.com/uPagge/bitbucketbot</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
|
@ -12,6 +12,10 @@
|
||||
<artifactId>bitbucketbot-data</artifactId>
|
||||
<version>${sadtech.bitbucketbot.data.version}</version>
|
||||
|
||||
<name>Bitbucket Bot Server Data</name>
|
||||
<description>Implementation of the Bitbucket server version repository layer</description>
|
||||
<url>https://github.com/uPagge/bitbucketbot</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
|
4
pom.xml
4
pom.xml
@ -25,7 +25,7 @@
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Bitbucket Server Notify Bot</name>
|
||||
<name>Parent Bitbucket Server Notify Bot</name>
|
||||
<description>Notifications about Bitbucket Server events in Telegram</description>
|
||||
<url>https://github.com/uPagge/bitbucketbot</url>
|
||||
<licenses>
|
||||
@ -337,7 +337,7 @@
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>teamcity</artifactId>
|
||||
<version>${sadtech.bitbucketbot.teamcity.version}</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
@ -12,9 +12,6 @@
|
||||
<artifactId>telegram-bot</artifactId>
|
||||
<version>${sadtech.bitbucketbot.telegram.version}</version>
|
||||
|
||||
<name>Bitbucket Server Notify Bot</name>
|
||||
<description>Notifications about Bitbucket Server events in Telegram</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user