You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by sa...@apache.org on 2006/02/17 13:54:15 UTC

svn commit: r378500 - in /webservices/sandesha/trunk: project.properties project.xml

Author: sanjiva
Date: Fri Feb 17 04:54:12 2006
New Revision: 378500

URL: http://svn.apache.org/viewcvs?rev=378500&view=rev
Log:
made dependent versions configurable via properties

Modified:
    webservices/sandesha/trunk/project.properties
    webservices/sandesha/trunk/project.xml

Modified: webservices/sandesha/trunk/project.properties
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.properties?rev=378500&r1=378499&r2=378500&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.properties (original)
+++ webservices/sandesha/trunk/project.properties Fri Feb 17 04:54:12 2006
@@ -23,3 +23,6 @@
 axis2.version=0.95-SNAPSHOT
 addressing.version=0.95-SNAPSHOT
 repo.addressing.mar.name=axis2-addressing
+axiom.version=1.0-SNAPSHOT
+XmlSchema.version=1.0-SNAPSHOT
+policy.version=1.0-SNAPSHOT

Modified: webservices/sandesha/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=378500&r1=378499&r2=378500&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Fri Feb 17 04:54:12 2006
@@ -148,17 +148,17 @@
         <dependency>
             <groupId>ws-commons</groupId>
             <artifactId>policy</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${policy.version}</version>
         </dependency>
         <dependency>
             <groupId>ws-commons</groupId>
             <artifactId>axiom</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${axiom.version}</version>
         </dependency>
         <dependency>
             <groupId>ws-commons</groupId>
             <artifactId>XmlSchema</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${XmlSchema.version}</version>
         </dependency>
         <dependency>
             <groupId>annogen</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org