Merge pull request #9200 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
This commit is contained in:
		
						commit
						148d9fd6c6
					
				| @ -63,7 +63,7 @@ | ||||
| 
 | ||||
|     <properties> | ||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|         <spring-boot.version>1.5.2.RELEASE</spring-boot.version> | ||||
|         <spring-boot.version>2.2.6.RELEASE</spring-boot.version> | ||||
|         <greeter.version>0.0.1-SNAPSHOT</greeter.version> | ||||
|     </properties> | ||||
| 
 | ||||
|  | ||||
| @ -51,7 +51,7 @@ | ||||
|     <properties> | ||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|         <greeter.version>0.0.1-SNAPSHOT</greeter.version> | ||||
|         <spring-boot.version>1.5.2.RELEASE</spring-boot.version> | ||||
|         <spring-boot.version>2.2.6.RELEASE</spring-boot.version> | ||||
|     </properties> | ||||
| 
 | ||||
| </project> | ||||
| @ -24,6 +24,12 @@ | ||||
|             <artifactId>spring-boot-starter-test</artifactId> | ||||
|             <version>${spring-boot.version}</version> | ||||
|             <scope>test</scope> | ||||
|             <exclusions> | ||||
|                 <exclusion> | ||||
|                     <groupId>org.junit.vintage</groupId> | ||||
|                     <artifactId>junit-vintage-engine</artifactId> | ||||
|                 </exclusion> | ||||
|             </exclusions> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
| 
 | ||||
| @ -72,7 +78,7 @@ | ||||
|     </build> | ||||
| 
 | ||||
|     <properties> | ||||
|         <spring-boot.version>1.5.10.RELEASE</spring-boot.version> | ||||
|         <spring-boot.version>2.2.6.RELEASE</spring-boot.version> | ||||
|         <custom.property>Custom Property Value</custom.property> | ||||
|         <apache-maven.version>2.7</apache-maven.version> | ||||
|         <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> | ||||
|  | ||||
| @ -9,9 +9,9 @@ | ||||
| 
 | ||||
|     <parent> | ||||
|         <groupId>com.baeldung</groupId> | ||||
|         <artifactId>parent-boot-1</artifactId> | ||||
|         <artifactId>parent-boot-2</artifactId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <relativePath>../../../parent-boot-1</relativePath> | ||||
|         <relativePath>../../../parent-boot-2</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
|     <dependencies> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user