Skip to content

Commit

Permalink
update version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetasoul-opensource committed Oct 18, 2022
1 parent 422e6c3 commit 60ff8ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lakesoul-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-common</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<build>
<plugins>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions lakesoul-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-flink</artifactId>
<version>2.1.0-flink-1.14</version>
<version>2.1.1-flink-1.14</version>
<properties>
<flink.version>1.14.5</flink.version>
<spark.version>3.1.2</spark.version>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<!--flink-->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions lakesoul-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-spark</artifactId>
<version>2.1.0-spark-3.1.2</version>
<version>2.1.1-spark-3.1.2</version>

<properties>
<spark.version>3.1.2</spark.version>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>

<!-- scala deps -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-parent</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<inceptionYear>2022</inceptionYear>
<modules>
<module>lakesoul-common</module>
Expand Down

0 comments on commit 60ff8ec

Please sign in to comment.