release-3.0.1
This commit is contained in:
parent
3980863fec
commit
8fc83d62ee
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
28
pom.xml
28
pom.xml
@ -22,7 +22,7 @@
|
||||
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Parent Bitbucket Server Notify Bot</name>
|
||||
@ -79,21 +79,21 @@
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
||||
<sadtech.bitbucketbot.core.version>3.0.0-RELEASE</sadtech.bitbucketbot.core.version>
|
||||
<sadtech.bitbucketbot.app.version>3.0.0-RELEASE</sadtech.bitbucketbot.app.version>
|
||||
<sadtech.bitbucketbot.teamcity.version>3.0.0-RELEASE</sadtech.bitbucketbot.teamcity.version>
|
||||
<sadtech.bitbucketbot.teamcity.core.version>3.0.0-RELEASE</sadtech.bitbucketbot.teamcity.core.version>
|
||||
<sadtech.bitbucketbot.teamcity.sdk.version>3.0.0-RELEASE</sadtech.bitbucketbot.teamcity.sdk.version>
|
||||
<sadtech.bitbucketbot.bitbucket.sdk.version>3.0.0-RELEASE</sadtech.bitbucketbot.bitbucket.sdk.version>
|
||||
<sadtech.bitbucketbot.context.version>3.0.0-RELEASE</sadtech.bitbucketbot.context.version>
|
||||
<sadtech.bitbucketbot.data.version>3.0.0-RELEASE</sadtech.bitbucketbot.data.version>
|
||||
<sadtech.bitbucketbot.rest.version>3.0.0-RELEASE</sadtech.bitbucketbot.rest.version>
|
||||
<sadtech.bitbucketbot.telegram.version>3.0.0-RELEASE</sadtech.bitbucketbot.telegram.version>
|
||||
<sadtech.bitbucketbot.core.version>3.0.0-RELEASE</sadtech.bitbucketbot.core.version>
|
||||
<sadtech.bitbucketbot.core.version>3.0.1-RELEASE</sadtech.bitbucketbot.core.version>
|
||||
<sadtech.bitbucketbot.app.version>3.0.1-RELEASE</sadtech.bitbucketbot.app.version>
|
||||
<sadtech.bitbucketbot.teamcity.version>3.0.1-RELEASE</sadtech.bitbucketbot.teamcity.version>
|
||||
<sadtech.bitbucketbot.teamcity.core.version>3.0.1-RELEASE</sadtech.bitbucketbot.teamcity.core.version>
|
||||
<sadtech.bitbucketbot.teamcity.sdk.version>3.0.1-RELEASE</sadtech.bitbucketbot.teamcity.sdk.version>
|
||||
<sadtech.bitbucketbot.bitbucket.sdk.version>3.0.1-RELEASE</sadtech.bitbucketbot.bitbucket.sdk.version>
|
||||
<sadtech.bitbucketbot.context.version>3.0.1-RELEASE</sadtech.bitbucketbot.context.version>
|
||||
<sadtech.bitbucketbot.data.version>3.0.1-RELEASE</sadtech.bitbucketbot.data.version>
|
||||
<sadtech.bitbucketbot.rest.version>3.0.1-RELEASE</sadtech.bitbucketbot.rest.version>
|
||||
<sadtech.bitbucketbot.telegram.version>3.0.1-RELEASE</sadtech.bitbucketbot.telegram.version>
|
||||
<sadtech.bitbucketbot.core.version>3.0.1-RELEASE</sadtech.bitbucketbot.core.version>
|
||||
|
||||
<haiti.context.version>0.0.1-RELEASE</haiti.context.version>
|
||||
<haiti.database.version>0.0.1-RELEASE</haiti.database.version>
|
||||
<haiti.filter.criteria.version>0.0.1-RELEASE</haiti.filter.criteria.version>
|
||||
<haiti.database.version>0.0.2-RELEASE</haiti.database.version>
|
||||
<haiti.filter.criteria.version>0.0.2-RELEASE</haiti.filter.criteria.version>
|
||||
<sadtech.bot.telegram.core.version>0.0.1-RELEASE</sadtech.bot.telegram.core.version>
|
||||
<sadtech.bot.vsc.context.version>0.0.1-RELEASE</sadtech.bot.vsc.context.version>
|
||||
|
||||
|
@ -5,12 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>teamcity</artifactId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>teamcity</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<artifactId>teamcity</artifactId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<version>3.0.1-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user