Skip to content

Commit

Permalink
Merge pull request #32 from jfdenise/master
Browse files Browse the repository at this point in the history
Fix examples dependency on parent
  • Loading branch information
jfdenise authored Jul 22, 2020
2 parents a7ff98d + c9fe953 commit 16b4826
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 16b4826

Please sign in to comment.