Skip to content

Commit

Permalink
upgrade version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Nov 6, 2024
1 parent 090600a commit 2652e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ You could use import the dependencies in `maven` like this:
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.3.0</version>
<version>1.5.0</version>
</dependency>

<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-loader</artifactId>
<version>1.3.0</version>
<version>1.5.0</version>
</dependency>
```

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@

<properties>
<revision>1.5.0</revision>
<!-- TODO: Update to 1.5.0 later -->
<hugegraph.common.version>1.3.0</hugegraph.common.version>
<hugegraph.common.version>1.5.0</hugegraph.common.version>
<release.name>${project.artifactId}</release.name>
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
<assembly.dir>${project.basedir}/assembly</assembly.dir>
Expand Down

0 comments on commit 2652e75

Please sign in to comment.