Replace parent pom (#10)

This commit is contained in:
vitaxa 2021-08-13 12:15:09 +03:00 committed by GitHub
parent 33c3a92f5b
commit 393382c8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
pom.xml
View File

@ -5,15 +5,15 @@
<parent>
<groupId>com.rbkmoney</groupId>
<artifactId>parent</artifactId>
<version>1.0.5</version>
<artifactId>library-parent-pom</artifactId>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>db-common-lib</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<name>db-common-lib</name>
<description>Abstract dao and row mappers</description>
@ -35,14 +35,10 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/rbkmoney/db-common-lib.git</connection>
<developerConnection>scm:git:ssh://github.com/rbkmoney/db-common-lib.git</developerConnection>
<url>https://github.com/rbkmoney/db-common-lib/tree/master</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jooq.version>3.13.2</jooq.version>
<geck.common.version>0.6.11</geck.common.version>
</properties>