Skip to content

Commit

Permalink
[INLONG-5211][Sort] Replace 1.3.0-snapshot with project.version (#5229)
Browse files Browse the repository at this point in the history
Co-authored-by: onealliu <onealliu@tencent.com>
  • Loading branch information
Oneal65 and onealliu authored Jul 27, 2022
1 parent d6d893a commit b583635
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions inlong-sort/sort-connectors/elasticsearch-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch-base</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>${project.version}</version>
<exclusions>
<!-- Elasticsearch Java Client has been moved to a different module in 5.x -->
<exclusion>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch-base</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.elasticsearch</groupId>
Expand Down
4 changes: 2 additions & 2 deletions inlong-sort/sort-connectors/elasticsearch-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch-base</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>${project.version}</version>
<exclusions>
<!-- Elasticsearch Java Client has been moved to a different module in 5.x -->
<exclusion>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch-base</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.elasticsearch</groupId>
Expand Down
2 changes: 1 addition & 1 deletion inlong-sort/sort-connectors/iceberg-dlc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-iceberg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b583635

Please sign in to comment.