Skip to content

Commit b1d6ecc

Browse files
committed
bump version to 2.5.1
Signed-off-by: chenxu <chenxu@dmetasoul.com>
1 parent f7c0221 commit b1d6ecc

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

lakesoul-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<artifactId>lakesoul-parent</artifactId>
1414
<groupId>com.dmetasoul</groupId>
15-
<version>2.5.0</version>
15+
<version>2.5.1</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

1919
<artifactId>lakesoul-common</artifactId>
20-
<version>2.5.0</version>
20+
<version>2.5.1</version>
2121
<build>
2222
<plugins>
2323
<plugin>

lakesoul-flink/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<artifactId>lakesoul-parent</artifactId>
1414
<groupId>com.dmetasoul</groupId>
15-
<version>2.5.0</version>
15+
<version>2.5.1</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

1919
<artifactId>lakesoul-flink</artifactId>
20-
<version>2.5.0-flink-1.17</version>
20+
<version>2.5.1-flink-1.17</version>
2121
<properties>
2222
<flink.version>1.17.1</flink.version>
2323
<scala.binary.version>2.12</scala.binary.version>
@@ -31,7 +31,7 @@ SPDX-License-Identifier: Apache-2.0
3131
<dependency>
3232
<groupId>com.dmetasoul</groupId>
3333
<artifactId>lakesoul-common</artifactId>
34-
<version>2.5.0</version>
34+
<version>2.5.1</version>
3535
<exclusions>
3636
<exclusion>
3737
<groupId>org.slf4j</groupId>
@@ -42,7 +42,7 @@ SPDX-License-Identifier: Apache-2.0
4242
<dependency>
4343
<groupId>com.dmetasoul</groupId>
4444
<artifactId>lakesoul-io-java</artifactId>
45-
<version>2.5.0</version>
45+
<version>2.5.1</version>
4646
<exclusions>
4747
<exclusion>
4848
<groupId>org.slf4j</groupId>

lakesoul-presto/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<parent>
1313
<groupId>com.dmetasoul</groupId>
1414
<artifactId>lakesoul-parent</artifactId>
15-
<version>2.5.0</version>
15+
<version>2.5.1</version>
1616
</parent>
1717

1818
<artifactId>lakesoul-presto</artifactId>
19-
<version>2.5.0-presto-0.28</version>
19+
<version>2.5.1-presto-0.28</version>
2020

2121
<properties>
2222
<maven.compiler.source>8</maven.compiler.source>
@@ -33,12 +33,12 @@
3333
<dependency>
3434
<groupId>com.dmetasoul</groupId>
3535
<artifactId>lakesoul-common</artifactId>
36-
<version>2.5.0</version>
36+
<version>2.5.1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.dmetasoul</groupId>
4040
<artifactId>lakesoul-io-java</artifactId>
41-
<version>2.5.0</version>
41+
<version>2.5.1</version>
4242
<exclusions>
4343
<exclusion>
4444
<groupId>org.slf4j</groupId>

lakesoul-spark/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<artifactId>lakesoul-parent</artifactId>
1414
<groupId>com.dmetasoul</groupId>
15-
<version>2.5.0</version>
15+
<version>2.5.1</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

1919
<artifactId>lakesoul-spark</artifactId>
20-
<version>2.5.0-spark-3.3</version>
20+
<version>2.5.1-spark-3.3</version>
2121

2222
<properties>
2323
<scalatest.version>3.2.14</scalatest.version>
@@ -36,12 +36,12 @@ SPDX-License-Identifier: Apache-2.0
3636
<dependency>
3737
<groupId>com.dmetasoul</groupId>
3838
<artifactId>lakesoul-common</artifactId>
39-
<version>2.5.0</version>
39+
<version>2.5.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.dmetasoul</groupId>
4343
<artifactId>lakesoul-io-java</artifactId>
44-
<version>2.5.0</version>
44+
<version>2.5.1</version>
4545
<exclusions>
4646
<exclusion>
4747
<groupId>org.slf4j</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<artifactId>lakesoul-parent</artifactId>
1414
<groupId>com.dmetasoul</groupId>
15-
<version>2.5.0</version>
15+
<version>2.5.1</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

1919
<modelVersion>4.0.0</modelVersion>
2020
<artifactId>lakesoul-io-java</artifactId>
21-
<version>2.5.0</version>
21+
<version>2.5.1</version>
2222
<packaging>jar</packaging>
2323

2424
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.dmetasoul</groupId>
1111
<artifactId>lakesoul-parent</artifactId>
12-
<version>2.5.0</version>
12+
<version>2.5.1</version>
1313
<inceptionYear>2022</inceptionYear>
1414
<modules>
1515
<module>lakesoul-common</module>

0 commit comments

Comments
 (0)