You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sa...@apache.org on 2007/07/16 17:50:46 UTC

svn commit: r556652 - /webservices/commons/trunk/modules/neethi/pom.xml

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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org