[Java] Update maven version to 0.1-SNAPSHOT

Update the version in maven from 0.1 to 0.1-SNAPSHOT, because SNAPSHOT is the conventional version name in dev process. Non-snapshot versions are only used for release.
This commit is contained in:
Wang Qing
2018-09-26 18:08:46 +08:00
committed by Hao Chen
parent fcdca6de18
commit 0e552fbb22
6 changed files with 89 additions and 105 deletions
+2 -3
View File
@@ -4,13 +4,12 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.ray.parent</groupId>
<groupId>org.ray</groupId>
<artifactId>ray-superpom</artifactId>
<version>1.0</version>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ray</groupId>
<artifactId>ray-tutorial</artifactId>
<name>java tutorial</name>