Repository: any23 Updated Branches: refs/heads/master 80d4def08 -> 53c13945a
Update version of jetty used to the last release made on the 8.x line Signed-off-by: Peter Ansell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/53c13945 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/53c13945 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/53c13945 Branch: refs/heads/master Commit: 53c13945a5156fb07b0d05b82d53706774972ae5 Parents: 80d4def Author: Peter Ansell <[email protected]> Authored: Mon Jul 10 10:12:39 2017 +1000 Committer: Peter Ansell <[email protected]> Committed: Mon Jul 10 10:12:39 2017 +1000 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ service/pom.xml | 5 ++--- 2 files changed, 13 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/53c13945/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 39f5556..89d95d9 100644 --- a/pom.xml +++ b/pom.xml @@ -276,6 +276,7 @@ <apache-rat-plugin.version>0.12</apache-rat-plugin.version> <maven-source-plugin.version>3.0.1</maven-source-plugin.version> <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> + <maven-war-plugin.version>3.1.0</maven-war-plugin.version> <!-- | Any23 website has to be stored in SVN @@ -580,11 +581,19 @@ <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>${maven-clean-plugin.version}</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>${maven-war-plugin.version}</version> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>${maven-deploy-plugin.version}</version> <inherited>true</inherited> @@ -594,11 +603,13 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>${maven-install-plugin.version}</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>${maven-resources-plugin.version}</version> </plugin> http://git-wip-us.apache.org/repos/asf/any23/blob/53c13945/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index b4f9426..5a75add 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -33,7 +33,7 @@ <properties> <!-- the following property is used in the bash script as well, don't remove it! --> - <jetty.runner.version>8.1.4.v20120524</jetty.runner.version> + <jetty.runner.version>8.1.16.v20140903</jetty.runner.version> </properties> <dependencies> @@ -90,7 +90,7 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>8.0.0.M2</version> + <version>8.1.16.v20140903</version> <configuration> <webAppConfig> <contextPath>/${project.artifactId}</contextPath> @@ -101,7 +101,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.2</version> <configuration> <webResources> <resource>
