[jboss-svn-commits] JBL Code SVN: r33519 - labs/jbossesb/branches/JBESB_4_7_CP/product.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jun 16 09:17:03 EDT 2010
Author: kevin.conner at jboss.com
Date: 2010-06-16 09:17:02 -0400 (Wed, 16 Jun 2010)
New Revision: 33519
Modified:
labs/jbossesb/branches/JBESB_4_7_CP/product/.classpath
labs/jbossesb/branches/JBESB_4_7_CP/product/ivy.xml
labs/jbossesb/branches/JBESB_4_7_CP/product/ivysettings.xml
Log:
Update picketlink to 1.0.3.final: JBESB-3352
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/.classpath
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/.classpath 2010-06-16 11:22:37 UTC (rev 33518)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/.classpath 2010-06-16 13:17:02 UTC (rev 33519)
@@ -68,8 +68,8 @@
<classpathentry kind="lib" path="build/lib/jboss-deployers-structure-spi-2.0.7.GA.jar"/>
<classpathentry kind="lib" path="build/lib/jboss-deployers-vfs-2.0.7.GA.jar"/>
<classpathentry kind="lib" path="build/lib/jboss-deployers-vfs-spi-2.0.7.GA.jar"/>
- <classpathentry kind="lib" path="build/lib/picketlink-fed-api-1.0.1.jar"/>
- <classpathentry kind="lib" path="build/lib/picketlink-fed-core-1.0.1.jar"/>
+ <classpathentry kind="lib" path="build/lib/picketlink-fed-api-1.0.3.final.jar"/>
+ <classpathentry kind="lib" path="build/lib/picketlink-fed-core-1.0.3.final.jar"/>
<classpathentry kind="lib" path="build/lib/jboss-kernel-2.0.6.GA.jar"/>
<classpathentry kind="lib" path="build/lib/jboss-managed-2.1.0.SP1.jar"/>
<classpathentry kind="lib" path="build/lib/jboss-mdr-2.0.1.GA.jar"/>
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/ivy.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/ivy.xml 2010-06-16 11:22:37 UTC (rev 33518)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/ivy.xml 2010-06-16 13:17:02 UTC (rev 33519)
@@ -160,13 +160,13 @@
<dependency org="org.jboss.security" name="jbosssx" rev="2.0.3.SP1"/>
<!-- JBoss Identity Federation -->
- <dependency org="org.picketlink" name="picketlink-fed-api" rev="1.0.1"/>
- <dependency org="org.picketlink" name="picketlink-fed-core" rev="1.0.1"/>
- <dependency org="org.picketlink" name="picketlink-fed-model" rev="1.0.1"/>
- <dependency org="org.picketlink" name="picketlink-xmlsec-model" rev="1.0.1"/>
- <dependency org="org.picketlink" name="picketlink-bindings" rev="1.0.1"/>
- <dependency org="org.picketlink" name="picketlink-bindings-jboss" rev="1.0.1"/>
- <dependency org="org.picketlink" name="picketlink-web" rev="1.0.1"/>
+ <dependency org="org.picketlink" name="picketlink-fed-api" rev="1.0.3.final"/>
+ <dependency org="org.picketlink" name="picketlink-fed-core" rev="1.0.3.final"/>
+ <dependency org="org.picketlink" name="picketlink-fed-model" rev="1.0.3.final"/>
+ <dependency org="org.picketlink" name="picketlink-xmlsec-model" rev="1.0.3.final"/>
+ <dependency org="org.picketlink" name="picketlink-bindings" rev="1.0.3.final"/>
+ <dependency org="org.picketlink" name="picketlink-bindings-jboss" rev="1.0.3.final"/>
+ <dependency org="org.picketlink" name="picketlink-web" rev="1.0.3.final"/>
<dependency org="org.apache" name="xmlsec" rev="1.4.3"/>
<!-- JOPR dependencies -->
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/ivysettings.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/ivysettings.xml 2010-06-16 11:22:37 UTC (rev 33518)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/ivysettings.xml 2010-06-16 13:17:02 UTC (rev 33519)
@@ -8,6 +8,9 @@
<url name="jboss" m2compatible="true">
<artifact pattern="http://repository.jboss.org/maven2/[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"/>
</url>
+ <url name="jboss-nexus" m2compatible="true">
+ <artifact pattern="https://repository.jboss.org/nexus/content/groups/public/[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"/>
+ </url>
<ibiblio name="ibiblio" m2compatible="true"/>
<url name="milyn" m2compatible="true">
<artifact pattern="http://dist.codehaus.org/[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"/>
More information about the jboss-svn-commits
mailing list