Author: gertv
Date: Wed Oct 20 20:48:24 2010
New Revision: 1025716
URL: http://svn.apache.org/viewvc?rev=1025716&view=rev
Log:
Fix components build with Maven 3
Modified:
servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
Modified: servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml?rev=1025716&r1=1025715&r2=1025716&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml Wed
Oct 20 20:48:24 2010
@@ -36,17 +36,17 @@
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-soap</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-soap2</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>