Перекройка pom

This commit is contained in:
uPagge 2021-01-13 20:39:37 +03:00
parent 8fc83d62ee
commit 4e25adba5b
No known key found for this signature in database
GPG Key ID: 964B40928E4C9088
147 changed files with 104 additions and 255 deletions

View File

@ -3,33 +3,33 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>bitbucketbot</artifactId> <artifactId>gitlab-bot</artifactId>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<version>3.0.1-RELEASE</version> <version>3.0.1-RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>bitbucketbot-core</artifactId> <artifactId>gitlab-core</artifactId>
<version>${sadtech.bitbucketbot.context.version}</version> <version>${gitlab.context.version}</version>
<name>Bitbucket Bot Server Core</name> <name>GitLab Server Core</name>
<description>Implementation of the Bitbucket server version service layer</description> <description>Implementation of the Bitbucket server version service layer</description>
<url>https://github.com/uPagge/bitbucketbot</url> <url>https://github.com/uPagge/bitbucketbot</url>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot-context</artifactId> <artifactId>bot-context</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bot-core</artifactId> <artifactId>bot-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucket-sdk</artifactId> <artifactId>gitlab-sdk</artifactId>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -3,14 +3,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot</artifactId> <artifactId>gitlab-bot</artifactId>
<version>3.0.1-RELEASE</version> <version>3.0.1-RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>bitbucket-app</artifactId> <artifactId>gitlab-app</artifactId>
<version>${sadtech.bitbucketbot.app.version}</version> <version>${gitlab.app.version}</version>
<name>Parent Bitbucket Server Notify Bot</name> <name>Parent Bitbucket Server Notify Bot</name>
<description>Notifications about Bitbucket Server events in Telegram</description> <description>Notifications about Bitbucket Server events in Telegram</description>
@ -46,38 +46,33 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot-core</artifactId>
</dependency>
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bot-core</artifactId> <artifactId>bot-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot-data</artifactId> <artifactId>bot-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bot-rest</artifactId> <artifactId>bot-data</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>telegram-bot</artifactId> <artifactId>telegram-bot</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>teamcity-core</artifactId> <artifactId>teamcity-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucket-sdk</artifactId> <artifactId>gitlab-sdk</artifactId>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -3,14 +3,14 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>bitbucketbot</artifactId> <artifactId>gitlab-bot</artifactId>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<version>3.0.1-RELEASE</version> <version>3.0.1-RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>bitbucketbot-context</artifactId> <artifactId>bot-context</artifactId>
<version>${sadtech.bitbucketbot.context.version}</version> <version>${gitlab.context.version}</version>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -3,14 +3,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot</artifactId> <artifactId>gitlab-bot</artifactId>
<version>3.0.1-RELEASE</version> <version>3.0.1-RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>bot-core</artifactId> <artifactId>bot-core</artifactId>
<version>${sadtech.bitbucketbot.core.version}</version> <version>${gitlab.core.version}</version>
<dependencies> <dependencies>
<dependency> <dependency>
@ -19,8 +19,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot-context</artifactId> <artifactId>bot-context</artifactId>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -3,23 +3,23 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>bitbucketbot</artifactId> <artifactId>gitlab-bot</artifactId>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<version>3.0.1-RELEASE</version> <version>3.0.1-RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>bitbucketbot-data</artifactId> <artifactId>bot-data</artifactId>
<version>${sadtech.bitbucketbot.data.version}</version> <version>${gitlab.data.version}</version>
<name>Bitbucket Bot Server Data</name> <name>GitLab Server Data</name>
<description>Implementation of the Bitbucket server version repository layer</description> <description>Implementation of the Bitbucket server version repository layer</description>
<url>https://github.com/uPagge/bitbucketbot</url> <url>https://github.com/uPagge/bitbucketbot</url>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId> <groupId>org.sadtech.bot.gitlab</groupId>
<artifactId>bitbucketbot-context</artifactId> <artifactId>bot-context</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>

Some files were not shown because too many files have changed in this diff Show More