Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bumps #10

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galleon-content/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.1.Final-SNAPSHOT</version>
<version>2.0.0.Final-SNAPSHOT</version>
</parent>
<artifactId>wildfly-myfaces-feature-pack-galleon-content</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions galleon-content/src/main/resources/license/licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -18,7 +18,7 @@
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -29,7 +29,7 @@
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
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.1.Final-SNAPSHOT</version>
<version>2.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>wildfly-myfaces-feature-pack</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion myfaces-injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.1.Final-SNAPSHOT</version>
<version>2.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>wildfly-myfaces-injection</artifactId>
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.1.Final-SNAPSHOT</version>
<version>2.0.0.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MyFaces 4 Support for WildFly - Parent</name>

Expand All @@ -33,7 +33,7 @@
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -45,12 +45,13 @@

<version.junit>4.13.2</version.junit>
<version.org.apache.myfaces>4.0.1</version.org.apache.myfaces>

<version.org.jboss.arquillian.junit>1.7.0.Final</version.org.jboss.arquillian.junit>
<version.org.jboss.jboss-dmr>1.6.1.Final</version.org.jboss.jboss-dmr>
<version.org.wildfly.core>21.0.0.Beta2</version.org.wildfly.core>
<version.org.wildfly.galleon-plugins>6.4.2.Final</version.org.wildfly.galleon-plugins>
<version.org.wildfly>30.0.0.Final</version.org.wildfly>
<version.org.wildfly.core>22.0.1.Final</version.org.wildfly.core>
<version.org.wildfly.galleon-plugins>6.4.8.Final</version.org.wildfly.galleon-plugins>
<version.org.wildfly.jar.plugin>10.0.0.Final</version.org.wildfly.jar.plugin>
<version.org.wildfly>29.0.0.Final</version.org.wildfly>
<version.org.wildfly.plugin>4.2.0.Final</version.org.wildfly.plugin>

<wildfly-extras.repo.scm.connection>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-parent</artifactId>
<version>1.0.1.Final-SNAPSHOT</version>
<version>2.0.0.Final-SNAPSHOT</version>
</parent>
<artifactId>wildfly-myfaces-feature-pack-testsuite-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-myfaces-feature-pack-testsuite-parent</artifactId>
<version>1.0.1.Final-SNAPSHOT</version>
<version>2.0.0.Final-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down