We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdc2ee commit d11aa21Copy full SHA for d11aa21
2 files changed
hugegraph-commons/hugegraph-common/src/main/resources/version.properties
@@ -19,5 +19,5 @@
19
Version=${revision}
20
ApiVersion=0.71
21
ApiCheckBeginVersion=1.0
22
-ApiCheckEndVersion=1.7
23
-VersionInBash=1.5.0
+ApiCheckEndVersion=2.0
+VersionInBash=1.9.0
pom.xml
@@ -86,8 +86,8 @@
86
</scm>
87
88
<properties>
89
- <revision>1.5.0</revision>
90
- <hugegraph-commons.version>1.5.0</hugegraph-commons.version>
+ <revision>1.9.0</revision>
+ <hugegraph-commons.version>1.9.0</hugegraph-commons.version>
91
<lombok.version>1.18.30</lombok.version>
92
<release.name>hugegraph</release.name>
93
<maven.compiler.source>11</maven.compiler.source>
0 commit comments