Author: sanka
Date: Mon Jul 16 08:50:44 2007
New Revision: 556652

URL: http://svn.apache.org/viewvc?view=rev&rev=556652
Log:
Defined the <axiom.version> and < neethi.version> properties in the pom.xml 
which is IMO much cleaner than hard 
codeing the version everywhere in the pom.xml.


Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?view=diff&rev=556652&r1=556651&r2=556652
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Mon Jul 16 08:50:44 2007
@@ -19,11 +19,15 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+       <properties>
+               <axiom.version>SNAPSHOT</axiom.version>
+               <neethi.version>SNAPSHOT</neethi.version>
+       </properties>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.neethi</groupId>
        <artifactId>neethi</artifactId>
        <name>Neethi</name>
-       <version>SNAPSHOT</version>
+       <version>${neethi.version}</version>
        <description>Neethi API</description>
        <url>http://ws.apache.org/commons/neethi/</url>
        <issueManagement>
@@ -265,12 +269,12 @@
                <dependency>
                        <groupId>org.apache.ws.commons.axiom</groupId>
                        <artifactId>axiom-api</artifactId>
-                       <version>SNAPSHOT</version>
+                       <version>${axiom.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.ws.commons.axiom</groupId>
                        <artifactId>axiom-impl</artifactId>
-                       <version>SNAPSHOT</version>
+                       <version>${axiom.version}</version>
                </dependency>
                <dependency>
                        <groupId>wsdl4j</groupId>
@@ -341,4 +345,5 @@
                        
<url>scpexe://people.apache.org/www/ws.apache.org/commons/neethi</url>
                </site>
        </distributionManagement>
+       
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to