mirror of
https://github.com/valitydev/db-common-lib.git
synced 2024-11-06 00:25:21 +00:00
Replace parent pom (#10)
This commit is contained in:
parent
33c3a92f5b
commit
393382c8b9
14
pom.xml
14
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user