浏览代码

Version all GS guides at 0.1.0 per http://semver.org

Chris Beams 13 年前
父节点
当前提交
133bdac019
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2
    2
      README.md
  2. 1
    1
      complete/pom.xml
  3. 1
    1
      initial/pom.xml

+ 2
- 2
README.md 查看文件

@@ -50,7 +50,7 @@ Set up the project
50 50
 
51 51
     <groupId>org.springframework</groupId>
52 52
     <artifactId>gs-rest-service</artifactId>
53
-    <version>1.0</version>
53
+    <version>0.1.0</version>
54 54
 
55 55
     <parent>
56 56
         <groupId>org.springframework.bootstrap</groupId>
@@ -224,7 +224,7 @@ Run the service
224 224
 
225 225
 Run your service with `java -jar` at the command line:
226 226
 
227
-    java -jar target/gs-rest-service-1.0.jar
227
+    java -jar target/gs-rest-service-0.1.0.jar
228 228
 
229 229
 Logging output is displayed. The service should be up and running within a few seconds.
230 230
 

+ 1
- 1
complete/pom.xml 查看文件

@@ -5,7 +5,7 @@
5 5
 
6 6
     <groupId>org.springframework</groupId>
7 7
     <artifactId>gs-rest-service-complete</artifactId>
8
-    <version>1.0</version>
8
+    <version>0.1.0</version>
9 9
 
10 10
     <parent>
11 11
         <groupId>org.springframework.bootstrap</groupId>

+ 1
- 1
initial/pom.xml 查看文件

@@ -5,7 +5,7 @@
5 5
 
6 6
     <groupId>org.springframework</groupId>
7 7
     <artifactId>gs-rest-service</artifactId>
8
-    <version>1.0</version>
8
+    <version>0.1.0</version>
9 9
 
10 10
     <parent>
11 11
         <groupId>org.springframework.bootstrap</groupId>