Skip to content

Commit 17a8bd1

Browse files
ungreatLioRoger
authored andcommitted
PullRequest: 71 fix(flow): the flow will report an error when empty db initialization
Merge branch yiang_fix_upgrate_flow_may_failed of git@code.alipay.com:oceanbase-cloud-platform/odc-mirror.git into dev/4.4.x https://code.alipay.com/oceanbase-cloud-platform/odc-mirror/pull_requests/71 Reviewed-by: 龙玄 <longpeng.zlp@oceanbase.com> * If it is an empty metadb initialization, the flow will report an error. * change version
1 parent 1018cb7 commit 17a8bd1

File tree

41 files changed

+61
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+61
-40
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "client"]
22
path = client
33
url = https://github.com/oceanbase/odc-client.git
4-
branch = dev-4.3.4
4+
branch = dev-4.4.0-SNAPSHOT
55
[submodule "build-resource"]
66
path = build-resource
77
url = https://github.com/oceanbase/odc-build-resource.git

distribution/odc-server-VER.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.4
1+
4.4.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010
<name>OceanBase Developer Center</name>
1111
<url>https://github.com/oceanbase/odc</url>
12-
<version>4.3.4-SNAPSHOT</version>
12+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
1313
<modules>
1414
<module>server/3rd-party/Libinjection</module>
1515
<module>server/odc-test</module>

server/3rd-party/Libinjection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.oceanbase</groupId>
1010
<artifactId>odc-parent</artifactId>
11-
<version>4.3.4-SNAPSHOT</version>
11+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
1212
<relativePath>../../../pom.xml</relativePath>
1313
</parent>
1414
<artifactId>Libinjection</artifactId>

server/integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.oceanbase</groupId>
99
<artifactId>odc-parent</artifactId>
10-
<version>4.3.4-SNAPSHOT</version>
10+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>integration-test</artifactId>

server/modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oceanbase</groupId>
77
<artifactId>odc-parent</artifactId>
8-
<version>4.3.4-SNAPSHOT</version>
8+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<packaging>pom</packaging>

server/modules/sample-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>module-parent</artifactId>
77
<groupId>com.oceanbase</groupId>
8-
<version>4.3.4-SNAPSHOT</version>
8+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sample-module</artifactId>

server/odc-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.oceanbase</groupId>
99
<artifactId>odc-parent</artifactId>
10-
<version>4.3.4-SNAPSHOT</version>
10+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>odc-common</artifactId>

server/odc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oceanbase</groupId>
77
<artifactId>odc-parent</artifactId>
8-
<version>4.3.4-SNAPSHOT</version>
8+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>odc-core</artifactId>

server/odc-migrate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oceanbase</groupId>
77
<artifactId>odc-parent</artifactId>
8-
<version>4.3.4-SNAPSHOT</version>
8+
<version>4.4.0-SNAPSHOT-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>odc-migrate</artifactId>

0 commit comments

Comments
 (0)