This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git
The following commit(s) were added to refs/heads/master by this push: new 4062509 Upgrades to use latest Struts master and core 4062509 is described below commit 406250978f7316b9677108793b3b94f229763b2b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Apr 23 08:12:44 2020 +0200 Upgrades to use latest Struts master and core --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fdb9544..9f73ba4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts-master</artifactId> - <version>13</version> + <version>14</version> </parent> <artifactId>struts-archetypes</artifactId> @@ -86,7 +86,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <supported.struts2.version>2.5.20</supported.struts2.version> + <supported.struts2.version>2.5.22</supported.struts2.version> </properties> <build> @@ -95,8 +95,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> </plugins>