Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 4738c1e

Browse files
committed
improve version to 2.1.2
1 parent 9985758 commit 4738c1e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

hugegraph-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.baidu.hugegraph</groupId>
88
<artifactId>hugegraph-commons</artifactId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

hugegraph-common/src/main/java/com/baidu/hugegraph/version/CommonVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ public class CommonVersion {
2727

2828
// The second parameter of Version.of() is for all-in-one JAR
2929
public static final Version VERSION = Version.of(CommonVersion.class,
30-
"2.1.1");
30+
"2.1.2");
3131
}

hugegraph-rpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.baidu.hugegraph</groupId>
88
<artifactId>hugegraph-commons</artifactId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

hugegraph-rpc/src/main/java/com/baidu/hugegraph/version/RpcVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ public class RpcVersion {
2727

2828
// The second parameter of Version.of() is for all-in-one JAR
2929
public static final Version VERSION = Version.of(RpcVersion.class,
30-
"2.1.1");
30+
"2.1.2");
3131
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.baidu.hugegraph</groupId>
88
<artifactId>hugegraph-commons</artifactId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
<packaging>pom</packaging>
1111

1212
<name>hugegraph-commons</name>
@@ -75,7 +75,7 @@
7575
<mockito.version>4.1.0</mockito.version>
7676
<jakarta.xml.version>4.0.0-RC2</jakarta.xml.version>
7777
<sun.xml.version>3.0.2</sun.xml.version>
78-
<implementation.version>2.1.1.0</implementation.version>
78+
<implementation.version>2.1.2.0</implementation.version>
7979
</properties>
8080

8181
<modules>

0 commit comments

Comments
 (0)