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 2008/07/21 23:04:37 UTC

svn commit: r678570 - in /myfaces/orchestra/trunk: core/pom.xml core15/pom.xml examples/pom.xml flow/pom.xml sandbox/pom.xml

Author: skitching
Date: Mon Jul 21 14:04:36 2008
New Revision: 678570

URL: http://svn.apache.org/viewvc?rev=678570&view=rev
Log:
Upgrade to recently released orchestra parent pom.

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

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=678570&r1=678569&r2=678570&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Mon Jul 21 14:04:36 2008
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-maven</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=678570&r1=678569&r2=678570&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Mon Jul 21 14:04:36 2008
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-maven</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <scm>
@@ -128,7 +128,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.4.2</version>
         <configuration>
-                <!-- all test output files go here. ie derby.log, etc -->
+          <!-- all test output files (eg derby.log) go here -->
           <workingDirectory>${project.build.directory}</workingDirectory>
         </configuration>
       </plugin>

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=678570&r1=678569&r2=678570&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Mon Jul 21 14:04:36 2008
@@ -49,7 +49,7 @@
     <parent>
         <groupId>org.apache.myfaces.orchestra</groupId>
         <artifactId>myfaces-orchestra-maven</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <scm>

Modified: myfaces/orchestra/trunk/flow/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/flow/pom.xml?rev=678570&r1=678569&r2=678570&view=diff
==============================================================================
--- myfaces/orchestra/trunk/flow/pom.xml (original)
+++ myfaces/orchestra/trunk/flow/pom.xml Mon Jul 21 14:04:36 2008
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-maven</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=678570&r1=678569&r2=678570&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Mon Jul 21 14:04:36 2008
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-maven</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <scm>