Skip to content

Commit 50c19fa

Browse files
committed
add parent info for bom modules
1 parent 22cf607 commit 50c19fa

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

boms/modeshape-bom-embedded/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<parent>
6+
<groupId>org.modeshape</groupId>
7+
<artifactId>modeshape</artifactId>
8+
<version>5.5-SNAPSHOT</version>
9+
<relativePath>../..</relativePath>
10+
</parent>
11+
512
<groupId>org.modeshape.bom</groupId>
613
<artifactId>modeshape-bom-embedded</artifactId>
7-
<version>5.5-SNAPSHOT</version>
814

915
<name>ModeShape BOM for embedded usage</name>
1016

boms/modeshape-bom-jbossas/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<parent>
6+
<groupId>org.modeshape</groupId>
7+
<artifactId>modeshape</artifactId>
8+
<version>5.5-SNAPSHOT</version>
9+
<relativePath>../..</relativePath>
10+
</parent>
11+
512
<groupId>org.modeshape.bom</groupId>
613
<artifactId>modeshape-bom-jbossas</artifactId>
7-
<version>5.5-SNAPSHOT</version>
814

915
<name>ModeShape BOM for use within a JBoss App Server</name>
1016

boms/modeshape-bom-remote-client/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<parent>
6+
<groupId>org.modeshape</groupId>
7+
<artifactId>modeshape</artifactId>
8+
<version>5.5-SNAPSHOT</version>
9+
<relativePath>../..</relativePath>
10+
</parent>
11+
512
<groupId>org.modeshape.bom</groupId>
613
<artifactId>modeshape-bom-remote-client</artifactId>
7-
<version>5.5-SNAPSHOT</version>
814

915
<name>ModeShape BOM for remote REST and JDBC clients</name>
1016

0 commit comments

Comments
 (0)