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/04 17:26:56 UTC

svn commit: r711299 - /myfaces/orchestra/trunk/core/pom.xml

Author: skitching
Date: Tue Nov  4 08:26:56 2008
New Revision: 711299

URL: http://svn.apache.org/viewvc?rev=711299&view=rev
Log:
Make sure same version of shared_orchestra dependency is declared as a
dependency and unpacked for inclusion in the generated jar.

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

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=711299&r1=711298&r2=711299&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Tue Nov  4 08:26:56 2008
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-orchestra</artifactId>
-      <version>2.0.8</version>
+      <version>${myfaces-orchestra-shared.version}</version>
       <scope>provided</scope>
       <!-- because we add all classes to the jar directly -->
     </dependency>