We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b4826 commit 50cb165Copy full SHA for 50cb165
2 files changed
docs/guide/maven-plugin/index.adoc
@@ -8,7 +8,7 @@ coordinates of the Maven plugin artifact are
8
<dependency>
9
<groupId>org.wildfly.plugins</groupId>
10
<artifactId>wildfly-jar-maven-plugin</artifactId>
11
- <version>2.0.0.Alpha7-SNAPSHOT</version>
+ <version>2.0.0.Beta1</version>
12
</dependency>
13
----
14
examples/pom.xml
@@ -10,7 +10,7 @@
<name>WildFly Bootable Jar - Examples</name>
<properties>
- <version.bootable.jar>2.0.0.Alpha7-SNAPSHOT</version.bootable.jar>
+ <version.bootable.jar>2.0.0.Beta1</version.bootable.jar>
<version.wildfly>20.0.0.Final</version.wildfly>
15
<maven.compiler.source>1.8</maven.compiler.source>
16
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments