[java-identity-provider COMMIT] in /trunk: idp-parent/pom.xml idp-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 17 17:17:42 EST 2015


Author: putmanb
Date: Tue Nov 17 17:17:42 2015
New Revision: 8002

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8002&view=rev
Log:
Move idwsfconsumer version to idp-parent property.

Modified:
    trunk/idp-parent/pom.xml
    trunk/idp-saml-impl/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=8002&r1=8001&r2=8002&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml	(original)
+++ trunk/idp-parent/pom.xml	Tue Nov 17 17:17:42 2015
@@ -60,6 +60,7 @@
 
     <properties>
         <svn.relative.location>java-identity-provider</svn.relative.location>
+        <idwsfconsumer.version>1.0.0-SNAPSHOT</idwsfconsumer.version>
         <java-support.version>7.2.0-SNAPSHOT</java-support.version>
         <jetty9-dta-ssl.version>1.0.0</jetty9-dta-ssl.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=8002&r1=8001&r2=8002&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml	(original)
+++ trunk/idp-saml-impl/pom.xml	Tue Nov 17 17:17:42 2015
@@ -18,13 +18,10 @@
     <dependencies>
         <!-- Compile Dependencies -->
         
-        <!-- TODO: fix this up when approach for Liberty providers is finalized. 
-             Right now is just a local SNAPSHOT-only artifact built locally and deployed to Maven.
-        -->
         <dependency>
             <groupId>net.shibboleth.liberty</groupId>
             <artifactId>idwsfconsumer</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${idwsfconsumer.version}</version>
         </dependency>
         
         <dependency>



More information about the commits mailing list