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/04/22 23:26:10 UTC

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

Author: lu4242
Date: Tue Apr 22 14:26:09 2008
New Revision: 650663

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

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

Modified: myfaces/shared/trunk_3.0.x/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/core/pom.xml?rev=650663&r1=650662&r2=650663&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/core/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/core/pom.xml Tue Apr 22 14:26:09 2008
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>3.0.3</version>
+    <version>3.0.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
@@ -12,9 +12,9 @@
     needed by the shared-* modules</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_3/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_3.0.x/core</url>
   </scm>
   <build>
     <plugins>

Modified: myfaces/shared/trunk_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/pom.xml?rev=650663&r1=650662&r2=650663&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/pom.xml Tue Apr 22 14:26:09 2008
@@ -9,7 +9,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Shared For JSF 1.2 - Project</name>
-  <version>3.0.3</version>
+  <version>3.0.4-SNAPSHOT</version>
   <description>The MyFaces Shared project provides base classes for usage in both the
     MyFaces Implementation and the MyFaces Tomahawk components.
     Note: When bound to myfaces-impl or myfaces-tomahawk the shared classes
@@ -18,9 +18,9 @@
     myfaces-tomahawk: org.apache.myfaces.shared_tomahawk.* instead of org.apache.myfaces.shared.*</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_3</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_3.0.x</url>
   </scm>
   <modules>
     <module>core</module>
@@ -56,7 +56,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>

Modified: myfaces/shared/trunk_3.0.x/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/shared-impl/pom.xml?rev=650663&r1=650662&r2=650663&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/shared-impl/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/shared-impl/pom.xml Tue Apr 22 14:26:09 2008
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>3.0.3</version>
+    <version>3.0.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>myfaces-shared-impl</artifactId>
@@ -16,9 +16,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3/shared-impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3/shared-impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_3/shared-impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x/shared-impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x/shared-impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_3.0.x/shared-impl</url>
   </scm>
 
   <build>

Modified: myfaces/shared/trunk_3.0.x/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/shared-tomahawk/pom.xml?rev=650663&r1=650662&r2=650663&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/shared-tomahawk/pom.xml Tue Apr 22 14:26:09 2008
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>3.0.3</version>
+    <version>3.0.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>
@@ -16,9 +16,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3/shared-tomahawk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_3/shared-tomahawk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_3/shared-tomahawk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x/shared-tomahawk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x/shared-tomahawk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_3.0.x/shared-tomahawk</url>
   </scm>
 
   <build>