You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/16 03:09:04 UTC

svn commit: r394420 - in /myfaces/core/branches/1_1_2: api/pom.xml impl/pom.xml pom.xml

Author: schof
Date: Sat Apr 15 18:09:03 2006
New Revision: 394420

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

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

Modified: myfaces/core/branches/1_1_2/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/api/pom.xml?rev=394420&r1=394419&r2=394420&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/api/pom.xml (original)
+++ myfaces/core/branches/1_1_2/api/pom.xml Sat Apr 15 18:09:03 2006
@@ -2,19 +2,19 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.2</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
-  <version>1.1.2</version>
+  <version>1.1.2-SNAPSHOT</version>
   <description>The MyFaces API Subproject provides a full set of the API interfaces and classes
     defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).</description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_2</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>
   <profiles>
     <profile>

Modified: myfaces/core/branches/1_1_2/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/impl/pom.xml?rev=394420&r1=394419&r2=394420&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_2/impl/pom.xml Sat Apr 15 18:09:03 2006
@@ -2,19 +2,19 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.2</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
   <name>Impl</name>
-  <version>1.1.2</version>
+  <version>1.1.2-SNAPSHOT</version>
   <description>This is the MyFaces Impl Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_2</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>
@@ -231,7 +231,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.2</version>
+      <version>1.1.2-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_1_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/pom.xml?rev=394420&r1=394419&r2=394420&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/pom.xml (original)
+++ myfaces/core/branches/1_1_2/pom.xml Sat Apr 15 18:09:03 2006
@@ -9,16 +9,16 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.2</version>
+  <version>1.1.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_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_2</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/viewcvs.cgi/myfaces/core/trunk</url>
   </scm>
   <modules>
     <module>api</module>