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/05/01 19:42:31 UTC

svn commit: r398642 - in /myfaces/core/branches/1_1_3: api/pom.xml impl/pom.xml pom.xml

Author: schof
Date: Mon May  1 10:42:29 2006
New Revision: 398642

URL: http://svn.apache.org/viewcvs?rev=398642&view=rev
Log:
reverting to SNAPSHOT version in order to satisfy maven release plugin (attempting release again)

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

Modified: myfaces/core/branches/1_1_3/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/api/pom.xml?rev=398642&r1=398641&r2=398642&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/api/pom.xml (original)
+++ myfaces/core/branches/1_1_3/api/pom.xml Mon May  1 10:42:29 2006
@@ -2,13 +2,12 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
-  <version>1.1.3</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>

Modified: myfaces/core/branches/1_1_3/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=398642&r1=398641&r2=398642&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_3/impl/pom.xml Mon May  1 10:42:29 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/1_1_3/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/pom.xml?rev=398642&r1=398641&r2=398642&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/pom.xml (original)
+++ myfaces/core/branches/1_1_3/pom.xml Mon May  1 10:42:29 2006
@@ -9,7 +9,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.3</version>
+  <version>1.1.3-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>