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/17 23:20:41 UTC

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

Author: lu4242
Date: Mon Dec 17 14:20:40 2007
New Revision: 605022

URL: http://svn.apache.org/viewvc?rev=605022&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=605022&r1=605021&r2=605022&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/api/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/api/pom.xml Mon Dec 17 14:20:40 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/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1/api</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/api</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/api</url>
   </scm>
   <build>
     <plugins>
@@ -166,7 +166,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=605022&r1=605021&r2=605022&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/build/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/build/pom.xml Mon Dec 17 14:20:40 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/build</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1/build</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1/build</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/build</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/build</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/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=605022&r1=605021&r2=605022&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/impl/pom.xml Mon Dec 17 14:20:40 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/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1/impl</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_1/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/impl</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare/impl</url>
   </scm>
   <build>
     <resources>
@@ -234,7 +234,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=605022&r1=605021&r2=605022&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/pom.xml Mon Dec 17 14:20:40 2007
@@ -10,16 +10,16 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.2.1</version>
+  <version>1.2.2-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</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/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_1prepare</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1prepare</url>
   </scm>
   <modules>
     <module>build</module>
@@ -94,12 +94,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>