mirror of
https://github.com/valitydev/java-service-dependencies.git
synced 2024-11-06 00:05:20 +00:00
TD-45: Fix shared-resources version (#15)
This commit is contained in:
parent
756de4ba5d
commit
aa05e6f484
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>java-service-dependencies</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Vality parent</name>
|
||||
<description>Vality library parent pom</description>
|
||||
@ -62,7 +62,7 @@
|
||||
<kafka-common-lib.version>0.0.1</kafka-common-lib.version>
|
||||
<vality-http-client.version>0.0.1</vality-http-client.version>
|
||||
<spring-statsd.version>1.1.3</spring-statsd.version>
|
||||
<shared-resources.version>0.0.1</shared-resources.version>
|
||||
<shared-resources.version>1.0.0</shared-resources.version>
|
||||
<kotlin-logging.version>2.1.21</kotlin-logging.version>
|
||||
<mockito-kotlin.version>4.0.0</mockito-kotlin.version>
|
||||
</properties>
|
||||
|
Loading…
Reference in New Issue
Block a user