Skip to content

Commit

Permalink
Update docs and examples to 8.1.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Nov 10, 2022
1 parent d66f170 commit 4fd3012
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/arquillian/hollow-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-arquillian-tests-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>hollow-jar-arquillian</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/arquillian/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-arquillian-tests-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>jaxrs-arquillian</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>wildfly-jar-arquillian-tests-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>authentication</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-in-ear/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>ejb-in-ear</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>ejb-in-ear-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-in-ear/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>ejb-in-ear</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>ejb-in-ear-ejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-in-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>ejb-in-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-in-ear/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>ejb-in-ear</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>ejb-in-ear-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-in-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>ejb-in-war</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-persistent-clustered-timers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>ejb-persistent-clustered-timers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/elytron-oidc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>elytron-oidc-client</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle-mdb-rar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>gradle-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/hollow-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>default-hollow-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/https/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>https</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>jaxws-pojo-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib-layers/app-layer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>jib-layers-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>jib-app-layer</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib-layers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>jib-layers-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib-layers/server-layer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>jib-layers-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>jib-server-layer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>jaxrs-jib-operator</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>jaxrs-jib</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/jkube/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>jkube-app</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf-ejb-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>jsf-ejb-jpa</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion examples/keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>keycloak</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/logging-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>wildfly-jar-examples-parent</artifactId>
<groupId>org.wildfly.plugins</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/mdb-rar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>mdb-rar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/microprofile-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>microprofile-config</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
<packaging>pom</packaging>

<name>WildFly Bootable JAR - Examples</name>

<properties>
<version.bootable.jar>8.0.2.Final-SNAPSHOT</version.bootable.jar>
<version.bootable.jar>8.1.0.Final</version.bootable.jar>
<version.keycloak>18.0.2</version.keycloak>
<version.wildfly>27.0.0.Final</version.wildfly>
<version.wildfly.datasources.galleon-pack>3.0.0.Final</version.wildfly.datasources.galleon-pack>
Expand Down
2 changes: 1 addition & 1 deletion examples/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/remote-microprofile-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>remote-microprofile-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/secmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>sec-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/slim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>slim</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/web-clustering-dns-ping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>web-clustering-dns-ping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/web-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>

<artifactId>web-clustering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/web-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-examples-parent</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>8.1.0.Final</version>
</parent>
<artifactId>web-console</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven.compiler.source>11</maven.compiler.source>
<version.wildfly>27.0.0.Final</version.wildfly>
<!-- docs properties -->
<docs.project.branch>main</docs.project.branch>
<docs.project.branch>8.1.0.Final</docs.project.branch>
<docs.wildfly.major>27.0</docs.wildfly.major>

<version.junit>4.13.1</version.junit>
Expand Down

0 comments on commit 4fd3012

Please sign in to comment.