This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git
from 7de8404 [maven-release-plugin] prepare for next development iteration
add c25cb38 WW-5283 Upgrade Struts archetypes to use the latest Struts
version
add b121bcd Uses proper tools in Jenkins pipeline
add 06e19c0 WW-5283 Extracts Jetty version into property
add 1d1266a Upgrades Maven wrapper
new 9e385a3 Merge pull request #8 from apache/WW-5283-update
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.mvn/wrapper/MavenWrapperDownloader.java | 117 ---------------------
.mvn/wrapper/maven-wrapper.properties | 20 +++-
Jenkinsfile | 4 +-
mvnw | 99 +++++++----------
mvnw.cmd | 41 ++++----
pom.xml | 30 +++---
struts2-archetype-angularjs/pom.xml | 7 +-
.../src/main/resources/archetype-resources/pom.xml | 24 ++---
.../src/main/webapp/WEB-INF/web.xml | 6 +-
struts2-archetype-blank/pom.xml | 7 +-
.../src/main/resources/archetype-resources/pom.xml | 24 ++---
.../src/main/webapp/WEB-INF/web.xml | 9 +-
struts2-archetype-convention/pom.xml | 7 +-
.../src/main/resources/archetype-resources/pom.xml | 25 ++---
.../src/main/webapp/WEB-INF/web.xml | 7 +-
struts2-archetype-dbportlet/pom.xml | 8 +-
.../src/main/resources/archetype-resources/pom.xml | 21 ++--
.../src/main/webapp/WEB-INF/web.xml | 8 +-
struts2-archetype-plugin/pom.xml | 7 +-
.../src/main/resources/archetype-resources/pom.xml | 20 ++--
struts2-archetype-portlet/pom.xml | 7 +-
.../src/main/resources/archetype-resources/pom.xml | 18 +---
.../src/main/webapp/WEB-INF/web.xml | 8 +-
struts2-archetype-starter/pom.xml | 8 +-
.../src/main/resources/archetype-resources/pom.xml | 28 ++---
.../src/main/webapp/WEB-INF/web.xml | 53 +++++-----
26 files changed, 224 insertions(+), 389 deletions(-)
delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java