Skip to content

Commit 50cb165

Browse files
committed
Update doc and examples to use 2.0.0.Beta1
1 parent 16b4826 commit 50cb165

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/maven-plugin/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coordinates of the Maven plugin artifact are
88
<dependency>
99
<groupId>org.wildfly.plugins</groupId>
1010
<artifactId>wildfly-jar-maven-plugin</artifactId>
11-
<version>2.0.0.Alpha7-SNAPSHOT</version>
11+
<version>2.0.0.Beta1</version>
1212
</dependency>
1313
----
1414

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>WildFly Bootable Jar - Examples</name>
1111

1212
<properties>
13-
<version.bootable.jar>2.0.0.Alpha7-SNAPSHOT</version.bootable.jar>
13+
<version.bootable.jar>2.0.0.Beta1</version.bootable.jar>
1414
<version.wildfly>20.0.0.Final</version.wildfly>
1515
<maven.compiler.source>1.8</maven.compiler.source>
1616
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)