Skip to content

Commit 80b81b4

Browse files
committed
SWS-590 - Child POMs should specify parent relativePath
1 parent be29b1c commit 80b81b4

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

archetype/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
66
<version>1.5.9-SNAPSHOT</version>
7+
<relativePath>../parent/pom.xml</relativePath>
78
</parent>
89
<modelVersion>4.0.0</modelVersion>
910
<artifactId>spring-ws-archetype</artifactId>

core-tiger/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../parent/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>spring-ws-core-tiger</artifactId>

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../parent/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>spring-ws-core</artifactId>

oxm-tiger/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../parent/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>spring-oxm-tiger</artifactId>

oxm/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../parent/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>spring-oxm</artifactId>

samples/airline/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../samples/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>airline</artifactId>

samples/echo/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../samples/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>echo</artifactId>

samples/mtom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<artifactId>spring-ws-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
66
<version>1.5.9-SNAPSHOT</version>
7+
<relativePath>../samples/pom.xml</relativePath>
78
</parent>
89
<modelVersion>4.0.0</modelVersion>
910
<artifactId>mtom</artifactId>

samples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
66
<version>1.5.9-SNAPSHOT</version>
7+
<relativePath>../parent/pom.xml</relativePath>
78
</parent>
89
<modelVersion>4.0.0</modelVersion>
910
<artifactId>spring-ws-samples</artifactId>

samples/pox/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>spring-ws-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
55
<version>1.5.9-SNAPSHOT</version>
6+
<relativePath>../samples/pom.xml</relativePath>
67
</parent>
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>pox</artifactId>

0 commit comments

Comments
 (0)