Author: veithen Date: Sun Jun 13 07:04:40 2010 New Revision: 954177 URL: http://svn.apache.org/viewvc?rev=954177&view=rev Log: Removed the axiom.version and axiom.osgi.version properties from the POMs. They are never used.
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml webservices/commons/trunk/modules/axiom/pom.xml Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=954177&r1=954176&r2=954177&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml Sun Jun 13 07:04:40 2010 @@ -486,8 +486,6 @@ </site> </distributionManagement> <properties> - <axiom.version>${project.version}</axiom.version> - <axiom.osgi.version>${project.version}</axiom.osgi.version> <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid> <stax.impl.artifact>wstx-asl</stax.impl.artifact> <stax.impl.version>3.2.9</stax.impl.version> Modified: webservices/commons/trunk/modules/axiom/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=954177&r1=954176&r2=954177&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/pom.xml Sun Jun 13 07:04:40 2010 @@ -780,8 +780,6 @@ <module>modules/axiom-parser-tests</module> </modules> <properties> - <axiom.version>${project.version}</axiom.version> - <axiom.osgi.version>${project.version}</axiom.osgi.version> <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid> <stax.impl.artifact>wstx-asl</stax.impl.artifact> <stax.impl.version>3.2.9</stax.impl.version>