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 2012/03/22 22:38:09 UTC

svn commit: r1304081 - in /myfaces/orchestra/trunk: examples/pom.xml flow/pom.xml sandbox/pom.xml

Author: lu4242
Date: Thu Mar 22 21:38:09 2012
New Revision: 1304081

URL: http://svn.apache.org/viewvc?rev=1304081&view=rev
Log:
fix site

Modified:
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/flow/pom.xml
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=1304081&r1=1304080&r2=1304081&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Thu Mar 22 21:38:09 2012
@@ -49,7 +49,7 @@
     <parent>
         <groupId>org.apache.myfaces.orchestra</groupId>
         <artifactId>myfaces-orchestra-maven</artifactId>
-        <version>1.2</version>
+        <version>1.3-SNAPSHOT</version>
     </parent>
 
     <scm>

Modified: myfaces/orchestra/trunk/flow/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/flow/pom.xml?rev=1304081&r1=1304080&r2=1304081&view=diff
==============================================================================
--- myfaces/orchestra/trunk/flow/pom.xml (original)
+++ myfaces/orchestra/trunk/flow/pom.xml Thu Mar 22 21:38:09 2012
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-maven</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -129,7 +129,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.1</version>
         <reportSets>
           <reportSet>
             <id>dual-report</id>
@@ -147,20 +146,17 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.3</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
-
+<!--
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.4.2</version>
@@ -171,7 +167,7 @@
         <artifactId>rat-maven-plugin</artifactId>
         <version>1.0-alpha-3</version>
       </plugin>
-
+-->
     </plugins>
 
   </reporting>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=1304081&r1=1304080&r2=1304081&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Thu Mar 22 21:38:09 2012
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-maven</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <scm>