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/03/22 18:02:45 UTC

svn commit: r926189 - in /myfaces/shared/trunk_4.0.x: core/pom.xml pom.xml shared-impl/pom.xml shared-tomahawk/pom.xml

Author: lu4242
Date: Mon Mar 22 17:02:44 2010
New Revision: 926189

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

Modified:
    myfaces/shared/trunk_4.0.x/core/pom.xml
    myfaces/shared/trunk_4.0.x/pom.xml
    myfaces/shared/trunk_4.0.x/shared-impl/pom.xml
    myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml

Modified: myfaces/shared/trunk_4.0.x/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/core/pom.xml?rev=926189&r1=926188&r2=926189&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/core/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/core/pom.xml Mon Mar 22 17:02:44 2010
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>4.0.1-beta-3</version>
+    <version>4.0.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -14,9 +14,9 @@
     needed by the shared-* modules</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/4_0_1_beta_3/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x/core</url>
   </scm>
 
   <build>

Modified: myfaces/shared/trunk_4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/pom.xml?rev=926189&r1=926188&r2=926189&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/pom.xml Mon Mar 22 17:02:44 2010
@@ -11,14 +11,14 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Shared For JSF 2.0 - Project</name>
-  <version>4.0.1-beta-3</version>
+  <version>4.0.1-SNAPSHOT</version>
   <description>Provides common classes for use in various MyFaces projects.</description>
   <url>http://myfaces.apache.org/shared20</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/4_0_1_beta_3</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x</url>
   </scm>
 
   <modules>
@@ -82,7 +82,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>4.0.1-beta-3</version>
+        <version>4.0.1-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>

Modified: myfaces/shared/trunk_4.0.x/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/shared-impl/pom.xml?rev=926189&r1=926188&r2=926189&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/shared-impl/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/shared-impl/pom.xml Mon Mar 22 17:02:44 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.0.1-beta-3</version>
+    <version>4.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>myfaces-shared-impl</artifactId>
@@ -14,9 +14,9 @@
   <description>Shared project renamed for use in MyFaces Impl</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3/shared-impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3/shared-impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/4_0_1_beta_3/shared-impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/shared-impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/shared-impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x/shared-impl</url>
   </scm>
 
   <build>

Modified: myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml?rev=926189&r1=926188&r2=926189&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml Mon Mar 22 17:02:44 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.0.1-beta-3</version>
+    <version>4.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>
@@ -14,9 +14,9 @@
   <description>Shared project renamed for use in Tomahawk.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3/shared-tomahawk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/4_0_1_beta_3/shared-tomahawk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/4_0_1_beta_3/shared-tomahawk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/shared-tomahawk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/shared-tomahawk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x/shared-tomahawk</url>
   </scm>
 
   <build>