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 2009/11/25 01:33:32 UTC

svn commit: r883934 - in /myfaces/core/branches/1.2.x: api/pom.xml assembly/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Wed Nov 25 00:33:32 2009
New Revision: 883934

URL: http://svn.apache.org/viewvc?rev=883934&view=rev
Log:
update trunk to 1.2.9-SNAPSHOT

Modified:
    myfaces/core/branches/1.2.x/api/pom.xml
    myfaces/core/branches/1.2.x/assembly/pom.xml
    myfaces/core/branches/1.2.x/impl/pom.xml
    myfaces/core/branches/1.2.x/pom.xml

Modified: myfaces/core/branches/1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/api/pom.xml?rev=883934&r1=883933&r2=883934&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/api/pom.xml (original)
+++ myfaces/core/branches/1.2.x/api/pom.xml Wed Nov 25 00:33:32 2009
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/1.2.x/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/assembly/pom.xml?rev=883934&r1=883933&r2=883934&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/assembly/pom.xml (original)
+++ myfaces/core/branches/1.2.x/assembly/pom.xml Wed Nov 25 00:33:32 2009
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
 
   <scm>

Modified: myfaces/core/branches/1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/impl/pom.xml?rev=883934&r1=883933&r2=883934&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/impl/pom.xml (original)
+++ myfaces/core/branches/1.2.x/impl/pom.xml Wed Nov 25 00:33:32 2009
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -761,7 +761,7 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>3.0.7-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>3.0.7</myfaces-shared.version>
     <myfaces-builder-plugin.version>1.0.4</myfaces-builder-plugin.version>
   </properties>
 </project>

Modified: myfaces/core/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/pom.xml?rev=883934&r1=883933&r2=883934&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/pom.xml (original)
+++ myfaces/core/branches/1.2.x/pom.xml Wed Nov 25 00:33:32 2009
@@ -16,7 +16,7 @@
     This project is the home of the MyFaces implementation of the JavaServer Faces 1.2 specification, and
     consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
   </description>
-  <version>1.2.8-SNAPSHOT</version>
+  <version>1.2.9-SNAPSHOT</version>
   <url>http://myfaces.apache.org/core12</url>
   <issueManagement>
     <system>jira</system>