This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/baidu/hugegraph/version
src/main/java/com/baidu/hugegraph/version Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments