Author: chirino
Date: Mon Aug 29 01:21:45 2011
New Revision: 1162622
URL: http://svn.apache.org/viewvc?rev=1162622&view=rev
Log:
pom tweaks to get a release build going
Modified:
activemq/activemq-apollo/trunk/apollo-website/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1162622&r1=1162621&r2=1162622&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Mon Aug 29 01:21:45
2011
@@ -253,28 +253,28 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-dto</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<classifier>javadoc</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<classifier>scaladoc</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<classifier>scaladoc</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<classifier>scaladoc</classifier>
<scope>test</scope>
</dependency>