Author: ffang
Date: Tue Nov 4 02:11:08 2014
New Revision: 1636485
URL: http://svn.apache.org/r1636485
Log:
[SMX4-1884]correct joda version range for opensaml 2.6.x bundle
Modified:
servicemix/smx4/bundles/trunk/opensaml-2.6.0/pom.xml
servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml
servicemix/smx4/bundles/trunk/opensaml-2.6.2/pom.xml
servicemix/smx4/bundles/trunk/pom.xml
Modified: servicemix/smx4/bundles/trunk/opensaml-2.6.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.6.0/pom.xml?rev=1636485&r1=1636484&r2=1636485&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.6.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.6.0/pom.xml Tue Nov 4 02:11:08
2014
@@ -65,7 +65,7 @@
org.apache.velocity*;resolution:=optional,
org.apache.xml.security*;version="[1.5,3)",
org.bouncycastle*;resolution:=optional,
- org.joda.time*;version="[1.5,3)",
+ org.joda.time*;version="[2.2,3)",
org.owasp.esapi*;resolution:=optional,
org.slf4j;resolution:=optional,
org.w3c.dom*,
Modified: servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml?rev=1636485&r1=1636484&r2=1636485&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml Tue Nov 4 02:11:08
2014
@@ -65,7 +65,7 @@
org.apache.velocity*;resolution:=optional,
org.apache.xml.security*;version="[1.5,3)",
org.bouncycastle*;resolution:=optional,
- org.joda.time*;version="[1.5,3)",
+ org.joda.time*;version="[2.2,3)",
org.owasp.esapi*;resolution:=optional,
org.slf4j;resolution:=optional,
org.w3c.dom*,
Modified: servicemix/smx4/bundles/trunk/opensaml-2.6.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.6.2/pom.xml?rev=1636485&r1=1636484&r2=1636485&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.6.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.6.2/pom.xml Tue Nov 4 02:11:08
2014
@@ -65,7 +65,7 @@
org.apache.velocity*;resolution:=optional,
org.apache.xml.security*;version="[1.5,3)",
org.bouncycastle*;resolution:=optional,
- org.joda.time*;version="[1.5,3)",
+ org.joda.time*;version="[2.2,3)",
org.owasp.esapi*;resolution:=optional,
org.slf4j;resolution:=optional,
org.w3c.dom*,
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1636485&r1=1636484&r2=1636485&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Nov 4 02:11:08 2014
@@ -62,6 +62,9 @@
<module>spring-webmvc-4.0.5.RELEASE</module>
<module>spring-webmvc-4.0.6.RELEASE</module>
<module>spring-webmvc-4.0.1.RELEASE</module>
+ <module>opensaml-2.6.0</module>
+ <module>opensaml-2.6.1</module>
+ <module>opensaml-2.6.2</module>
<!-- add modules for all bundles to released in the next batch here -->
</modules>