Skip to content

Commit

Permalink
Update doc and examples to use 2.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jul 24, 2020
1 parent 16b4826 commit 50cb165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/maven-plugin/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coordinates of the Maven plugin artifact are
<dependency>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-maven-plugin</artifactId>
<version>2.0.0.Alpha7-SNAPSHOT</version>
<version>2.0.0.Beta1</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 50cb165

Please sign in to comment.