You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2007/01/06 03:50:03 UTC

svn commit: r493277 - in /myfaces/core/branches/1_1_4_1: api/pom.xml assembly/pom.xml impl/pom.xml pom.xml

Author: wsmoak
Date: Fri Jan  5 18:50:03 2007
New Revision: 493277

URL: http://svn.apache.org/viewvc?view=rev&rev=493277
Log:
Update version number on the branch to 1.1.4.1-SNAPSHOT

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

Modified: myfaces/core/branches/1_1_4_1/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_4_1/api/pom.xml?view=diff&rev=493277&r1=493276&r2=493277
==============================================================================
--- myfaces/core/branches/1_1_4_1/api/pom.xml (original)
+++ myfaces/core/branches/1_1_4_1/api/pom.xml Fri Jan  5 18:50:03 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.4</version>
+    <version>1.1.4.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/1_1_4_1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_4_1/assembly/pom.xml?view=diff&rev=493277&r1=493276&r2=493277
==============================================================================
--- myfaces/core/branches/1_1_4_1/assembly/pom.xml (original)
+++ myfaces/core/branches/1_1_4_1/assembly/pom.xml Fri Jan  5 18:50:03 2007
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.4</version>
+    <version>1.1.4.1-SNAPSHOT</version>
   </parent>
 
   <scm>

Modified: myfaces/core/branches/1_1_4_1/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_4_1/impl/pom.xml?view=diff&rev=493277&r1=493276&r2=493277
==============================================================================
--- myfaces/core/branches/1_1_4_1/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_4_1/impl/pom.xml Fri Jan  5 18:50:03 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.4</version>
+    <version>1.1.4.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/1_1_4_1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_4_1/pom.xml?view=diff&rev=493277&r1=493276&r2=493277
==============================================================================
--- myfaces/core/branches/1_1_4_1/pom.xml (original)
+++ myfaces/core/branches/1_1_4_1/pom.xml Fri Jan  5 18:50:03 2007
@@ -9,7 +9,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.4</version>
+  <version>1.1.4.1-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>