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/11/05 11:40:59 UTC

svn commit: r711551 - /myfaces/orchestra/trunk/flow/pom.xml

Author: skitching
Date: Wed Nov  5 02:40:59 2008
New Revision: 711551

URL: http://svn.apache.org/viewvc?rev=711551&view=rev
Log:
Flow only needs to depend on Orchestra-core 1.3

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

Modified: myfaces/orchestra/trunk/flow/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/flow/pom.xml?rev=711551&r1=711550&r2=711551&view=diff
==============================================================================
--- myfaces/orchestra/trunk/flow/pom.xml (original)
+++ myfaces/orchestra/trunk/flow/pom.xml Wed Nov  5 02:40:59 2008
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.apache.myfaces.orchestra</groupId>
       <artifactId>myfaces-orchestra-core</artifactId>
-      <version>1.4-SNAPSHOT</version>
+      <version>1.3</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>