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 2007/12/20 02:15:06 UTC

svn commit: r605777 - in /myfaces/core/branches/1_2_1prepare: api/pom.xml build/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Wed Dec 19 17:15:06 2007
New Revision: 605777

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

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

Modified: myfaces/core/branches/1_2_1prepare/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1prepare/api/pom.xml?rev=605777&r1=605776&r2=605777&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/api/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/api/pom.xml Wed Dec 19 17:15:06 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.2.1</version>
+    <version>1.2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -12,9 +12,9 @@
     MyFaces API - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</url>
   </scm>
   <build>
     <plugins>
@@ -165,7 +165,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.1</version>
+       <version>1.2.2-SNAPSHOT</version>
        <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_2_1prepare/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1prepare/build/pom.xml?rev=605777&r1=605776&r2=605777&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/build/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/build/pom.xml Wed Dec 19 17:15:06 2007
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -30,9 +30,9 @@
   <packaging>jar</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/1_2_1prepare/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1prepare/impl/pom.xml?rev=605777&r1=605776&r2=605777&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/impl/pom.xml Wed Dec 19 17:15:06 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -12,9 +12,9 @@
   <description>MyFaces Implementation - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</url>
   </scm>
   <build>
     <resources>
@@ -233,7 +233,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.1</version>
+       <version>1.2.2-SNAPSHOT</version>
        <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_2_1prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1prepare/pom.xml?rev=605777&r1=605776&r2=605777&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/pom.xml Wed Dec 19 17:15:06 2007
@@ -14,16 +14,16 @@
     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.2.1</version>
+  <version>1.2.2-SNAPSHOT</version>
   <url>http://myfaces.apache.org/core12</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</url>
   </scm>
   <modules>
     <module>build</module>
@@ -122,12 +122,12 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.2-SNAPSHOT</version>
         <classifier>tests</classifier>
       </dependency>
       <dependency>