Skip to content

Commit

Permalink
docs: update openmldb version after release (#3973)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghaohit authored Sep 20, 2024
1 parent becb77a commit 5c67e59
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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 9)
set(OPENMLDB_VERSION_BUG 1)
set(OPENMLDB_VERSION_BUG 3)

function(get_commitid CODE_DIR COMMIT_ID)
find_package(Git REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY *_dist.yml /work/

ENV LANG=en_US.UTF-8
ENV SPARK_HOME=/work/openmldb/spark-3.2.1-bin-openmldbspark
ARG OPENMLDB_VERSION=0.8.5
ARG OPENMLDB_VERSION=0.9.2
ENV OPENMLDB_VERSION="${OPENMLDB_VERSION}"

RUN if [ "${USE_ADD_WHL}" = "true" ] ; then \
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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</version>
<version>0.9.3-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.9.1-SNAPSHOT</variant.native.version>
<variant.native.version>0.9.3-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.9.1a0',
version='0.9.3a0',
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.9.1a0',
version='0.9.3a0',
author="OpenMLDB Team",
author_email=" ",
url="https://github.com/4paradigm/OpenMLDB",
Expand Down
2 changes: 1 addition & 1 deletion test/integration-test/openmldb-test-python/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

set -eE -x
CURRENT_DIR=$(dirname "$0")
SPARK_VERSION=0.8.5
SPARK_VERSION=0.9.2
pushd "${CURRENT_DIR}"
cp -r ../../../openmldb ./
sed -i"" -e "s/OPENMLDB_MODE:=standalone/OPENMLDB_MODE:=cluster/g" openmldb/conf/openmldb-env.sh
Expand Down

0 comments on commit 5c67e59

Please sign in to comment.