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 2014/04/15 14:27:14 UTC

svn commit: r1587549 - in /myfaces/shared/trunk: core/pom.xml pom.xml shared-tomahawk/pom.xml

Author: lu4242
Date: Tue Apr 15 12:27:14 2014
New Revision: 1587549

URL: http://svn.apache.org/r1587549
Log:
rollback release because fix done in HTML Friendly Markup was not right

Modified:
    myfaces/shared/trunk/core/pom.xml
    myfaces/shared/trunk/pom.xml
    myfaces/shared/trunk/shared-tomahawk/pom.xml

Modified: myfaces/shared/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/pom.xml?rev=1587549&r1=1587548&r2=1587549&view=diff
==============================================================================
--- myfaces/shared/trunk/core/pom.xml (original)
+++ myfaces/shared/trunk/core/pom.xml Tue Apr 15 12:27:14 2014
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>4.2.3-SNAPSHOT</version>
+    <version>4.2.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=1587549&r1=1587548&r2=1587549&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Tue Apr 15 12:27:14 2014
@@ -47,7 +47,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Shared For JSF 2.2 - Project</name>
-  <version>4.2.3-SNAPSHOT</version>
+  <version>4.2.2-SNAPSHOT</version>
   <description>Provides common classes for use in various MyFaces projects.</description>
   <url>http://myfaces.apache.org/shared22</url>
 
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>4.2.3-SNAPSHOT</version>
+        <version>4.2.2-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>

Modified: myfaces/shared/trunk/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-tomahawk/pom.xml?rev=1587549&r1=1587548&r2=1587549&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk/shared-tomahawk/pom.xml Tue Apr 15 12:27:14 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.2.3-SNAPSHOT</version>
+    <version>4.2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>