Просмотр исходного кода

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

Chris Beams 13 лет назад
Родитель
Сommit
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
 
50
 
51
     <groupId>org.springframework</groupId>
51
     <groupId>org.springframework</groupId>
52
     <artifactId>gs-rest-service</artifactId>
52
     <artifactId>gs-rest-service</artifactId>
53
-    <version>1.0</version>
53
+    <version>0.1.0</version>
54
 
54
 
55
     <parent>
55
     <parent>
56
         <groupId>org.springframework.bootstrap</groupId>
56
         <groupId>org.springframework.bootstrap</groupId>
224
 
224
 
225
 Run your service with `java -jar` at the command line:
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
 Logging output is displayed. The service should be up and running within a few seconds.
229
 Logging output is displayed. The service should be up and running within a few seconds.
230
 
230
 

+ 1
- 1
complete/pom.xml Просмотреть файл

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

+ 1
- 1
initial/pom.xml Просмотреть файл

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