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
jasondlee committed Aug 9, 2023
1 parent be33543 commit 763a435
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 2 additions & 3 deletions galleon-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>
<artifactId>wildfly-myfaces-feature-pack-galleon-content</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion myfaces-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-myfaces-feature-pack</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions myfaces-injection/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<artifactId>wildfly-myfaces-injection</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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.jboss</groupId>
Expand All @@ -25,7 +24,7 @@
</parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
<packaging>pom</packaging>
<name>MyFaces 4 Support for WildFly - Parent</name>

Expand Down Expand Up @@ -66,7 +65,7 @@
<connection>scm:git:${wildfly-extras.repo.scm.connection}</connection>
<developerConnection>scm:git:${wildfly-extras.repo.scm.connection}</developerConnection>
<url>${wildfly-extras.repo.scm.url}</url>
<tag>HEAD</tag>
<tag>1.0.0.Final</tag>
</scm>

<repositories>
Expand Down
8 changes: 3 additions & 5 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
limitations under the License.
-->
<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</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>
<artifactId>wildfly-myfaces-feature-pack-testsuite-parent</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -81,7 +79,7 @@

<!-- Common surefire arguments -->
<surefire.memory.args>-Xmx512m -XX:MetaspaceSize=128m</surefire.memory.args>
<surefire.jpda.args></surefire.jpda.args>
<surefire.jpda.args />
<as.debug.port>8787</as.debug.port>
<modular.jdk.testsuite.args />
<surefire.system.args>${modular.jdk.testsuite.args} ${surefire.memory.args} ${surefire.jpda.args} -Djboss.dist=${jboss.dist} -Dmaven.repo.local=${settings.localRepository}</surefire.system.args>
Expand Down
6 changes: 2 additions & 4 deletions testsuite/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ limitations under the License.
-->

<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">
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-testsuite-parent</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Final</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 763a435

Please sign in to comment.