Skip to content

Commit

Permalink
[maven-release-plugin] prepare release STRUTS_6_0_0_RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Feb 24, 2022
1 parent 3e65ec1 commit 0c9f9c3
Show file tree
Hide file tree
Showing 37 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion apps/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>
<artifactId>struts2-apps</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions apps/rest-showcase/pom.xml
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-rest-showcase</artifactId>
<packaging>war</packaging>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
<name>Struts 2 Rest Showcase Webapp</name>
<description>Struts 2 Rest Showcase Example</description>

Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-showcase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-assembly</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions bom/pom.xml
Expand Up @@ -29,7 +29,7 @@
</parent>

<artifactId>struts2-bom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
<packaging>pom</packaging>

<name>Struts 2 Bill of Materials</name>
Expand All @@ -44,7 +44,7 @@
</licenses>

<properties>
<struts-version.version>6.0.0-SNAPSHOT</struts-version.version>
<struts-version.version>6.0.0-RC3</struts-version.version>
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
</properties>
Expand Down Expand Up @@ -175,7 +175,7 @@
</dependencyManagement>

<scm>
<tag>HEAD</tag>
<tag>STRUTS_6_0_0_RC3</tag>
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
<url>https://github.com/apache/struts/</url>
Expand Down
2 changes: 1 addition & 1 deletion bundles/admin/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-osgi-admin-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/demo/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-osgi-demo-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-osgi-bundles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>
<artifactId>struts2-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/async/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-async-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/bean-validation/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugins/cdi/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-cdi-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/config-browser/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-config-browser-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/convention/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-convention-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/dwr/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-dwr-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/embeddedjsp/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-embeddedjsp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/gxp/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-gxp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jasperreports/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-jasperreports-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/javatemplates/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-javatemplates-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jfreechart/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-jfreechart-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/json/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-json-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/junit/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-junit-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/osgi/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-osgi-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/oval/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-oval-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pell-multipart/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-pell-multipart-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plexus/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-plexus-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/portlet-mocks/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-portlet-mocks-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/portlet-tiles/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-portlet-tiles-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/portlet/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-portlet-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/rest/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-rest-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/sitemesh/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-sitemesh-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/spring/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-spring-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/testng/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-testng-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/tiles/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-tiles-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/velocity/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
</parent>

<artifactId>struts2-velocity-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC3</version>
<packaging>pom</packaging>
<name>Struts 2</name>
<url>http://struts.apache.org/</url>
Expand All @@ -51,7 +51,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
<url>https://github.com/apache/struts/</url>
<tag>HEAD</tag>
<tag>STRUTS_6_0_0_RC3</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -104,7 +104,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2022-01-29T16:36:34Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-02-24T06:07:09Z</project.build.outputTimestamp>
<java.version>1.8</java.version>

<!-- dependency versions in alphanumeric order -->
Expand Down

0 comments on commit 0c9f9c3

Please sign in to comment.