Add parent pom (#2)

This commit is contained in:
vitaxa 2021-01-21 16:38:29 +03:00 committed by GitHub
parent dee681a3ff
commit 9c83145a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
pom.xml
View File

@ -4,7 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.rbkmoney</groupId>
<parent>
<groupId>com.rbkmoney</groupId>
<artifactId>parent</artifactId>
<version>1.0.5</version>
</parent>
<artifactId>java-checkstyle-config</artifactId>
<version>1.0.0</version>
@ -19,17 +24,6 @@
<url>https://github.com/rbkmoney/java-checkstyle-config/tree/master</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>