[jboss-cvs] Picketlink SVN: r1439 - in federation/trunk: picketlink-fed-api and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 24 13:36:15 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-02-24 13:36:14 -0500 (Fri, 24 Feb 2012)
New Revision: 1439

Modified:
   federation/trunk/parent/pom.xml
   federation/trunk/picketlink-fed-api/pom.xml
   federation/trunk/picketlink-fed-core/pom.xml
   federation/trunk/picketlink-web/pom.xml
Log:
bump xmlsec version

Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml	2012-02-24 13:12:56 UTC (rev 1438)
+++ federation/trunk/parent/pom.xml	2012-02-24 18:36:14 UTC (rev 1439)
@@ -126,9 +126,9 @@
          <optional>true</optional>
       </dependency>
       <dependency>
-         <groupId>org.apache</groupId>
+         <groupId>org.apache.santuario</groupId>
          <artifactId>xmlsec</artifactId>
-         <version>1.4.3</version>
+         <version>1.4.5</version>
          <optional>true</optional>
       </dependency>
       <dependency>

Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml	2012-02-24 13:12:56 UTC (rev 1438)
+++ federation/trunk/picketlink-fed-api/pom.xml	2012-02-24 18:36:14 UTC (rev 1439)
@@ -65,7 +65,7 @@
         <artifactId>log4j</artifactId>
       </dependency>
       <dependency>
-        <groupId>org.apache</groupId>
+        <groupId>org.apache.santuario</groupId>
         <artifactId>xmlsec</artifactId>
       </dependency>
       <dependency>

Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml	2012-02-24 13:12:56 UTC (rev 1438)
+++ federation/trunk/picketlink-fed-core/pom.xml	2012-02-24 18:36:14 UTC (rev 1439)
@@ -56,7 +56,7 @@
         <artifactId>log4j</artifactId>
       </dependency>
       <dependency>
-        <groupId>org.apache</groupId>
+        <groupId>org.apache.santuario</groupId>
         <artifactId>xmlsec</artifactId>
       </dependency>
       <dependency>

Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml	2012-02-24 13:12:56 UTC (rev 1438)
+++ federation/trunk/picketlink-web/pom.xml	2012-02-24 18:36:14 UTC (rev 1439)
@@ -123,7 +123,7 @@
          <version>${project.version}</version>
       </dependency>
       <dependency>
-         <groupId>org.apache</groupId>
+         <groupId>org.apache.santuario</groupId>
          <artifactId>xmlsec</artifactId>
       </dependency>
       <dependency>



More information about the jboss-cvs-commits mailing list