release-3.0.0
This commit is contained in:
parent
7b56cd72a2
commit
d1deff5e6f
@ -5,11 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bitbucket-app</artifactId>
|
||||
<version>${org.sadtech.bot.bitbucket-app.version}</version>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
@ -5,13 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bitbucket-sdk</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<version>${org.sadtech.bot.bitbucket-sdk.version}</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -5,13 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bot-core</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<version>${org.sadtech.bot-core.version}</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -5,13 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bot-rest</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<version>${org.sadtech.bot.rest.version}</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
16
pom.xml
16
pom.xml
@ -19,18 +19,20 @@
|
||||
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
||||
<org.sadtech.bot-core.version>2.1.0-SNAPSHOT</org.sadtech.bot-core.version>
|
||||
<org.sadtech.bot.teamcity-core.version>2.1.0-SNAPSHOT</org.sadtech.bot.teamcity-core.version>
|
||||
<org.sadtech.bot.teamcity-sdk.version>2.1.0-SNAPSHOT</org.sadtech.bot.teamcity-sdk.version>
|
||||
<org.sadtech.bot.bitbucket-sdk.version>2.1.0-SNAPSHOT</org.sadtech.bot.bitbucket-sdk.version>
|
||||
<org.sadtech.bot.rest.version>2.1.0-SNAPSHOT</org.sadtech.bot.rest.version>
|
||||
<org.sadtech.bot.telegram.version>2.1.0-SNAPSHOT</org.sadtech.bot.telegram.version>
|
||||
<org.sadtech.bot.bitbucket-app.version>3.0.0-RELEASE</org.sadtech.bot.bitbucket-app.version>
|
||||
<org.sadtech.bot-core.version>3.0.0-RELEASE</org.sadtech.bot-core.version>
|
||||
<org.sadtech.bot.teamcity-core.version>3.0.0-RELEASE</org.sadtech.bot.teamcity-core.version>
|
||||
<org.sadtech.bot.teamcity-sdk.version>3.0.0-RELEASE</org.sadtech.bot.teamcity-sdk.version>
|
||||
<org.sadtech.bot.bitbucket-sdk.version>3.0.0-RELEASE</org.sadtech.bot.bitbucket-sdk.version>
|
||||
<org.sadtech.bot.rest.version>3.0.0-RELEASE</org.sadtech.bot.rest.version>
|
||||
<org.sadtech.bot.telegram.version>3.0.0-RELEASE</org.sadtech.bot.telegram.version>
|
||||
|
||||
<org.sadtech.telegram.bot-core.version>0.0.1-DEVELOPER</org.sadtech.telegram.bot-core.version>
|
||||
|
||||
<sadtech.project.database.version>0.1.0-SNAPSHOT</sadtech.project.database.version>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -5,11 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>teamcity</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>teamcity-core</artifactId>
|
||||
<version>${org.sadtech.bot.teamcity-core.version}</version>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
@ -5,11 +5,12 @@
|
||||
<parent>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<artifactId>teamcity</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>teamcity-sdk</artifactId>
|
||||
<version>${org.sadtech.bot.teamcity-sdk.version}</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>bitbucketbot</artifactId>
|
||||
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user