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 2009/06/02 01:05:28 UTC

svn commit: r780871 - in /myfaces/core/branches/1_1_7prepare: api/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Mon Jun  1 23:05:27 2009
New Revision: 780871

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

Modified:
    myfaces/core/branches/1_1_7prepare/api/pom.xml
    myfaces/core/branches/1_1_7prepare/impl/pom.xml
    myfaces/core/branches/1_1_7prepare/pom.xml

Modified: myfaces/core/branches/1_1_7prepare/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_7prepare/api/pom.xml?rev=780871&r1=780870&r2=780871&view=diff
==============================================================================
--- myfaces/core/branches/1_1_7prepare/api/pom.xml (original)
+++ myfaces/core/branches/1_1_7prepare/api/pom.xml Mon Jun  1 23:05:27 2009
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.7</version>
+    <version>1.1.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -12,9 +12,9 @@
     The public API classes of the Apache MyFaces Core JSF-1.1 project.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/api</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_7/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/api</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/1_1_7prepare/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_7prepare/impl/pom.xml?rev=780871&r1=780870&r2=780871&view=diff
==============================================================================
--- myfaces/core/branches/1_1_7prepare/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_7prepare/impl/pom.xml Mon Jun  1 23:05:27 2009
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.7</version>
+    <version>1.1.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -13,9 +13,9 @@
     The private implementation classes of the Apache MyFaces Core JSF-1.1 Implementation.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_7/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/impl</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/core/branches/1_1_7prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_7prepare/pom.xml?rev=780871&r1=780870&r2=780871&view=diff
==============================================================================
--- myfaces/core/branches/1_1_7prepare/pom.xml (original)
+++ myfaces/core/branches/1_1_7prepare/pom.xml Mon Jun  1 23:05:27 2009
@@ -15,7 +15,7 @@
     This project is the home of the MyFaces implementation of the JavaServer Faces 1.1 specification, and
     consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
   </description>
-  <version>1.1.7</version>
+  <version>1.1.8-SNAPSHOT</version>
   <url>http://myfaces.apache.org/core11</url>
 
   <issueManagement>
@@ -24,9 +24,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/core/tags/1_1_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/core/trunk</url>
   </scm>
 
   <modules>