Skip to content

Commit

Permalink
used standard parent pom (eugenp#9885)
Browse files Browse the repository at this point in the history
  • Loading branch information
amit2103 authored Aug 17, 2020
1 parent dbb5eb5 commit 255c2f9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spring-boot-modules/spring-boot-basic-customization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
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>

<!-- an article in the module requires 2.3.x version, hence we are overriding it here.
After the parent is upgraded, the explicit version mapping should be removed, and the module should inherit from its parent: spring-boot-modules -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.2.RELEASE</version>
<relativePath />
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<artifactId>spring-boot-basic-customization</artifactId>
Expand Down

0 comments on commit 255c2f9

Please sign in to comment.