Skip to content

Commit 4cbbf04

Browse files
committed
Fix version issue
1 parent 7c09640 commit 4cbbf04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

transformer/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<datax-version>0.0.1-SNAPSHOT</datax-version>
1817
</properties>
1918

2019
<dependencies>
2120
<dependency>
2221
<groupId>com.alibaba.datax</groupId>
2322
<artifactId>datax-common</artifactId>
24-
<version>${datax-version}</version>
23+
<version>${version}</version>
2524
<exclusions>
2625
<exclusion>
2726
<artifactId>slf4j-log4j12</artifactId>

0 commit comments

Comments
 (0)