We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79edbc9 commit d5b340eCopy full SHA for d5b340e
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java
@@ -23,7 +23,7 @@
23
public class CoreVersion {
24
25
public static final String NAME = "hugegraph-core";
26
- public static final String DEFAULT_VERSION = "1.5.0.1";
+ public static final String DEFAULT_VERSION = "1.3.0";
27
/**
28
* The second parameter of Version.of() is for IDE running without JAR
29
*/
pom.xml
@@ -86,7 +86,7 @@
86
</scm>
87
88
<properties>
89
- <revision>1.5.0.1</revision>
+ <revision>1.3.0</revision>
90
</properties>
91
92
<modules>
0 commit comments