[jboss-cvs] Picketlink SVN: r1236 - in picketlink-seam/trunk: picketlink-seam and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 19 13:45:39 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-09-19 13:45:39 -0400 (Mon, 19 Sep 2011)
New Revision: 1236

Modified:
   picketlink-seam/trunk/parent/pom.xml
   picketlink-seam/trunk/picketlink-seam/pom.xml
   picketlink-seam/trunk/seam-sp/pom.xml
Log:
bump version to 2.0.1

Modified: picketlink-seam/trunk/parent/pom.xml
===================================================================
--- picketlink-seam/trunk/parent/pom.xml	2011-09-19 17:32:54 UTC (rev 1235)
+++ picketlink-seam/trunk/parent/pom.xml	2011-09-19 17:45:39 UTC (rev 1236)
@@ -8,7 +8,7 @@
    <groupId>org.picketlink</groupId>
    <artifactId>picketlink-seam-parent</artifactId>
    <packaging>pom</packaging>
-   <version>2.0.0-SNAPSHOT</version>
+   <version>2.0.1-SNAPSHOT</version>
    <name>PicketLink Federation Seam- Parent</name>
    <url>http://labs.jboss.org/portal/picketlink/</url>
    <description>PicketLink is a cross-cutting project that handles identity  needs for the JEMS projects</description>
@@ -132,7 +132,7 @@
       <dependency>
          <groupId>org.openid4java</groupId>
          <artifactId>openid4java-nodeps</artifactId>
-         <version>0.9.5</version>
+         <version>0.9.6</version>
       </dependency>
       <dependency>
          <groupId>nekohtml</groupId>

Modified: picketlink-seam/trunk/picketlink-seam/pom.xml
===================================================================
--- picketlink-seam/trunk/picketlink-seam/pom.xml	2011-09-19 17:32:54 UTC (rev 1235)
+++ picketlink-seam/trunk/picketlink-seam/pom.xml	2011-09-19 17:45:39 UTC (rev 1236)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-seam-parent</artifactId>
-           <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.1-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-seam</artifactId>
@@ -129,7 +129,7 @@
       <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
-                        <version>4.4</version>
+         <version>4.4</version>
          <scope>test</scope>
       </dependency>
       <dependency>
@@ -143,6 +143,10 @@
          <artifactId>json</artifactId>
          <version>20090211</version>
       </dependency>
+      <dependency>
+         <groupId>org.openid4java</groupId>
+         <artifactId>openid4java-nodeps</artifactId>
+      </dependency>
       <!-- START OF DEPENDENCIES NEEDED FOR OPENID4JAVA -->
       <dependency>
          <groupId>org.htmlparser</groupId>

Modified: picketlink-seam/trunk/seam-sp/pom.xml
===================================================================
--- picketlink-seam/trunk/seam-sp/pom.xml	2011-09-19 17:32:54 UTC (rev 1235)
+++ picketlink-seam/trunk/seam-sp/pom.xml	2011-09-19 17:45:39 UTC (rev 1236)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-seam-parent</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.1-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>seam-sp</artifactId>



More information about the jboss-cvs-commits mailing list