Skip to content

Commit

Permalink
Fix examples dependency on parent
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jul 22, 2020
1 parent a7ff98d commit c9fe953
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>1.0</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>postgresql</artifactId>
<packaging>war</packaging>
Expand Down
3 changes: 2 additions & 1 deletion examples/secmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>1.0</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sec-manager</artifactId>
<packaging>war</packaging>
Expand Down
3 changes: 2 additions & 1 deletion examples/slim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>1.0</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>slim</artifactId>
<packaging>war</packaging>
Expand Down
3 changes: 2 additions & 1 deletion examples/web-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>1.0</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>web-clustering</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit c9fe953

Please sign in to comment.