Skip to content

Commit 5bbf9e3

Browse files
authored
Run script to update post release version (#3931)
1 parent ba817e4 commit 5bbf9e3

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ endif()
4040
message (STATUS "CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}")
4141
message (STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
4242
set(OPENMLDB_VERSION_MAJOR 0)
43-
set(OPENMLDB_VERSION_MINOR 8)
44-
set(OPENMLDB_VERSION_BUG 6)
43+
set(OPENMLDB_VERSION_MINOR 9)
44+
set(OPENMLDB_VERSION_BUG 1)
4545

4646
function(get_commitid CODE_DIR COMMIT_ID)
4747
find_package(Git REQUIRED)

java/hybridse-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openmldb-parent</artifactId>
77
<groupId>com.4paradigm.openmldb</groupId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.9.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

java/hybridse-proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>openmldb-parent</artifactId>
66
<groupId>com.4paradigm.openmldb</groupId>
7-
<version>0.8.6-SNAPSHOT</version>
7+
<version>0.9.1-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

java/hybridse-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>openmldb-parent</artifactId>
88
<groupId>com.4paradigm.openmldb</groupId>
9-
<version>0.8.6-SNAPSHOT</version>
9+
<version>0.9.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>

java/openmldb-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>openmldb-parent</artifactId>
99
<groupId>com.4paradigm.openmldb</groupId>
10-
<version>0.8.6-SNAPSHOT</version>
10+
<version>0.9.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>openmldb-batch</artifactId>

java/openmldb-batchjob/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>openmldb-parent</artifactId>
99
<groupId>com.4paradigm.openmldb</groupId>
10-
<version>0.8.6-SNAPSHOT</version>
10+
<version>0.9.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>openmldb-batchjob</artifactId>

java/openmldb-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openmldb-parent</artifactId>
77
<groupId>com.4paradigm.openmldb</groupId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.9.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>openmldb-common</artifactId>

java/openmldb-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openmldb-parent</artifactId>
77
<groupId>com.4paradigm.openmldb</groupId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.9.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

java/openmldb-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openmldb-parent</artifactId>
77
<groupId>com.4paradigm.openmldb</groupId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.9.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

java/openmldb-spark-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>openmldb-parent</artifactId>
88
<groupId>com.4paradigm.openmldb</groupId>
9-
<version>0.8.6-SNAPSHOT</version>
9+
<version>0.9.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>openmldb-spark-connector</artifactId>

0 commit comments

Comments
 (0)