Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Nov 25, 2020
1 parent 4cf9093 commit ea23ce2
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>
<artifactId>struts2-apps</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions apps/rest-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-rest-showcase</artifactId>
<packaging>war</packaging>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-showcase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-assembly</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>struts2-bom</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<struts-version.version>2.5.26</struts-version.version>
<struts-version.version>2.5.27-SNAPSHOT</struts-version.version>
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion bundles/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-osgi-admin-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-osgi-demo-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-osgi-bundles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>
<artifactId>struts2-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugins/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-cdi-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/config-browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-config-browser-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/convention/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-convention-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/dwr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-dwr-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/embeddedjsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-embeddedjsp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/gxp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-gxp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jasperreports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-jasperreports-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/javatemplates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-javatemplates-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jfreechart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-jfreechart-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-json-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-junit-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-osgi-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/oval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-oval-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pell-multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-pell-multipart-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-plexus-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/portlet-tiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-portlet-tiles-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-portlet-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-rest-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/sitegraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-sitegraph-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/sitemesh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-sitemesh-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-spring-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-testng-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/tiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
</parent>

<artifactId>struts2-tiles-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-parent</artifactId>
<version>2.5.26</version>
<version>2.5.27-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Struts 2</name>
<url>http:https://struts.apache.org/</url>
Expand Down Expand Up @@ -96,7 +96,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2020-11-25T16:23:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2020-11-25T16:32:09Z</project.build.outputTimestamp>

<!-- Dependencies -->
<ognl.version>3.1.28</ognl.version>
Expand Down

0 comments on commit ea23ce2

Please sign in to comment.