Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
Change-Id: I12698bc3aa17b8b9cd71fe6646a483a1c3dedbc9
  • Loading branch information
javeme committed Dec 31, 2019
1 parent 684d841 commit 9964a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>

<name>hugegraph-common</name>
<url>https://github.com/hugegraph/hugegraph-common</url>
Expand Down Expand Up @@ -218,7 +218,7 @@
<manifestEntries>
<!-- Must be on one line, otherwise the automatic
upgrade script cannot replace the version number -->
<Implementation-Version>1.7.1.0</Implementation-Version>
<Implementation-Version>1.7.2.0</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ public class CommonVersion {

// The second parameter of Version.of() is for all-in-one JAR
public static final Version VERSION = Version.of(CommonVersion.class,
"1.7.1");
"1.7.2");
}

0 comments on commit 9964a8f

Please sign in to comment.