Skip to content

Commit

Permalink
use project.parent.version instead of parent.version
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Aug 9, 2021
1 parent a4fc0f4 commit c8152b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hudi-client/hudi-flink-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<!-- Flink -->
Expand Down
2 changes: 1 addition & 1 deletion hudi-client/hudi-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<!-- Parquet -->
Expand Down
2 changes: 1 addition & 1 deletion hudi-client/hudi-spark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<!-- Spark -->
Expand Down

0 comments on commit c8152b3

Please sign in to comment.