release-3.0.0

This commit is contained in:
upagge 2020-10-24 12:56:24 +03:00
parent 7b56cd72a2
commit d1deff5e6f
No known key found for this signature in database
GPG Key ID: 15CD012E46F6BA34
9 changed files with 23 additions and 21 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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
View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>