bitbucketbot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bitbucketbot</artifactId> <version>3.0.1-RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.4.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> <modules> <module>telegram-bot</module> <module>bitbucket-sdk</module> <module>bot-core</module> <module>bitbucket-app</module> <module>bot-rest</module> <module>teamcity</module> <module>bitbucketbot-core</module> <module>bitbucketbot-context</module> <module>bitbucketbot-data</module> </modules> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bitbucketbot</artifactId> <version>3.0.1-RELEASE</version> <packaging>pom</packaging> <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> <scm> <connection>scm:git:https://github.com/uPagge/bitbucketbot.git</connection> <url>https://github.com/uPagge/bitbucketbot</url> <developerConnection>scm:git:https://github.com/uPagge/bitbucketbot.git</developerConnection> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <issueManagement> <system>GitHub</system> <url>https://github.com/uPagge/bitbucketbot/issues</url> </issueManagement> <properties> <java.version>1.8</java.version> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <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.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> <javax.persistance.version>2.2</javax.persistance.version> <hibernate.jpa-modelgen.version>6.0.0.Alpha5</hibernate.jpa-modelgen.version> <google.guava.version>28.2-jre</google.guava.version> </properties> <dependencyManagement> <dependencies> <!-- абстракции --> <dependency> <groupId>org.sadtech.bot.vcs</groupId> <artifactId>vcs-bot-context</artifactId> <version>${sadtech.bot.vsc.context.version}</version> </dependency> <!-- /абстракции --> <!-- модули проекта --> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bitbucketbot-core</artifactId> <version>${sadtech.bitbucketbot.core.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bot-rest</artifactId> <version>${sadtech.bitbucketbot.rest.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bot-core</artifactId> <version>${sadtech.bitbucketbot.core.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>telegram-bot</artifactId> <version>${sadtech.bitbucketbot.telegram.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>teamcity-sdk</artifactId> <version>${sadtech.bitbucketbot.teamcity.sdk.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bitbucketbot-context</artifactId> <version>${sadtech.bitbucketbot.context.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bitbucket-sdk</artifactId> <version>${sadtech.bitbucketbot.bitbucket.sdk.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>teamcity-core</artifactId> <version>${sadtech.bitbucketbot.teamcity.core.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.bitbucketbot</groupId> <artifactId>bitbucketbot-data</artifactId> <version>${sadtech.bitbucketbot.data.version}</version> </dependency> <!-- /модули проекта --> <!-- SADTECH --> <dependency> <groupId>org.sadtech.haiti.data</groupId> <artifactId>haiti-database</artifactId> <version>${haiti.database.version}</version> </dependency> <dependency> <groupId>org.sadtech.bot.godfather</groupId> <artifactId>telegram-bot</artifactId> <version>${sadtech.bot.telegram.core.version}</version> </dependency> <dependency> <groupId>org.sadtech.haiti</groupId> <artifactId>haiti-context</artifactId> <version>${haiti.context.version}</version> </dependency> <dependency> <groupId>org.sadtech.haiti.filter</groupId> <artifactId>haiti-filter-criteria</artifactId> <version>${haiti.filter.criteria.version}</version> </dependency> <!-- /SADTECH --> <!-- БД --> <dependency> <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-jpamodelgen</artifactId> <version>${hibernate.jpa-modelgen.version}</version> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>${postgresql.version}</version> </dependency> <dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> <version>${liquibase.version}</version> </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>javax.persistence-api</artifactId> <version>${javax.persistance.version}</version> </dependency> <!-- /БД --> <!-- утилиты --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${google.guava.version}</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${lombok.version}</version> </dependency> <!-- /утилиты --> <!-- spring --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>2.2.4.RELEASE</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> </exclusions> </dependency> <!-- /spring --> <!-- http --> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>${okhttp3.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> <!-- /http --> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <configuration> <skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> </plugin> </plugins> </build> <developers> <developer> <id>uPagge</id> <name>Struchkov Mark</name> <email>upagge@ya.ru</email> <organization>SADTECH</organization> <organizationUrl>https://sadtech.org</organizationUrl> <url>https://uPagge.sadtech.org</url> <roles> <role>Project lead</role> </roles> <timezone>+3</timezone> </developer> </developers> </project>