Skip to content

Commit 25a24dc

Browse files
authored
feat: upgrade version (#3612)
1 parent f9c884d commit 25a24dc

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif()
3636
message (STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
3737
set(OPENMLDB_VERSION_MAJOR 0)
3838
set(OPENMLDB_VERSION_MINOR 8)
39-
set(OPENMLDB_VERSION_BUG 3)
39+
set(OPENMLDB_VERSION_BUG 4)
4040

4141
function(get_commitid CODE_DIR COMMIT_ID)
4242
find_package(Git REQUIRED)

demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY *_dist.yml /work/
2525

2626
ENV LANG=en_US.UTF-8
2727
ENV SPARK_HOME=/work/openmldb/spark-3.2.1-bin-openmldbspark
28-
ARG OPENMLDB_VERSION=0.8.3
28+
ARG OPENMLDB_VERSION=0.8.4
2929
ENV OPENMLDB_VERSION="${OPENMLDB_VERSION}"
3030

3131
RUN if [ "${USE_ADD_WHL}" = "true" ] ; then \

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.3-SNAPSHOT</version>
8+
<version>0.8.4-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.3-SNAPSHOT</version>
7+
<version>0.8.4-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.3-SNAPSHOT</version>
9+
<version>0.8.4-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.3-SNAPSHOT</version>
10+
<version>0.8.4-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.3-SNAPSHOT</version>
10+
<version>0.8.4-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.3-SNAPSHOT</version>
8+
<version>0.8.4-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.3-SNAPSHOT</version>
8+
<version>0.8.4-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.3-SNAPSHOT</version>
8+
<version>0.8.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)