You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/24 08:59:14 UTC

svn commit: r671042 - /servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Author: gnodet
Date: Mon Jun 23 23:59:13 2008
New Revision: 671042

URL: http://svn.apache.org/viewvc?rev=671042&view=rev
Log:
Fix version

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=671042&r1=671041&r2=671042&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Mon Jun 23 23:59:13 2008
@@ -111,7 +111,7 @@
                                 <artifactItem>
                                     <groupId>org.apache.servicemix.legal</groupId>
                                     <artifactId>legal</artifactId>
-                                    <version>${servicemix.legal.version}</version>
+                                    <version>1.0</version>
                                     <type>xml</type>
                                     <outputDirectory>target/legal/</outputDirectory>
                                 </artifactItem>
@@ -124,7 +124,7 @@
                     <dependency>
                          <groupId>org.apache.servicemix.legal</groupId>
                          <artifactId>legal</artifactId>
-                         <version>${servicemix.legal.version}</version>
+                         <version>1.0</version>
                          <type>xml</type>
                     </dependency>
                 </dependencies>