Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.Beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Sep 4, 2020
1 parent a452f36 commit 610e180
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-parent</artifactId>
<version>2.0.0.Beta4-SNAPSHOT</version>
<version>2.0.0.Beta4</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-extensions-parent</artifactId>
<version>2.0.0.Beta4-SNAPSHOT</version>
<version>2.0.0.Beta4</version>
</parent>

<artifactId>wildfly-jar-cloud-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-parent</artifactId>
<version>2.0.0.Beta4-SNAPSHOT</version>
<version>2.0.0.Beta4</version>
</parent>

<artifactId>wildfly-jar-extensions-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-parent</artifactId>
<version>2.0.0.Beta4-SNAPSHOT</version>
<version>2.0.0.Beta4</version>
</parent>

<artifactId>wildfly-jar-maven-plugin</artifactId>
Expand Down Expand Up @@ -218,7 +218,7 @@
<log-time>${galleon.log.time}</log-time>
<offline>${galleon.offline}</offline>
<plugin-options>
<jboss-maven-dist/>
<jboss-maven-dist />
<jboss-fork-embedded>${galleon.fork.embedded}</jboss-fork-embedded>
<optional-packages>passive+</optional-packages>`
</plugin-options>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-parent</artifactId>
<version>2.0.0.Beta4-SNAPSHOT</version>
<version>2.0.0.Beta4</version>
<packaging>pom</packaging>

<name>WildFly Bootable Jar Plugin Parent</name>
Expand Down Expand Up @@ -353,6 +353,6 @@
<connection>scm:git:${bootable-jar.repo.scm.connection}</connection>
<developerConnection>scm:git:${bootable-jar.repo.scm.connection}</developerConnection>
<url>${bootable-jar.repo.scm.url}</url>
<tag>HEAD</tag>
<tag>2.0.0.Beta4</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-parent</artifactId>
<version>2.0.0.Beta4-SNAPSHOT</version>
<version>2.0.0.Beta4</version>
</parent>

<artifactId>wildfly-jar-maven-plugin-tests</artifactId>
Expand Down

0 comments on commit 610e180

Please sign in to comment.