You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/25 21:06:01 UTC

svn commit: r396953 - in /myfaces/tomahawk/branches/1_1_2: core/pom.xml examples/blank/pom.xml examples/pom.xml examples/simple/pom.xml examples/tiles/pom.xml examples/wap/pom.xml pom.xml sandbox/core/pom.xml sandbox/examples/pom.xml sandbox/pom.xml

Author: schof
Date: Tue Apr 25 12:05:55 2006
New Revision: 396953

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

Modified:
    myfaces/tomahawk/branches/1_1_2/core/pom.xml
    myfaces/tomahawk/branches/1_1_2/examples/blank/pom.xml
    myfaces/tomahawk/branches/1_1_2/examples/pom.xml
    myfaces/tomahawk/branches/1_1_2/examples/simple/pom.xml
    myfaces/tomahawk/branches/1_1_2/examples/tiles/pom.xml
    myfaces/tomahawk/branches/1_1_2/examples/wap/pom.xml
    myfaces/tomahawk/branches/1_1_2/pom.xml
    myfaces/tomahawk/branches/1_1_2/sandbox/core/pom.xml
    myfaces/tomahawk/branches/1_1_2/sandbox/examples/pom.xml
    myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml

Modified: myfaces/tomahawk/branches/1_1_2/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/core/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/core/pom.xml Tue Apr 25 12:05:55 2006
@@ -10,9 +10,9 @@
   <name>Tomahawk Core</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <resources>

Modified: myfaces/tomahawk/branches/1_1_2/examples/blank/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/examples/blank/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/examples/blank/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/examples/blank/pom.xml Tue Apr 25 12:05:55 2006
@@ -10,9 +10,9 @@
   <name>Tomahawk Examples: Blank</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <finalName>myfaces-example-blank</finalName>

Modified: myfaces/tomahawk/branches/1_1_2/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/examples/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/examples/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/examples/pom.xml Tue Apr 25 12:05:55 2006
@@ -11,9 +11,9 @@
   <name>Tomahawk Examples Project</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
     <module>blank</module>

Modified: myfaces/tomahawk/branches/1_1_2/examples/simple/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/examples/simple/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/examples/simple/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/examples/simple/pom.xml Tue Apr 25 12:05:55 2006
@@ -10,9 +10,9 @@
   <name>Tomahawk Examples: Simple</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <finalName>myfaces-example-simple</finalName>

Modified: myfaces/tomahawk/branches/1_1_2/examples/tiles/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/examples/tiles/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/examples/tiles/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/examples/tiles/pom.xml Tue Apr 25 12:05:55 2006
@@ -10,9 +10,9 @@
   <name>Tomahawk Examples: Tiles</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <finalName>myfaces-example-tiles</finalName>

Modified: myfaces/tomahawk/branches/1_1_2/examples/wap/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/examples/wap/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/examples/wap/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/examples/wap/pom.xml Tue Apr 25 12:05:55 2006
@@ -10,9 +10,9 @@
   <name>Tomahawk Examples: WAP</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <finalName>myfaces-example-wap</finalName>

Modified: myfaces/tomahawk/branches/1_1_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/pom.xml Tue Apr 25 12:05:55 2006
@@ -19,9 +19,9 @@
     <url>http://issues.apache.org/jira/browse/TOMAHAWK</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <modules>
     <module>core</module>

Modified: myfaces/tomahawk/branches/1_1_2/sandbox/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/sandbox/core/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/sandbox/core/pom.xml Tue Apr 25 12:05:55 2006
@@ -11,9 +11,9 @@
   <description>This is the Sandbox Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <resources>

Modified: myfaces/tomahawk/branches/1_1_2/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/sandbox/examples/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/sandbox/examples/pom.xml Tue Apr 25 12:05:55 2006
@@ -10,9 +10,9 @@
   <name>Sandbox Examples</name>
   <version>1.1.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
   <build>
     <finalName>myfaces-example-sandbox</finalName>

Modified: myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml?rev=396953&r1=396952&r2=396953&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml Tue Apr 25 12:05:55 2006
@@ -13,9 +13,9 @@
   <description>This is the MyFaces Sandbox Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_2</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>
     <module>core</module>