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/06/06 19:49:30 UTC

svn commit: r782286 - in /myfaces/core/trunk_1.2.x: api/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Sat Jun  6 17:49:30 2009
New Revision: 782286

URL: http://svn.apache.org/viewvc?rev=782286&view=rev
Log:
update version to 1.2.8-SNAPSHOT

Modified:
    myfaces/core/trunk_1.2.x/api/pom.xml
    myfaces/core/trunk_1.2.x/impl/pom.xml
    myfaces/core/trunk_1.2.x/pom.xml

Modified: myfaces/core/trunk_1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/pom.xml?rev=782286&r1=782285&r2=782286&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Sat Jun  6 17:49:30 2009
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/trunk_1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/pom.xml?rev=782286&r1=782285&r2=782286&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Sat Jun  6 17:49:30 2009
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -584,6 +584,6 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>3.0.6-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>3.0.6</myfaces-shared.version>
   </properties>
 </project>

Modified: myfaces/core/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/pom.xml?rev=782286&r1=782285&r2=782286&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/pom.xml Sat Jun  6 17:49:30 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.7-SNAPSHOT</version>
+  <version>1.2.8-SNAPSHOT</version>
   <url>http://myfaces.apache.org/core12</url>
   <issueManagement>
     <system>jira</system>