Skip to content

Commit c9fe953

Browse files
committed
Fix examples dependency on parent
1 parent a7ff98d commit c9fe953

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

examples/postgresql/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<parent>
66
<groupId>org.wildfly.plugins</groupId>
77
<artifactId>wildfly-jar-examples-parent</artifactId>
8-
<version>1.0</version>
8+
<version>1.0.0-SNAPSHOT</version>
9+
<relativePath>..</relativePath>
910
</parent>
1011
<artifactId>postgresql</artifactId>
1112
<packaging>war</packaging>

examples/secmanager/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<parent>
66
<groupId>org.wildfly.plugins</groupId>
77
<artifactId>wildfly-jar-examples-parent</artifactId>
8-
<version>1.0</version>
8+
<version>1.0.0-SNAPSHOT</version>
9+
<relativePath>..</relativePath>
910
</parent>
1011
<artifactId>sec-manager</artifactId>
1112
<packaging>war</packaging>

examples/slim/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<parent>
66
<groupId>org.wildfly.plugins</groupId>
77
<artifactId>wildfly-jar-examples-parent</artifactId>
8-
<version>1.0</version>
8+
<version>1.0.0-SNAPSHOT</version>
9+
<relativePath>..</relativePath>
910
</parent>
1011
<artifactId>slim</artifactId>
1112
<packaging>war</packaging>

examples/web-clustering/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<parent>
66
<groupId>org.wildfly.plugins</groupId>
77
<artifactId>wildfly-jar-examples-parent</artifactId>
8-
<version>1.0</version>
8+
<version>1.0.0-SNAPSHOT</version>
9+
<relativePath>..</relativePath>
910
</parent>
1011
<artifactId>web-clustering</artifactId>
1112
<packaging>war</packaging>

0 commit comments

Comments
 (0)