Skip to content

Commit

Permalink
update version to 2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <chenxu@dmetasoul.com>
  • Loading branch information
dmetasoul01 committed Aug 22, 2023
1 parent f96a9e9 commit afdef16
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.3.0</version>
<version>2.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-common</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<build>
<plugins>
<plugin>
Expand Down
8 changes: 4 additions & 4 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.3.0</version>
<version>2.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-flink</artifactId>
<version>2.3.0-flink-1.14</version>
<version>2.3.1-flink-1.14</version>
<properties>
<flink.version>1.14.6</flink.version>
<scala.binary.version>2.12</scala.binary.version>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-io-java</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 4 additions & 4 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.3.0</version>
<version>2.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-spark</artifactId>
<version>2.3.0-spark-3.3</version>
<version>2.3.1-spark-3.3</version>

<properties>
<scala.version>2.12.10</scala.version>
Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-io-java</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions native-io/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-io/lakesoul-io-c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lakesoul-io-c"
version = "2.3.0"
version = "2.3.1"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions native-io/lakesoul-io-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.3.0</version>
<version>2.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>lakesoul-io-java</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion native-io/lakesoul-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lakesoul-io"
version = "2.3.0"
version = "2.3.1"
edition = "2021"

[dependencies]
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.3.0</version>
<version>2.3.1</version>
<inceptionYear>2022</inceptionYear>
<modules>
<module>lakesoul-common</module>
Expand Down

0 comments on commit afdef16

Please sign in to comment.