Skip to content

Commit f94863e

Browse files
committed
added relativePath to parent attribute in pom files
1 parent bf067c6 commit f94863e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • jdk_8_maven/cs/rest/original

jdk_8_maven/cs/rest/original/features-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<artifactId>spring-boot-starter-parent</artifactId>
1111
<!--<version>1.3.3.RELEASE</version>-->
1212
<version>1.4.4.RELEASE</version>
13+
<relativePath></relativePath>
1314
</parent>
1415

1516
<groupId>org.javiermf.features</groupId>

jdk_8_maven/cs/rest/original/languagetool/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.sonatype.oss</groupId>
77
<artifactId>oss-parent</artifactId>
88
<version>7</version>
9+
<relativePath></relativePath>
910
</parent>
1011

1112
<scm>

0 commit comments

Comments
 (0)