Author: veithen Date: Fri Feb 18 23:06:08 2011 New Revision: 1072187 URL: http://svn.apache.org/viewvc?rev=1072187&view=rev Log: Applied r1054918 also to the trunk (was applied only to the 1_5_x branch).
Modified: axis/axis2/java/rampart/trunk/modules/distribution/pom.xml Modified: axis/axis2/java/rampart/trunk/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/distribution/pom.xml?rev=1072187&r1=1072186&r2=1072187&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/modules/distribution/pom.xml (original) +++ axis/axis2/java/rampart/trunk/modules/distribution/pom.xml Fri Feb 18 23:06:08 2011 @@ -102,13 +102,13 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.mar.version}</version> + <version>${pom.version}</version> <type>mar</type> </dependency> <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rahas</artifactId> - <version>${rahas.mar.version}</version> + <version>${pom.version}</version> <type>mar</type> </dependency> <dependency>