Fix typo in the woody version (#3)

This commit is contained in:
vitaxa 2021-02-02 17:29:39 +03:00 committed by GitHub
parent d420d0ec2e
commit 8cb3a8fe45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>