[picketlink-commits] Picketlink SVN: r1386 - in product/branches/Branch_6_plus: parent and 5 other directories.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Tue Feb 7 18:01:27 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-02-07 18:01:25 -0500 (Tue, 07 Feb 2012)
New Revision: 1386

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:
change version for tagging

Modified: product/branches/Branch_6_plus/parent/pom.xml
===================================================================
--- product/branches/Branch_6_plus/parent/pom.xml	2012-02-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/parent/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -8,7 +8,7 @@
    <groupId>org.picketlink.product.eap</groupId>
    <artifactId>picketlink-fed-parent</artifactId>
    <packaging>pom</packaging>
-   <version>2.0.3-SNAPSHOT</version>
+   <version>2.0.3</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-SNAPSHOT</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/product/tags/2.0.3-SNAPSHOT</developerConnection>
+      <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>
    </scm>
   
    <build>
@@ -102,7 +102,7 @@
       <dependency>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-war-plugin</artifactId>
-         <version>2.0.3-SNAPSHOT</version>
+         <version>2.0.3</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-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/picketlink-core/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.product.eap</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>2.0.3-SNAPSHOT</version>
+      <version>2.0.3</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-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/picketlink-webapps/idp/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink.product.eap</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>2.0.3-SNAPSHOT</version>
+     <version>2.0.3</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-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/picketlink-webapps/pdp/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink.product.eap</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>2.0.3-SNAPSHOT</version>
+     <version>2.0.3</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-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/picketlink-webapps/picketlink-sts/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink.product.eap</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</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-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/picketlink-webapps/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.product.eap</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>2.0.3-SNAPSHOT</version>
+      <version>2.0.3</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-07 22:59:55 UTC (rev 1385)
+++ product/branches/Branch_6_plus/pom.xml	2012-02-07 23:01:25 UTC (rev 1386)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.product.eap</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>2.0.3-SNAPSHOT</version>
+      <version>2.0.3</version>
       <relativePath>parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>



More information about the picketlink-commits mailing list