Skip to content

Commit

Permalink
Run script to update post release version (#3931)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobegit3hub committed May 17, 2024
1 parent ba817e4 commit 5bbf9e3
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ endif()
message (STATUS "CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}")
message (STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
set(OPENMLDB_VERSION_MAJOR 0)
set(OPENMLDB_VERSION_MINOR 8)
set(OPENMLDB_VERSION_BUG 6)
set(OPENMLDB_VERSION_MINOR 9)
set(OPENMLDB_VERSION_BUG 1)

function(get_commitid CODE_DIR COMMIT_ID)
find_package(Git REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion java/hybridse-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/hybridse-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/hybridse-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>openmldb-batch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-batchjob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>openmldb-batchjob</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openmldb-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>openmldb-spark-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-synctool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>
<artifactId>openmldb-synctool</artifactId>
<name>openmldb-synctool</name>
Expand Down
2 changes: 1 addition & 1 deletion java/openmldb-taskmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>openmldb-parent</artifactId>
<groupId>com.4paradigm.openmldb</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>
<artifactId>openmldb-taskmanager</artifactId>
<name>openmldb-taskmanager</name>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>openmldb-parent</artifactId>
<packaging>pom</packaging>
<name>openmldb</name>
<version>0.8.6-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<modules>
<module>hybridse-sdk</module>
<module>hybridse-native</module>
Expand Down Expand Up @@ -65,7 +65,7 @@
<!-- the version for hybridse-native & openmldb-native
override this to publish a variant release e.g. macOS variant
checkout java/prepare_release.sh how to prepare a variant release -->
<variant.native.version>0.8.6-SNAPSHOT</variant.native.version>
<variant.native.version>0.9.1-SNAPSHOT</variant.native.version>

<plugin.violationSeverity>error</plugin.violationSeverity>
<spotless-maven-plugin.version>2.9.0</spotless-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion python/openmldb_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='openmldb',
version='0.8.6a0',
version='0.9.1a0',
author='OpenMLDB Team',
author_email=' ',
url='https://github.com/4paradigm/OpenMLDB',
Expand Down
2 changes: 1 addition & 1 deletion python/openmldb_tool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="openmldb-tool",
version='0.8.6a0',
version='0.9.1a0',
author="OpenMLDB Team",
author_email=" ",
url="https://github.com/4paradigm/OpenMLDB",
Expand Down

0 comments on commit 5bbf9e3

Please sign in to comment.