Selaa lähdekoodia

Strip -initial and -complete from GS Spring Boot artifacts

Greg Turnquist 13 vuotta sitten
vanhempi
commit
d48d55716a
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      README.md
  2. 1
    1
      complete/pom.xml
  3. 1
    1
      initial/pom.xml

+ 1
- 1
README.md Näytä tiedosto

@@ -60,7 +60,7 @@ In a project directory of your choosing, create the following subdirectory struc
60 60
     <modelVersion>4.0.0</modelVersion>
61 61
 
62 62
     <groupId>org.springframework</groupId>
63
-    <artifactId>gs-spring-boot-initial</artifactId>
63
+    <artifactId>gs-spring-boot</artifactId>
64 64
     <version>0.1.0</version>
65 65
 
66 66
     <parent>

+ 1
- 1
complete/pom.xml Näytä tiedosto

@@ -4,7 +4,7 @@
4 4
     <modelVersion>4.0.0</modelVersion>
5 5
 
6 6
     <groupId>org.springframework</groupId>
7
-    <artifactId>gs-spring-boot-complete</artifactId>
7
+    <artifactId>gs-spring-boot</artifactId>
8 8
     <version>0.1.0</version>
9 9
 
10 10
     <parent>

+ 1
- 1
initial/pom.xml Näytä tiedosto

@@ -4,7 +4,7 @@
4 4
     <modelVersion>4.0.0</modelVersion>
5 5
 
6 6
     <groupId>org.springframework</groupId>
7
-    <artifactId>gs-spring-boot-initial</artifactId>
7
+    <artifactId>gs-spring-boot</artifactId>
8 8
     <version>0.1.0</version>
9 9
 
10 10
     <parent>