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 2010/12/09 00:00:25 UTC

svn commit: r1043762 - in /myfaces/commons/branches/jsf_11: ./ examples/ examples/myfaces-commons-examples/ examples/myfaces-commons-facelets-examples/ myfaces-commons-assembly/ myfaces-commons-components/ myfaces-commons-converters/ myfaces-commons-ut...

Author: lu4242
Date: Wed Dec  8 23:00:25 2010
New Revision: 1043762

URL: http://svn.apache.org/viewvc?rev=1043762&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: myfaces/commons/branches/jsf_11/examples/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/examples/myfaces-commons-examples/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/examples/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/examples/myfaces-commons-examples/pom.xml Wed Dec  8 23:00:25 2010
@@ -19,14 +19,14 @@
     <parent>
         <artifactId>commons11</artifactId>
         <groupId>org.apache.myfaces.commons</groupId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>myfaces-commons-examples11</artifactId>
     <packaging>war</packaging>
     <name>Apache MyFaces Commons Examples</name>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <build>
         <finalName>myfaces-commons-examples11</finalName>
         <resources>

Modified: myfaces/commons/branches/jsf_11/examples/myfaces-commons-facelets-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/examples/myfaces-commons-facelets-examples/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/examples/myfaces-commons-facelets-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/examples/myfaces-commons-facelets-examples/pom.xml Wed Dec  8 23:00:25 2010
@@ -19,14 +19,14 @@
     <parent>
         <artifactId>commons11</artifactId>
         <groupId>org.apache.myfaces.commons</groupId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>myfaces-commons-facelets-examples11</artifactId>
     <packaging>war</packaging>
     <name>Apache MyFaces Commons Facelets Examples</name>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <build>
         <finalName>myfaces-commons-facelets-examples11</finalName>
         <resources>

Modified: myfaces/commons/branches/jsf_11/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/examples/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/examples/pom.xml Wed Dec  8 23:00:25 2010
@@ -22,19 +22,19 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons11</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>commons-examples11</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons Examples</name>
 
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/commons11-1.0.1/examples</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/tags/commons11-1.0.1/examples</developerConnection>
-      <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/tags/commons11-1.0.1/examples</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_11/examples</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_11/examples</developerConnection>
+      <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/branches/jsf_11/examples</url>
     </scm>
 
     <modules>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-assembly/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-assembly/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-assembly/pom.xml Wed Dec  8 23:00:25 2010
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons11</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <build>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml Wed Dec  8 23:00:25 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons11</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>myfaces-components11</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml Wed Dec  8 23:00:25 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons11</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>myfaces-converters11</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-utils/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-utils/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-utils/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-utils/pom.xml Wed Dec  8 23:00:25 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons11</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>myfaces-commons-utils11</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml Wed Dec  8 23:00:25 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons11</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>myfaces-validators11</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/branches/jsf_11/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/pom.xml?rev=1043762&r1=1043761&r2=1043762&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/pom.xml Wed Dec  8 23:00:25 2010
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>commons11</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons</name>
     <url>http://myfaces.apache.org/commons11</url>
@@ -268,9 +268,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/commons11-1.0.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/tags/commons11-1.0.1</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/commons/tags/commons11-1.0.1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_11</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_11</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11</url>
     </scm>
 
     <modules>