Skip to content

Commit afdef16

Browse files
committed
update version to 2.3.1
Signed-off-by: chenxu <[email protected]>
1 parent f96a9e9 commit afdef16

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

lakesoul-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>lakesoul-parent</artifactId>
77
<groupId>com.dmetasoul</groupId>
8-
<version>2.3.0</version>
8+
<version>2.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>lakesoul-common</artifactId>
13-
<version>2.3.0</version>
13+
<version>2.3.1</version>
1414
<build>
1515
<plugins>
1616
<plugin>

lakesoul-flink/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>lakesoul-parent</artifactId>
77
<groupId>com.dmetasoul</groupId>
8-
<version>2.3.0</version>
8+
<version>2.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>lakesoul-flink</artifactId>
13-
<version>2.3.0-flink-1.14</version>
13+
<version>2.3.1-flink-1.14</version>
1414
<properties>
1515
<flink.version>1.14.6</flink.version>
1616
<scala.binary.version>2.12</scala.binary.version>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.dmetasoul</groupId>
2525
<artifactId>lakesoul-common</artifactId>
26-
<version>2.3.0</version>
26+
<version>2.3.1</version>
2727
<exclusions>
2828
<exclusion>
2929
<groupId>org.slf4j</groupId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.dmetasoul</groupId>
3636
<artifactId>lakesoul-io-java</artifactId>
37-
<version>2.3.0</version>
37+
<version>2.3.1</version>
3838
<exclusions>
3939
<exclusion>
4040
<groupId>org.slf4j</groupId>

lakesoul-spark/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>lakesoul-parent</artifactId>
77
<groupId>com.dmetasoul</groupId>
8-
<version>2.3.0</version>
8+
<version>2.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>lakesoul-spark</artifactId>
13-
<version>2.3.0-spark-3.3</version>
13+
<version>2.3.1-spark-3.3</version>
1414

1515
<properties>
1616
<scala.version>2.12.10</scala.version>
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>com.dmetasoul</groupId>
3232
<artifactId>lakesoul-common</artifactId>
33-
<version>2.3.0</version>
33+
<version>2.3.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.dmetasoul</groupId>
3737
<artifactId>lakesoul-io-java</artifactId>
38-
<version>2.3.0</version>
38+
<version>2.3.1</version>
3939
<exclusions>
4040
<exclusion>
4141
<groupId>org.slf4j</groupId>

native-io/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native-io/lakesoul-io-c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lakesoul-io-c"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2021"
55

66
[lib]

native-io/lakesoul-io-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>lakesoul-parent</artifactId>
77
<groupId>com.dmetasoul</groupId>
8-
<version>2.3.0</version>
8+
<version>2.3.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
1313
<artifactId>lakesoul-io-java</artifactId>
14-
<version>2.3.0</version>
14+
<version>2.3.1</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>

native-io/lakesoul-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lakesoul-io"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2021"
55

66
[dependencies]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.dmetasoul</groupId>
55
<artifactId>lakesoul-parent</artifactId>
6-
<version>2.3.0</version>
6+
<version>2.3.1</version>
77
<inceptionYear>2022</inceptionYear>
88
<modules>
99
<module>lakesoul-common</module>

0 commit comments

Comments
 (0)