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/08/19 15:11:32 UTC

svn commit: r687049 - /myfaces/orchestra/trunk/core15/pom.xml

Author: skitching
Date: Tue Aug 19 06:11:31 2008
New Revision: 687049

URL: http://svn.apache.org/viewvc?rev=687049&view=rev
Log:
Core15 does actually depend on core 1.1 rather than 1.0 due to some
minor details in the spring config files. It would be possible to make
core15 compatible with core1.0 but there doesn't seem to be much point.

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

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=687049&r1=687048&r2=687049&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Tue Aug 19 06:11:31 2008
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>org.apache.myfaces.orchestra</groupId>
       <artifactId>myfaces-orchestra-core</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
       <scope>compile</scope>
     </dependency>