[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Aug 24 20:58:18 EDT 2013
Author: tzeller
Date: Sat Aug 24 20:58:18 2013
New Revision: 4715
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4715&view=rev
Log:
Temporarily build against specific Jetty snapshot version until the start.d directory stabilizes.
Modified:
trunk/idp-distribution/pom.xml
Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=4715&r1=4714&r2=4715&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Sat Aug 24 20:58:18 2013
@@ -87,7 +87,8 @@
<artifactItem>
<groupId>${jetty.groupId}</groupId>
<artifactId>jetty-distribution</artifactId>
- <version>${jetty.version}</version>
+ <!-- TODO Build against specific snapshot version until start.d/ directory stabilizes. -->
+ <version>9.1.0-20130823.093112-37</version>
<type>zip</type>
<outputDirectory>${assembly-directory}</outputDirectory>
<excludes>
More information about the commits
mailing list