Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
[#11] rename packages/groups to io.spring.training
Browse files Browse the repository at this point in the history
  • Loading branch information
billkable committed Mar 23, 2022
1 parent 4538651 commit 27f4b02
Show file tree
Hide file tree
Showing 41 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion lab/00-rewards-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions lab/01-rewards-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/10-spring-intro-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/10-spring-intro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/12-javaconfig-dependency-injection-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/12-javaconfig-dependency-injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/16-annotations-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/16-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/22-aop-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/22-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/24-test-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/24-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/26-jdbc-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/26-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/28-transactions-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lab/28-transactions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lab/30-jdbc-boot-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.pivotal.education.boot</groupId>
<groupId>io.spring.training.boot</groupId>
<artifactId>30-jdbc-boot-solution</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions lab/32-jdbc-autoconfig-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions lab/32-jdbc-autoconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</organization>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentProject</artifactId>
<version>5.3.16</version>
</parent>
Expand Down Expand Up @@ -62,7 +62,7 @@

<!-- Common convenience classes - DO NOT MODIFY -->
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>00-rewards-common</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/33-autoconfig-helloworld-solution/hello-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<version>1.0</version>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentHelloServiceProject</artifactId>
<version>1.0</version>
</parent>
Expand All @@ -17,7 +17,7 @@
</properties>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>hello-starter</artifactId>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lab/33-autoconfig-helloworld-solution/hello-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<version>1.0</version>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentHelloServiceProject</artifactId>
<version>1.0</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions lab/33-autoconfig-helloworld-solution/hello-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<artifactId>hello-starter</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentHelloServiceProject</artifactId>
<version>1.0</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>hello-lib</artifactId>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions lab/33-autoconfig-helloworld-solution/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentHelloServiceProject</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -32,12 +32,12 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>hello-lib</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>hello-starter</artifactId>
<version>1.0</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions lab/33-autoconfig-helloworld/hello-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<version>1.0</version>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentHelloServiceProject</artifactId>
<version>1.0</version>
</parent>
Expand All @@ -19,7 +19,7 @@
<!-- TO-DO-13: Study "hello-app" project.
Note that it has dependency on "hello-lib" project -->
<dependency>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>hello-lib</artifactId>
</dependency>
<!-- TO-DO-22: Replace hello-lib above with hello-starter -->
Expand Down
2 changes: 1 addition & 1 deletion lab/33-autoconfig-helloworld/hello-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<version>1.0</version>
<parent>
<groupId>io.pivotal.education.core-spring</groupId>
<groupId>io.spring.training.core-spring</groupId>
<artifactId>parentHelloServiceProject</artifactId>
<version>1.0</version>
</parent>
Expand Down
Loading

0 comments on commit 27f4b02

Please sign in to comment.