[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 31 12:00:02 EDT 2014
Author: iay
Date: Mon Mar 31 12:00:02 2014
New Revision: 5666
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5666&view=rev
Log:
test-jar dependency version should match compile dependency version.
Modified:
trunk/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=5666&r1=5665&r2=5666&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Mon Mar 31 12:00:02 2014
@@ -133,7 +133,7 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
More information about the commits
mailing list