Author: veithen Date: Sun Dec 5 10:33:21 2010 New Revision: 1042308 URL: http://svn.apache.org/viewvc?rev=1042308&view=rev Log: Centralized the management of the Rampart version in the root POM.
Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml axis/axis2/java/sandesha/trunk/modules/tests/pom.xml axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/pom.xml?rev=1042308&r1=1042307&r2=1042308&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/interop/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Sun Dec 5 10:33:21 2010 @@ -148,25 +148,21 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-core</artifactId> - <version>${rampart.version}</version> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-trust</artifactId> - <version>${rampart.version}</version> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-policy</artifactId> - <version>${rampart.version}</version> </dependency> </dependencies> <properties> - <rampart.version>SNAPSHOT</rampart.version> <wsdl4j.version>1.6.2</wsdl4j.version> </properties> Modified: axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml?rev=1042308&r1=1042307&r2=1042308&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml Sun Dec 5 10:33:21 2010 @@ -70,25 +70,18 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-core</artifactId> - <version>${rampart.version}</version> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-trust</artifactId> - <version>${rampart.version}</version> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-policy</artifactId> - <version>${rampart.version}</version> </dependency> </dependencies> - - <properties> - <rampart.version>SNAPSHOT</rampart.version> - </properties> </project> Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=1042308&r1=1042307&r2=1042308&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Dec 5 10:33:21 2010 @@ -176,18 +176,15 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.version}</version> <type>mar</type> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-core</artifactId> - <version>${rampart.version}</version> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-policy</artifactId> - <version>${rampart.version}</version> </dependency> <dependency> <groupId>junit</groupId> @@ -234,7 +231,6 @@ <properties> <test.property>2.8.1</test.property> - <rampart.version>SNAPSHOT</rampart.version> </properties> </project> Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1042308&r1=1042307&r2=1042308&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Sun Dec 5 10:33:21 2010 @@ -262,6 +262,32 @@ </dependencies> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.apache.rampart</groupId> + <artifactId>rampart</artifactId> + <version>${rampart.version}</version> + <type>mar</type> + </dependency> + <dependency> + <groupId>org.apache.rampart</groupId> + <artifactId>rampart-core</artifactId> + <version>${rampart.version}</version> + </dependency> + <dependency> + <groupId>org.apache.rampart</groupId> + <artifactId>rampart-trust</artifactId> + <version>${rampart.version}</version> + </dependency> + <dependency> + <groupId>org.apache.rampart</groupId> + <artifactId>rampart-policy</artifactId> + <version>${rampart.version}</version> + </dependency> + </dependencies> + </dependencyManagement> + <modules> <module>modules/core</module> <module>modules/mar</module> @@ -278,6 +304,7 @@ <properties> <sandesha2.version>SNAPSHOT</sandesha2.version> <axis2.version>SNAPSHOT</axis2.version> + <rampart.version>SNAPSHOT</rampart.version> <axiom.version>1.2.11-SNAPSHOT</axiom.version> <neethi.version>3.0.0-SNAPSHOT</neethi.version> <commons.logging.version>1.1.1</commons.logging.version>