[jboss-cvs] Picketlink SVN: r1373 - in product/branches/Branch_6_plus: parent and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 3 16:35:37 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-02-03 16:35:33 -0500 (Fri, 03 Feb 2012)
New Revision: 1373

Modified:
   product/branches/Branch_6_plus/parent/pom.xml
   product/branches/Branch_6_plus/picketlink-core/pom.xml
   product/branches/Branch_6_plus/picketlink-webapps/idp/pom.xml
   product/branches/Branch_6_plus/picketlink-webapps/pdp/pom.xml
   product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/pom.xml
   product/branches/Branch_6_plus/picketlink-webapps/pom.xml
   product/branches/Branch_6_plus/pom.xml
Log:
move to snapshot

Modified: product/branches/Branch_6_plus/parent/pom.xml
===================================================================
--- product/branches/Branch_6_plus/parent/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/parent/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -8,7 +8,7 @@
    <groupId>org.picketlink.product.eap</groupId>
    <artifactId>picketlink-fed-parent</artifactId>
    <packaging>pom</packaging>
-   <version>2.0.3</version>
+   <version>2.0.3-SNAPSHOT</version>
    <name>PicketLink Federation- 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>
@@ -23,8 +23,8 @@
       <url>http://www.jboss.org</url>
    </organization>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/product/tags/2.0.3</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/product/tags/2.0.3</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/product/tags/2.0.3-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/product/tags/2.0.3-SNAPSHOT</developerConnection>
    </scm>
   
    <build>
@@ -102,7 +102,7 @@
       <dependency>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-war-plugin</artifactId>
-         <version>2.0.3</version>
+         <version>2.0.3-SNAPSHOT</version>
       </dependency>
       <dependency>
          <groupId>junit</groupId>

Modified: product/branches/Branch_6_plus/picketlink-core/pom.xml
===================================================================
--- product/branches/Branch_6_plus/picketlink-core/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/picketlink-core/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.product.eap</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.3-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: product/branches/Branch_6_plus/picketlink-webapps/idp/pom.xml
===================================================================
--- product/branches/Branch_6_plus/picketlink-webapps/idp/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/picketlink-webapps/idp/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink.product.eap</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>2.0.3</version>
+     <version>2.0.3-SNAPSHOT</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: product/branches/Branch_6_plus/picketlink-webapps/pdp/pom.xml
===================================================================
--- product/branches/Branch_6_plus/picketlink-webapps/pdp/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/picketlink-webapps/pdp/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink.product.eap</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>2.0.3</version>
+     <version>2.0.3-SNAPSHOT</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/pom.xml
===================================================================
--- product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink.product.eap</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>2.0.3</version>
+    <version>2.0.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: product/branches/Branch_6_plus/picketlink-webapps/pom.xml
===================================================================
--- product/branches/Branch_6_plus/picketlink-webapps/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/picketlink-webapps/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.product.eap</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.3-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: product/branches/Branch_6_plus/pom.xml
===================================================================
--- product/branches/Branch_6_plus/pom.xml	2012-02-03 19:05:45 UTC (rev 1372)
+++ product/branches/Branch_6_plus/pom.xml	2012-02-03 21:35:33 UTC (rev 1373)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.product.eap</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.3-SNAPSHOT</version>
       <relativePath>parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>



More information about the jboss-cvs-commits mailing list