[java-identity-provider COMMIT] /trunk/idp-authn-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Apr 5 15:12:59 BST 2012


Author: lajoie
Date: Thu Apr  5 15:12:58 2012
New Revision: 4168

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4168&view=rev
Log:
clean up reference to opensaml

Modified:
    trunk/idp-authn-impl/pom.xml

Modified: trunk/idp-authn-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/pom.xml?rev=4168&r1=4167&r2=4168&view=diff
==============================================================================
--- trunk/idp-authn-impl/pom.xml (original)
+++ trunk/idp-authn-impl/pom.xml Thu Apr  5 15:12:58 2012
@@ -23,9 +23,9 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.opensaml</groupId>
+            <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-api</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>${opensaml.version}</version>
         </dependency>
         
         <dependency>



More information about the commits mailing list