Skip to content

Commit

Permalink
[maven-release-plugin] prepare release STRUTS_6_2_0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jun 28, 2023
1 parent 7a92cdc commit bb7cce2
Show file tree
Hide file tree
Showing 38 changed files with 48 additions and 49 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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</version>
</parent>

<artifactId>struts2-rest-showcase</artifactId>
<packaging>war</packaging>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<packaging>pom</packaging>

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

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

<scm>
<tag>HEAD</tag>
<tag>STRUTS_6_2_0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</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.2.0-SNAPSHOT</version>
<version>6.2.0</version>
</parent>

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

<artifactId>struts2-xslt-plugin</artifactId>
Expand Down

0 comments on commit bb7cce2

Please sign in to comment.