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/08/12 03:17:12 UTC

svn commit: r685018 - in /myfaces/core/branches/1_1_6prepare: api/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Mon Aug 11 18:17:12 2008
New Revision: 685018

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

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

Modified: myfaces/core/branches/1_1_6prepare/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6prepare/api/pom.xml?rev=685018&r1=685017&r2=685018&view=diff
==============================================================================
--- myfaces/core/branches/1_1_6prepare/api/pom.xml (original)
+++ myfaces/core/branches/1_1_6prepare/api/pom.xml Mon Aug 11 18:17:12 2008
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.6</version>
+    <version>1.1.7-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_6/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6/api</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_6/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_6prepare/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6prepare/impl/pom.xml?rev=685018&r1=685017&r2=685018&view=diff
==============================================================================
--- myfaces/core/branches/1_1_6prepare/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_6prepare/impl/pom.xml Mon Aug 11 18:17:12 2008
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.6</version>
+    <version>1.1.7-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_6/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6/impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_6/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_6prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6prepare/pom.xml?rev=685018&r1=685017&r2=685018&view=diff
==============================================================================
--- myfaces/core/branches/1_1_6prepare/pom.xml (original)
+++ myfaces/core/branches/1_1_6prepare/pom.xml Mon Aug 11 18:17:12 2008
@@ -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.6</version>
+  <version>1.1.7-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_6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/core/tags/1_1_6</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>