Kaynağa Gözat

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

Chris Beams 13 yıl önce
ebeveyn
işleme
133bdac019
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2
    2
      README.md
  2. 1
    1
      complete/pom.xml
  3. 1
    1
      initial/pom.xml

+ 2
- 2
README.md Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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>