[java-idp-integration-tests] branch master updated: IDP-1304 - Bump current and next versions of Jetty
Tom Zeller
tzeller at dragonacea.biz
Wed Jun 27 13:07:20 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e426e6aa4190b55da45422c1e88117c8b4fcb70e
The following commit(s) were added to refs/heads/master by this push:
new e426e6a IDP-1304 - Bump current and next versions of Jetty
e426e6a is described below
commit e426e6aa4190b55da45422c1e88117c8b4fcb70e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 27 12:07:19 2018 -0500
IDP-1304 - Bump current and next versions of Jetty
Bump the current version of Jetty to 9.3.24.v20180605 as that is what we
ship in the Windows installer as of 3.3.3.1.
Bump the next version of Jetty to 9.3.25-SNAPSHOT and add the Jetty
snapshots repository to the jetty-next Maven profile.
---
pom.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index eb42a14..02933f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,8 +32,8 @@
<idp-jetty-base-future.version>9.4.0-SNAPSHOT</idp-jetty-base-future.version>
<!-- Jetty -->
- <jetty-current.version>9.3.9.v20160517</jetty-current.version>
- <jetty-next.version>9.3.24.v20180605</jetty-next.version>
+ <jetty-current.version>9.3.24.v20180605</jetty-current.version>
+ <jetty-next.version>9.3.25-SNAPSHOT</jetty-next.version>
<jetty-future.version>9.4.11.v20180605</jetty-future.version>
<!-- tomcat-base -->
@@ -565,6 +565,13 @@
<idp-jetty-base.version>${idp-jetty-base-next.version}</idp-jetty-base.version>
<jetty.version>${jetty-next.version}</jetty.version>
</properties>
+ <repositories>
+ <repository>
+ <id>jetty-snapshots</id>
+ <name>jetty-snapshots</name>
+ <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
+ </repository>
+ </repositories>
</profile>
<!--
The jetty-future profile sets the versions of Jetty and jetty-base to the versions to be included
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list