Skip to content

Commit

Permalink
Upgrade version to 0.9 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Linary authored and zhoney committed Apr 19, 2019
1 parent eedcf87 commit 67783cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-studio</artifactId>
<packaging>pom</packaging>
<version>0.8.0</version>
<version>0.9.0</version>
<modules>
<module>studio-api</module>
<module>studio-dist</module>
Expand All @@ -25,7 +25,7 @@
<compiler.target>1.8</compiler.target>
<log4j2.version>2.8.2</log4j2.version>
<junit.version>4.12</junit.version>
<hugegraph.client.version>1.6.9</hugegraph.client.version>
<hugegraph.client.version>1.7.0</hugegraph.client.version>
<guava.version>21.0</guava.version>
<commons.lang3.version>3.6</commons.lang3.version>
<tomcat.version>8.5.34</tomcat.version>
Expand Down Expand Up @@ -86,4 +86,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion studio-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hugegraph-studio</artifactId>
<groupId>com.baidu.hugegraph</groupId>
<version>0.8.0</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>studio-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion studio-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hugegraph-studio</artifactId>
<groupId>com.baidu.hugegraph</groupId>
<version>0.8.0</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 67783cf

Please sign in to comment.