Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 10.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jul 6, 2023
1 parent 4b78c41 commit 7d82496
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

<artifactId>wildfly-jar-maven-plugin-core</artifactId>
Expand Down
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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

<artifactId>wildfly-jar-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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

<artifactId>wildfly-jar-extensions-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion perf-tests/plugin-memory/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-maven-plugin-perf-tests-parent</artifactId>
<version>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

<artifactId>wildfly-jar-maven-plugin-memory-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion perf-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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

<artifactId>wildfly-jar-maven-plugin-perf-tests-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

<artifactId>wildfly-jar-maven-plugin</artifactId>
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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
<packaging>pom</packaging>

<name>WildFly Bootable JAR Plugin Parent</name>
Expand Down Expand Up @@ -472,6 +472,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>10.0.0.Beta1</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>10.0.0.Beta1-SNAPSHOT</version>
<version>10.0.0.Beta1</version>
</parent>

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

0 comments on commit 7d82496

Please sign in to comment.