Merge pull request #11931 from dkapil/master

COMAUTO-10561 Fixed parent version
This commit is contained in:
Eugen 2022-03-16 13:32:56 +02:00 committed by GitHub
commit 8568a2b222
1 changed files with 1 additions and 2 deletions

View File

@ -4,13 +4,12 @@
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>
<artifactId>maven-dependency</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>maven-simple</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencyManagement>