mirror of
https://github.com/valitydev/db-common-lib.git
synced 2024-11-06 00:25:21 +00:00
Update dependency dev.vality.geck:common to v1
This commit is contained in:
parent
82091426c8
commit
6ac2c7837c
4
pom.xml
4
pom.xml
@ -13,7 +13,7 @@
|
|||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<artifactId>db-common-lib</artifactId>
|
<artifactId>db-common-lib</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.1.0</version>
|
||||||
|
|
||||||
<name>db-common-lib</name>
|
<name>db-common-lib</name>
|
||||||
<description>Abstract dao and row mappers</description>
|
<description>Abstract dao and row mappers</description>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<jooq.version>3.13.2</jooq.version>
|
<jooq.version>3.13.2</jooq.version>
|
||||||
<geck.common.version>0.0.1</geck.common.version>
|
<geck.common.version>1.0.2</geck.common.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user