used standard parent pom (#9885)
This commit is contained in:
parent
2bad67ff38
commit
5c46488ac8
@ -4,13 +4,11 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<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>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>com.baeldung.spring-boot-modules</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-modules</artifactId>
|
||||||
<version>2.3.2.RELEASE</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<relativePath />
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>spring-boot-basic-customization</artifactId>
|
<artifactId>spring-boot-basic-customization</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user