Skip to content

Commit

Permalink
Merge pull request #120 from bstansberry/Issue_119
Browse files Browse the repository at this point in the history
[Issue_119] Move to SE 17 as the baseline
  • Loading branch information
jmesnil authored Nov 25, 2024
2 parents 6994784 + e3e0354 commit 78c50b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<version.ejb.plugin>3.2.1</version.ejb.plugin>
<version.antrun.plugin>3.1.0</version.antrun.plugin>

<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion wildfly-getting-started-archetype/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Also test whether the Arquillian unit test "SampleIT" still works, see below.

[[build]]
== Build
To build the archetype, you need at least Java 11. Run this command:
To build the archetype, you need at least Java 17. Run this command:
[source,options="nowrap"]
----
$ mvn clean install
Expand Down
2 changes: 1 addition & 1 deletion wildfly-jakartaee-ear-archetype/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The versions of all dependencies and plugins that are used by this archetype are

[[build]]
==== Build
To build the archetype, you need at least Java 11. Run this command:
To build the archetype, you need at least Java 17. Run this command:
[source,options="nowrap"]
----
$ mvn clean install
Expand Down
2 changes: 1 addition & 1 deletion wildfly-jakartaee-webapp-archetype/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The versions of all dependencies and plugins that are used by this archetype are

[[build]]
==== Build
To build the archetype, you need at least Java 11. Run this command:
To build the archetype, you need at least Java 17. Run this command:
[source,options="nowrap"]
----
$ mvn clean install
Expand Down
2 changes: 1 addition & 1 deletion wildfly-subsystem-archetype/Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The versions of all dependencies and plugins that are used by this archetype are

[[build]]
==== Build
To build the archetype, you need at least Java 11. Run this command:
To build the archetype, you need at least Java 17. Run this command:
[source,options="nowrap"]
----
$ mvn clean install
Expand Down

0 comments on commit 78c50b8

Please sign in to comment.