[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
+3 -3
View File
@@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.ray.parent</groupId>
<groupId>org.ray</groupId>
<artifactId>ray-superpom</artifactId>
<version>1.0</version>
<version>0.1-SNAPSHOT</version>
<modules>
<module>api</module>
<module>runtime</module>
@@ -19,7 +19,7 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<projetct.version>1.0</projetct.version>
<projetct.version>0.1-SNAPSHOT</projetct.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>