Kaynağa Gözat

Strip -initial and -complete from GS Spring Boot artifacts

Greg Turnquist 13 yıl önce
ebeveyn
işleme
d48d55716a
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1
    1
      README.md
  2. 1
    1
      complete/pom.xml
  3. 1
    1
      initial/pom.xml

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

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

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

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