Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
gaol committed Nov 13, 2024
1 parent e139caf commit 1885d7a
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 30 deletions.
4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-pom</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-build</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<name>WildFly Vertx Extension - Distributions :: Server Distribution</name>
<description>This is the server distribution with the extension</description>
Expand Down
4 changes: 2 additions & 2 deletions galleon-feature-pack/galleon-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-feature-pack-content</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<name>WildFly Vertx Extension - Distributions :: Galleon Feature Pack Content</name>
<description>The contents for the feature pack of the Vertx extension.</description>
Expand Down
2 changes: 1 addition & 1 deletion galleon-feature-pack/galleon-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-extension-galleon-local</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions galleon-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-pom</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<name>WildFly Vertx Extension - Distributions :: Galleon Feature Pack Parent</name>
<description>The feature pack parent of the Vertx extension.</description>
Expand Down
4 changes: 2 additions & 2 deletions galleon-feature-pack/wildfly-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-feature-pack</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<name>WildFly Vertx Extension - Distributions :: Galleon Feature Pack</name>
<description>The feature pack of the Vertx extension.</description>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-pom</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<name>WildFly Vertx Extension - POM</name>

Expand Down Expand Up @@ -63,7 +63,8 @@
<connection>scm:git:https://github.com/gaol/wildfly-vertx-extension.git</connection>
<developerConnection>scm:git:https://github.com/gaol/wildfly-vertx-extension.git</developerConnection>
<url>https://github.com/gaol/wildfly-vertx-extension/</url>
</scm>
<tag>1.0.0.Final</tag>
</scm>

<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-pom</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-extension</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>

<name>WildFly Vertx Extension - Subsystem</name>

Expand Down
8 changes: 3 additions & 5 deletions testsuite/integration/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-testsuite-integration</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-extension-testsuite-integration-basic</artifactId>
Expand Down Expand Up @@ -58,7 +56,7 @@
<log-time>${galleon.log.time}</log-time>
<offline>true</offline>
<plugin-options>
<jboss-maven-dist/>
<jboss-maven-dist />
<jboss-fork-embedded>${galleon.fork.embedded}</jboss-fork-embedded>
<optional-packages>passive+</optional-packages>
<ignore-not-excluded-layers>true</ignore-not-excluded-layers>
Expand Down
6 changes: 2 additions & 4 deletions testsuite/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-testsuite</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-extension-testsuite-integration</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-pom</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-extension-testsuite</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions testsuite/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly.extras.vertx</groupId>
<artifactId>wildfly-vertx-extension-testsuite</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-vertx-extension-testsuite-shared</artifactId>
Expand Down

0 comments on commit 1885d7a

Please sign in to comment.