mirror of
https://github.com/valitydev/java-service-dependencies.git
synced 2024-11-06 08:15:22 +00:00
Fix typo in the woody version (#3)
This commit is contained in:
parent
d420d0ec2e
commit
8cb3a8fe45
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.rbkmoney</groupId>
|
<groupId>com.rbkmoney</groupId>
|
||||||
<artifactId>java-service-dependencies</artifactId>
|
<artifactId>java-service-dependencies</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>java-service-dependencies</name>
|
<name>java-service-dependencies</name>
|
||||||
<description>RBK.Money java service dependencies</description>
|
<description>RBK.Money java service dependencies</description>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rbkmoney.woody</groupId>
|
<groupId>com.rbkmoney.woody</groupId>
|
||||||
<artifactId>woody-thrift</artifactId>
|
<artifactId>woody-thrift</artifactId>
|
||||||
<version>${woody-thrift.version}</version>
|
<version>${woody.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rbkmoney.woody</groupId>
|
<groupId>com.rbkmoney.woody</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user