File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
native-io/lakesoul-io-java Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments