Skip to content

Commit 3b5ecbd

Browse files
committed
Fix up parent relative paths and add modules to parent pom.
1 parent 53dc49c commit 3b5ecbd

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

components/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-parent</artifactId>
2020
<version>2.0.0.Final</version>
21-
<relativePath>../parent</relativePath>
21+
<relativePath>..</relativePath>
2222
</parent>
2323
<groupId>org.switchyard.components</groupId>
2424
<artifactId>switchyard-components-parent</artifactId>

console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>org.switchyard</groupId>
1818
<artifactId>switchyard-parent</artifactId>
1919
<version>2.0.0.Final</version>
20-
<relativePath>../parent</relativePath>
20+
<relativePath>..</relativePath>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.switchyard.console</groupId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>org.switchyard</groupId>
1818
<artifactId>switchyard-parent</artifactId>
1919
<version>2.0.0.Final</version>
20-
<relativePath>../parent</relativePath>
20+
<relativePath>..</relativePath>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>
2323
<artifactId>switchyard-core-parent</artifactId>

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1650,5 +1650,10 @@
16501650
</distributionManagement>
16511651
<modules>
16521652
<module>bom</module>
1653+
<module>core</module>
1654+
<module>components</module>
1655+
<module>console</module>
1656+
<module>quickstarts</module>
1657+
<module>release</module>
16531658
</modules>
16541659
</project>

quickstarts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>org.switchyard</groupId>
1919
<artifactId>switchyard-parent</artifactId>
2020
<version>2.0.0.Final</version>
21-
<relativePath>../parent</relativePath>
21+
<relativePath>..</relativePath>
2222
</parent>
2323
<groupId>org.switchyard.quickstarts</groupId>
2424
<artifactId>switchyard-quickstart-parent</artifactId>

release/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>org.switchyard</groupId>
1818
<artifactId>switchyard-parent</artifactId>
1919
<version>2.0.0.Final</version>
20-
<relativePath>../parent</relativePath>
20+
<relativePath>..</relativePath>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>
2323
<artifactId>switchyard-release</artifactId>

0 commit comments

Comments
 (0)