You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/02/05 00:29:17 UTC

svn commit: r1067345 - in /myfaces/tobago/branches/tobago-1.0.x: ./ core/ example/ example/addressbook/ example/addressbook/lib/ example/addressbook/war/ example/blank/ example/data/ example/demo/ example/experimental/ example/facelets/ example/nonface...

Author: bommel
Date: Fri Feb  4 23:29:15 2011
New Revision: 1067345

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

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/addressbook/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/blank/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/data/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/demo/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/facelets/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/sandbox/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/security/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/tobago-example-assembly/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/extension/security/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/richmond/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/speyside/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/standard/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-apt-plugin/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-tool/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-annotation/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-apt/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
@@ -172,9 +172,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/core</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/core</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example-addressbook</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-addressbook-lib</artifactId>
   <packaging>jar</packaging>
@@ -47,9 +47,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/addressbook/lib</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/addressbook/lib</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/addressbook/lib</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/addressbook/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/addressbook/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-addressbook</artifactId>
   <packaging>pom</packaging>
@@ -32,8 +32,8 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/addressbook</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/addressbook</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/addressbook</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/addressbook</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/addressbook</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook</url>
   </scm>
 </project>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example-addressbook</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-addressbook-war</artifactId>
   <packaging>war</packaging>
@@ -100,9 +100,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/addressbook/war</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/addressbook/war</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/addressbook/war</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/war</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/blank/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/blank/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/blank/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-blank</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/blank</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/blank</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/blank</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/blank</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/blank</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/blank</url>
   </scm>
   
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/data/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/data/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/data/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/data/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-data</artifactId>
   <packaging>jar</packaging>
   <name>Data for Examples</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/data</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/data</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.33/example/data</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/data</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/data</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/branches/tobago-1.0.x/example/data</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/demo/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/demo/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/demo/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>war</packaging>
@@ -64,9 +64,9 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/demo</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/demo</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.33/example/demo</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/demo</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/demo</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/branches/tobago-1.0.x/example/demo</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-experimental</artifactId>
   <packaging>war</packaging>  
@@ -42,9 +42,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/experimental</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/experimental</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/experimental</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/experimental</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/experimental</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/experimental</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/facelets/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/facelets/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/facelets/pom.xml Fri Feb  4 23:29:15 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-facelets</artifactId>
   <packaging>war</packaging>
@@ -43,9 +43,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/facelets</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/facelets</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/facelets</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/facelets</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/facelets</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/facelets</url>
   </scm>
 
   <repositories>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-nonfacesrequest</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/nonfacesrequest</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/nonfacesrequest</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/nonfacesrequest</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest</url>
   </scm>
   
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Examples</name>
   <artifactId>tobago-example</artifactId>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example</url>
   </scm>
 
   <build>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-portlet</artifactId>
   <packaging>war</packaging>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/sandbox/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/sandbox/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/sandbox/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-sandbox</artifactId>
   <packaging>war</packaging>
@@ -75,9 +75,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/sandbox</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/sandbox</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/sandbox</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/sandbox</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/sandbox</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/sandbox</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/security/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/security/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/security/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-security</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/security</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/security</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/security</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/security</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/security</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/security</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-test</artifactId>
   <packaging>war</packaging>
@@ -103,9 +103,9 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/branches/tobago-1.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/branches/tobago-1.0.x</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.33/branches/tobago-1.0.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/branches/tobago-1.0.x</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/tobago-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/tobago-example-assembly/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/tobago-example-assembly/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/tobago-example-assembly/pom.xml Fri Feb  4 23:29:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
 
   <build>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-example</artifactId>
   <name>Theme Example</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/tobago-theme-example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/example/tobago-theme-example</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/example/tobago-theme-example</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/facelets/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-facelets</artifactId>
   <packaging>jar</packaging>
   <name>Tobago Facelets</name>
   <description>Tobago-facelets contains the facelets TagHandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.</description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/facelets</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/facelets</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/extension/facelets</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/facelets</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/facelets</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/facelets</url>
   </scm>
 
   <build>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/fileupload/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Fileupload</name>
   <artifactId>tobago-fileupload</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/fileupload</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/fileupload</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/extension/fileupload</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/fileupload</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/fileupload</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/fileupload</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/message-fix/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago FacesMessage Ordering Fix</name>
   <description>Tobago FacesMessage ordering fix for the RI (before the 1.2 version)</description>
   <artifactId>tobago-message-fix</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/message-fix</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/message-fix</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/extension/message-fix</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/message-fix</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/message-fix</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/message-fix</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Extensions</name>
   <artifactId>tobago-extension</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/extension</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension</url>
   </scm>
   <modules>
     <module>facelets</module>

Modified: myfaces/tobago/branches/tobago-1.0.x/extension/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/security/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/extension/security/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/extension/security/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Security</name>
   <artifactId>tobago-security</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/security</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/extension/security</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/extension/security</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/security</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/extension/security</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/extension/security</url>
   </scm>
   <dependencies>
     <dependency>

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Fri Feb  4 23:29:15 2011
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>1.0.33</version>
+  <version>1.0.34-SNAPSHOT</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <prerequisites>
     <maven>2.2.1</maven>
@@ -497,9 +497,9 @@
 
   <scm>
 
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x</url>
 
   </scm>
 

Modified: myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-sandbox</artifactId>
   <packaging>jar</packaging>
@@ -165,9 +165,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/sandbox</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/sandbox</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/sandbox</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/sandbox</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/sandbox</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/sandbox</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-charlotteville</artifactId>
   <name>Theme Charlotteville</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/charlotteville</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/charlotteville</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/theme/charlotteville</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Themes</name>
   <artifactId>tobago-theme</artifactId>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/theme</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme</url>
   </scm>
 
   <modules>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/richmond/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/richmond/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/richmond/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/richmond/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-richmond</artifactId>
   <packaging>jar</packaging>
   <name>Theme Richmond</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/richmond</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/richmond</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/theme/richmond</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/richmond</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/richmond</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/richmond</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/pom.xml Fri Feb  4 23:29:15 2011
@@ -21,16 +21,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-scarborough</artifactId>
   <packaging>jar</packaging>
   <name>Theme Scarborough</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/scarborough</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/scarborough</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/theme/scarborough</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough</url>
   </scm>
 
   <build>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/speyside/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/speyside/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/speyside/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-speyside</artifactId>
   <packaging>jar</packaging>
   <name>Theme Speyside</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/speyside</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/speyside</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/theme/speyside</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/speyside</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/speyside</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/speyside</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/standard/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/standard/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/standard/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
    <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
@@ -36,9 +36,9 @@
   </build>-->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/standard</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.33/theme/standard</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.33/theme/standard</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/standard</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/theme/standard</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/standard</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/pom.xml Fri Feb  4 23:29:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
 
   <build>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-apt-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-apt-plugin/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-apt-plugin/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-apt-plugin/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>maven-apt-plugin</artifactId>
   <packaging>maven-plugin</packaging>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>maven-theme-plugin</artifactId>
   <packaging>maven-plugin</packaging>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-tool/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-tool/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-tool/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-tool/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Tool</name>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-annotation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-annotation/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-annotation/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-annotation/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-tool-annotation</artifactId>
   <packaging>jar</packaging>

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-apt/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-apt/pom.xml?rev=1067345&r1=1067344&r2=1067345&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-apt/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-tool/tobago-tool-apt/pom.xml Fri Feb  4 23:29:15 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.33</version>
+    <version>1.0.34-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-tool-apt</artifactId>
   <packaging>jar</packaging>