You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/05 17:06:38 UTC

svn commit: r1031651 - /servicemix/smx4/features/trunk/pom.xml

Author: gertv
Date: Fri Nov  5 16:06:38 2010
New Revision: 1031651

URL: http://svn.apache.org/viewvc?rev=1031651&view=rev
Log:
Fix build: set xfire:opensaml to version 1.0.1

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1031651&r1=1031650&r2=1031651&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Fri Nov  5 16:06:38 2010
@@ -327,8 +327,9 @@
 		<woodstox.stax2-api.version>3.0.2</woodstox.stax2-api.version>
 		<wss4j.version>1.5.9</wss4j.version>
 		<xbean.version>3.7</xbean.version>
-		<xmlschema.version>1.4.5</xmlschema.version>
-	</properties>
+        <xfire.version>1.0.1</xfire.version>
+        <xmlschema.version>1.4.5</xmlschema.version>
+    </properties>
 
 	<dependencyManagement>
 	   <dependencies>
@@ -1325,7 +1326,7 @@
 	       <dependency>
 	           <groupId>xfire</groupId>
 	           <artifactId>opensaml</artifactId>
-	           <version>${opensaml.version}</version>
+	           <version>${xfire.version}</version>
 	       </dependency>
 	       
 	   </dependencies>