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

svn commit: r749102 - in /myfaces/orchestra/branches/core-1_3_1-prepare: RELEASE-NOTES.txt pom.xml

Author: skitching
Date: Sun Mar  1 21:03:06 2009
New Revision: 749102

URL: http://svn.apache.org/viewvc?rev=749102&view=rev
Log:
Add docs for Seam/Webflow users (apply r749100 from 1.3.1 release branch)

Modified:
    myfaces/orchestra/branches/core-1_3_1-prepare/RELEASE-NOTES.txt
    myfaces/orchestra/branches/core-1_3_1-prepare/pom.xml

Modified: myfaces/orchestra/branches/core-1_3_1-prepare/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/orchestra/branches/core-1_3_1-prepare/RELEASE-NOTES.txt?rev=749102&r1=749101&r2=749102&view=diff
==============================================================================
--- myfaces/orchestra/branches/core-1_3_1-prepare/RELEASE-NOTES.txt (original)
+++ myfaces/orchestra/branches/core-1_3_1-prepare/RELEASE-NOTES.txt Sun Mar  1 21:03:06 2009
@@ -65,4 +65,4 @@
 Branched for 1.1 release on r634925
 Branched for 1.2 release on r671173
 Branched for 1.3 release on r707462
-Branched for 1.3.1 release on r??
+Branched for 1.3.1 release on r709346

Modified: myfaces/orchestra/branches/core-1_3_1-prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/branches/core-1_3_1-prepare/pom.xml?rev=749102&r1=749101&r2=749102&view=diff
==============================================================================
--- myfaces/orchestra/branches/core-1_3_1-prepare/pom.xml (original)
+++ myfaces/orchestra/branches/core-1_3_1-prepare/pom.xml Sun Mar  1 21:03:06 2009
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project
+     xmlns="http://maven.apache.org/POM/4.0.0"
+     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
@@ -13,7 +15,7 @@
   <packaging>jar</packaging>
   <name>MyFaces Orchestra Core</name>
   <description>Core API and implementation of MyFaces Orchestra</description>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.3.1</version>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core</connection>
@@ -333,9 +335,7 @@
               <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
             </configuration>
           </plugin>
-<!--
           <plugin>
-             Generate a binary-changes-since-previous-release report
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <version>2.2.2</version>
@@ -343,7 +343,6 @@
             	<minSeverity>info</minSeverity>
             </configuration>
           </plugin>
-            -->
         </plugins>
       </reporting>
     </profile>