Skip to content

Commit 2b72951

Browse files
committed
Fix relative paths in starters.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 0b4d515 commit 2b72951

File tree

4 files changed

+4
-4
lines changed
  • spring-cloud-contract-starters
    • spring-cloud-starter-contract-stub-runner-jetty
    • spring-cloud-starter-contract-stub-runner
    • spring-cloud-starter-contract-verifier

4 files changed

+4
-4
lines changed

spring-cloud-contract-starters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-contract-parent</artifactId>
1010
<version>4.2.2-SNAPSHOT</version>
11-
<relativePath>..</relativePath>
11+
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spring-cloud-contract-starters</artifactId>

spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-contract-starters</artifactId>
99
<version>4.2.2-SNAPSHOT</version>
10-
<relativePath>..</relativePath>
10+
<relativePath>../../spring-cloud-contract-starters/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-contract-stub-runner-jetty</artifactId>
1313
<packaging>jar</packaging>

spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.springframework.cloud</groupId>
2525
<artifactId>spring-cloud-contract-starters</artifactId>
2626
<version>4.2.2-SNAPSHOT</version>
27-
<relativePath>..</relativePath>
27+
<relativePath>../../spring-cloud-contract-starters/pom.xml</relativePath>
2828
</parent>
2929
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
3030
<packaging>jar</packaging>

spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-contract-starters</artifactId>
99
<version>4.2.2-SNAPSHOT</version>
10-
<relativePath>..</relativePath>
10+
<relativePath>../../spring-cloud-contract-starters/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-contract-verifier</artifactId>
1313
<packaging>jar</packaging>

0 commit comments

Comments
 (0)