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 2008/11/11 09:05:01 UTC

svn commit: r712978 - in /myfaces/tomahawk/trunk: ./ assembly/ core/ core12/ examples/ examples/assembly/ examples/blank/ examples/simple/ examples/tiles/ examples/wap/ sandbox/ sandbox/core/ sandbox/core12/ sandbox/examples/ sandbox15/ sandbox15/core/...

Author: lu4242
Date: Tue Nov 11 00:05:00 2008
New Revision: 712978

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

Modified:
    myfaces/tomahawk/trunk/assembly/pom.xml
    myfaces/tomahawk/trunk/core/pom.xml
    myfaces/tomahawk/trunk/core12/pom.xml
    myfaces/tomahawk/trunk/examples/assembly/pom.xml
    myfaces/tomahawk/trunk/examples/blank/pom.xml
    myfaces/tomahawk/trunk/examples/pom.xml
    myfaces/tomahawk/trunk/examples/simple/pom.xml
    myfaces/tomahawk/trunk/examples/tiles/pom.xml
    myfaces/tomahawk/trunk/examples/wap/pom.xml
    myfaces/tomahawk/trunk/pom.xml
    myfaces/tomahawk/trunk/sandbox/core/pom.xml
    myfaces/tomahawk/trunk/sandbox/core12/pom.xml
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml
    myfaces/tomahawk/trunk/sandbox/pom.xml
    myfaces/tomahawk/trunk/sandbox15/core/pom.xml
    myfaces/tomahawk/trunk/sandbox15/examples/pom.xml
    myfaces/tomahawk/trunk/sandbox15/pom.xml
    myfaces/tomahawk/trunk/site/pom.xml

Modified: myfaces/tomahawk/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/assembly/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/assembly/pom.xml (original)
+++ myfaces/tomahawk/trunk/assembly/pom.xml Tue Nov 11 00:05:00 2008
@@ -8,13 +8,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/assembly</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/assembly</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/assembly</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/assembly</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/assembly</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/assembly</url>
     </scm>
     
     <build>

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Tue Nov 11 00:05:00 2008
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.8</version>
+    <version>1.1.9-SNAPSHOT</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/core</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tomahawk/trunk/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/core12/pom.xml Tue Nov 11 00:05:00 2008
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.8</version>
+    <version>1.1.9-SNAPSHOT</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/core12</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/core12</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/core12</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core12</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core12</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/core12</url>
   </scm>
 
   <dependencies>

Modified: myfaces/tomahawk/trunk/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/assembly/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/assembly/pom.xml Tue Nov 11 00:05:00 2008
@@ -8,13 +8,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-examples-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/assembly</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/assembly</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/examples/assembly</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/assembly</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/assembly</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/assembly</url>
     </scm>
 
     <build>

Modified: myfaces/tomahawk/trunk/examples/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/blank/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/blank/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/blank/pom.xml Tue Nov 11 00:05:00 2008
@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-examples-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/blank</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/blank</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/examples/blank</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/blank</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/blank</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/blank</url>
     </scm>   
     <artifactId>myfaces-example-blank</artifactId>
     <packaging>war</packaging>

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Tue Nov 11 00:05:00 2008
@@ -8,13 +8,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/examples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples</url>
     </scm>
 
     <modules>

Modified: myfaces/tomahawk/trunk/examples/simple/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/pom.xml Tue Nov 11 00:05:00 2008
@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-examples-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/simple</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/simple</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/examples/simple</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/simple</url>
     </scm>   
     <artifactId>myfaces-example-simple</artifactId>
     <packaging>war</packaging>

Modified: myfaces/tomahawk/trunk/examples/tiles/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/tiles/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/tiles/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/tiles/pom.xml Tue Nov 11 00:05:00 2008
@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-examples-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/tiles</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/tiles</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/examples/tiles</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/tiles</url>
     </scm>   
     <artifactId>myfaces-example-tiles</artifactId>
     <packaging>war</packaging>

Modified: myfaces/tomahawk/trunk/examples/wap/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/wap/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/wap/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/wap/pom.xml Tue Nov 11 00:05:00 2008
@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-examples-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/wap</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/examples/wap</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/examples/wap</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/wap</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/wap</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/wap</url>
     </scm>   
     <artifactId>myfaces-example-wap</artifactId>
     <packaging>war</packaging>

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Tue Nov 11 00:05:00 2008
@@ -13,7 +13,7 @@
   <packaging>pom</packaging>
   <name>Tomahawk Project</name>
   <url>http://myfaces.apache.org/tomahawk-project</url>
-  <version>1.1.8</version>	 
+  <version>1.1.9-SNAPSHOT</version>	 
   <description>
   Apache MyFaces Tomahawk is a sub-project of Apache MyFaces which provides an extensive sets
   of custom components for use in your JSF-projects. Additionally, Tomahawk includes many custom
@@ -21,9 +21,9 @@
   </description>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk</url>
   </scm>  
 
   <issueManagement>

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Tue Nov 11 00:05:00 2008
@@ -16,13 +16,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
   
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox/core</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
     </scm>
 
     <repositories>

Modified: myfaces/tomahawk/trunk/sandbox/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core12/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core12/pom.xml Tue Nov 11 00:05:00 2008
@@ -13,13 +13,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
   
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox/core</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
     </scm>
 
     <repositories>

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Tue Nov 11 00:05:00 2008
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox/examples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox/examples</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox/examples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/examples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/examples</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/examples</url>
     </scm>
 
     <profiles>

Modified: myfaces/tomahawk/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/pom.xml Tue Nov 11 00:05:00 2008
@@ -12,12 +12,12 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.8</version>	  
+    <version>1.1.9-SNAPSHOT</version>	  
   </parent>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox</url>
   </scm>
 
   <modules>

Modified: myfaces/tomahawk/trunk/sandbox15/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox15/core/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox15/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox15/core/pom.xml Tue Nov 11 00:05:00 2008
@@ -11,13 +11,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox15-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
   
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox15/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox15/core</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox15/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox15/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox15/core</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox15/core</url>
     </scm>
 
     <dependencies>

Modified: myfaces/tomahawk/trunk/sandbox15/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox15/examples/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox15/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox15/examples/pom.xml Tue Nov 11 00:05:00 2008
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox15-project</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9-SNAPSHOT</version>
     </parent>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox15/examples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox15/examples</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox15/examples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox15/examples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox15/examples</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox15/examples</url>
     </scm>
 
     <profiles>

Modified: myfaces/tomahawk/trunk/sandbox15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox15/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox15/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox15/pom.xml Tue Nov 11 00:05:00 2008
@@ -12,12 +12,12 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.8</version>	  
+    <version>1.1.9-SNAPSHOT</version>	  
   </parent>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox15</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_8/sandbox15</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_8/sandbox15</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox15</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox15</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox15</url>
   </scm>
 
   <modules>

Modified: myfaces/tomahawk/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/site/pom.xml?rev=712978&r1=712977&r2=712978&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/site/pom.xml (original)
+++ myfaces/tomahawk/trunk/site/pom.xml Tue Nov 11 00:05:00 2008
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.8</version>
+    <version>1.1.9-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.myfaces.tomahawk</groupId>