Skip to content

Commit

Permalink
P2 review changes for chapter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
musibs committed Nov 10, 2021
1 parent e7ed6ba commit 0e69b5d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<version>2.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.manning.sbip.ch02</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Spring Boot application for Chapter 02</description>

<properties>
<java.version>14</java.version>
<java.version>11</java.version>
</properties>

<dependencies>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.passay</groupId>
<artifactId>passay</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ch02/bean-validation/spring-boot-app-final/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<version>2.5.6</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.manning.sbip.ch02</groupId>
Expand All @@ -16,7 +16,7 @@
<description>Spring Boot project for chapter 02</description>

<properties>
<java.version>15</java.version>
<java.version>11</java.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ch02/command-line-runner/spring-boot-app-final/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<version>2.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.manning.sbip.ch02</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Spring Boot project for chapter 02</description>

<properties>
<java.version>15</java.version>
<java.version>11</java.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<version>2.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.manning.sbip.ch02</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Spring Boot project for chapter 02</description>

<properties>
<java.version>15</java.version>
<java.version>11</java.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<version>2.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.manning.sbip.ch02</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Spring Boot project for chapter 02</description>

<properties>
<java.version>15</java.version>
<java.version>11</java.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0e69b5d

Please sign in to comment.