You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/10/10 22:26:21 UTC

svn commit: r1181217 - in /myfaces/commons/branches/jsf_20: ./ examples/ examples/myfaces-commons-examples/ examples/myfaces-commons-facelets-examples/ myfaces-commons-assembly/ myfaces-commons-components/ myfaces-commons-converters/ myfaces-commons-re...

Author: lu4242
Date: Mon Oct 10 20:26:21 2011
New Revision: 1181217

URL: http://svn.apache.org/viewvc?rev=1181217&view=rev
Log:
[maven-release-plugin] prepare release commons20-1.0.2

Modified:
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml
    myfaces/commons/branches/jsf_20/examples/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-resourcehandler/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml
    myfaces/commons/branches/jsf_20/pom.xml

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml Mon Oct 10 20:26:21 2011
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
         <relativePath>../../pom.xml</relativePath> 
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
     <artifactId>myfaces-commons-examples20</artifactId>
     <packaging>war</packaging>
     <name>Apache MyFaces Commons Examples</name>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
     <build>
         <finalName>myfaces-commons-examples20</finalName>
         <resources>

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml Mon Oct 10 20:26:21 2011
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
         <relativePath>../../pom.xml</relativePath> 
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
 
     <name>Apache MyFaces Commons Facelets Examples</name>
 
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
     <build>
         <finalName>myfaces-commons-facelets-examples20</finalName>
         <resources>

Modified: myfaces/commons/branches/jsf_20/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/pom.xml Mon Oct 10 20:26:21 2011
@@ -22,19 +22,19 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>commons-examples20</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons Examples</name>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_20/examples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_20/examples</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/commons20-1.0.2/examples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/tags/commons20-1.0.2/examples</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/commons/tags/commons20-1.0.2/examples</url>
     </scm>
 
     <modules>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml Mon Oct 10 20:26:21 2011
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
 
     <build>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml Mon Oct 10 20:26:21 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
     <artifactId>myfaces-components20</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml Mon Oct 10 20:26:21 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
     <artifactId>myfaces-converters20</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-resourcehandler/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-resourcehandler/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-resourcehandler/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-resourcehandler/pom.xml Mon Oct 10 20:26:21 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
     <artifactId>myfaces-resourcehandler20</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml Mon Oct 10 20:26:21 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
     <artifactId>myfaces-commons-utils20</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml Mon Oct 10 20:26:21 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons20</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
     <artifactId>myfaces-validators20</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/pom.xml?rev=1181217&r1=1181216&r2=1181217&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/pom.xml Mon Oct 10 20:26:21 2011
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>commons20</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons</name>
     <url>http://myfaces.apache.org/commons20</url>
@@ -272,9 +272,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_20</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_20</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/commons20-1.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/tags/commons20-1.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/commons/tags/commons20-1.0.2</url>
     </scm>
 
     <modules>