Przeglądaj źródła

Remove 'TODO' from pom.xml and rebuild guide

Greg Turnquist 13 lat temu
rodzic
commit
6c697d378a
3 zmienionych plików z 2 dodań i 3 usunięć
  1. 2
    1
      README.md
  2. 0
    1
      complete/pom.xml
  3. 0
    1
      initial/pom.xml

+ 2
- 1
README.md Wyświetl plik

@@ -1,3 +1,4 @@
1
+
1 2
 What you'll build
2 3
 -----------------
3 4
 
@@ -97,7 +98,6 @@ In a project directory of your choosing, create the following subdirectory struc
97 98
         </dependency>
98 99
     </dependencies>
99 100
 
100
-    <!-- TODO: remove once bootstrap goes GA -->
101 101
     <repositories>
102 102
         <repository>
103 103
             <id>spring-snapshots</id>
@@ -322,6 +322,7 @@ Summary
322 322
 Congratulations! You've just developed a RESTful web service with Spring. 
323 323
 
324 324
 
325
+
325 326
 [u-rest]: /understanding/rest
326 327
 [u-json]: /understanding/json
327 328
 [u-jsp]: /understanding/jsp

+ 0
- 1
complete/pom.xml Wyświetl plik

@@ -37,7 +37,6 @@
37 37
         </plugins>
38 38
     </build>
39 39
 
40
-    <!-- TODO: remove once bootstrap goes GA -->
41 40
     <repositories>
42 41
         <repository>
43 42
             <id>spring-snapshots</id>

+ 0
- 1
initial/pom.xml Wyświetl plik

@@ -24,7 +24,6 @@
24 24
         </dependency>
25 25
     </dependencies>
26 26
 
27
-    <!-- TODO: remove once bootstrap goes GA -->
28 27
     <repositories>
29 28
         <repository>
30 29
             <id>spring-snapshots</id>