Skip to content

Commit

Permalink
chore: upgrade to 1.3.0 (last major version support Java8)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Mar 21, 2024
1 parent b149bb4 commit 1ff5a59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class CoreVersion {

public static final String NAME = "hugegraph-core";
public static final String DEFAULT_VERSION = "1.2.0";
public static final String DEFAULT_VERSION = "1.3.0";
/**
* The second parameter of Version.of() is for IDE running without JAR
*/
Expand All @@ -40,6 +40,6 @@ public class CoreVersion {

public static void check() {
// Check the version of hugegraph-common
VersionUtil.check(CommonVersion.VERSION, "1.0", "1.35", CommonVersion.NAME);
VersionUtil.check(CommonVersion.VERSION, "1.0", "1.55", CommonVersion.NAME);
}
}
2 changes: 1 addition & 1 deletion hugegraph-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<shell-executable>bash</shell-executable>
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
<checkstyle.version>8.45</checkstyle.version>
<hugegraph-commons.version>1.2.0</hugegraph-commons.version>
<hugegraph-commons.version>1.3.0</hugegraph-commons.version>
<grpc.version>1.47.0</grpc.version>
<protobuf.version>3.21.7</protobuf.version>
<jmh.version>1.36</jmh.version>
Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<name>${project.artifactId}</name>
<url>https://github.com/apache/hugegraph</url>
<description>
HugeGraph is a fast-speed and highly scalable graph database.
HugeGraph is a fast-speed and highly scalable graph database that supports more than 100 billion data, high
performance and scalability (Include OLTP Engine &amp; REST-API &amp; Backends)
</description>

<parent>
Expand Down Expand Up @@ -84,12 +85,8 @@
<developerConnection>scm:git:https://github.com/apache/hugegraph.git</developerConnection>
</scm>

<prerequisites>
<maven>3.5.0</maven>
</prerequisites>

<properties>
<revision>1.2.0</revision>
<revision>1.3.0</revision>
</properties>

<modules>
Expand Down

0 comments on commit 1ff5a59

Please sign in to comment.