You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/11 19:59:18 UTC

svn commit: r647247 - in /activemq/trunk: activemq-book/pom.xml activemq-camel-loadtest/pom.xml activemq-jaas/pom.xml

Author: chirino
Date: Fri Apr 11 10:59:10 2008
New Revision: 647247

URL: http://svn.apache.org/viewvc?rev=647247&view=rev
Log:
Resolved snapshot dependencies. 


Modified:
    activemq/trunk/activemq-book/pom.xml
    activemq/trunk/activemq-camel-loadtest/pom.xml
    activemq/trunk/activemq-jaas/pom.xml

Modified: activemq/trunk/activemq-book/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-book/pom.xml?rev=647247&r1=647246&r2=647247&view=diff
==============================================================================
--- activemq/trunk/activemq-book/pom.xml (original)
+++ activemq/trunk/activemq-book/pom.xml Fri Apr 11 10:59:10 2008
@@ -53,7 +53,7 @@
       <plugin>
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.3</version>
         <executions>
           <execution>
             <goals>

Modified: activemq/trunk/activemq-camel-loadtest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel-loadtest/pom.xml?rev=647247&r1=647246&r2=647247&view=diff
==============================================================================
--- activemq/trunk/activemq-camel-loadtest/pom.xml (original)
+++ activemq/trunk/activemq-camel-loadtest/pom.xml Fri Apr 11 10:59:10 2008
@@ -33,10 +33,6 @@
   <name>ActiveMQ :: Camel :: Load Test</name>
   <description>Load testing of the ActiveMQ broker using Camel</description>
 
-  <properties>
-    <camel-test-version>1.3-SNAPSHOT</camel-test-version>
-  </properties>
-
   <dependencies>
 
     <!-- ActiveMQ Dependencies -->
@@ -76,17 +72,14 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>${camel-test-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
-      <version>${camel-test-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
-      <version>${camel-test-version}</version>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>

Modified: activemq/trunk/activemq-jaas/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-jaas/pom.xml?rev=647247&r1=647246&r2=647247&view=diff
==============================================================================
--- activemq/trunk/activemq-jaas/pom.xml (original)
+++ activemq/trunk/activemq-jaas/pom.xml Fri Apr 11 10:59:10 2008
@@ -105,27 +105,11 @@
       <artifactId>mina</artifactId>
       <scope>test</scope>
     </dependency>
-    <!--
-      <dependency>
-      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-protocol-kerberos</artifactId>
-      <version>0.7-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    -->
     <dependency>
       <groupId>directory-protocols</groupId>
       <artifactId>kerberos-protocol</artifactId>
       <scope>test</scope>
     </dependency>
-    <!--
-    <dependency>
-      <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-protocol-ldap</artifactId>
-      <version>1.0-RC1-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    -->
     <dependency>
       <groupId>directory-protocols</groupId>
       <artifactId>ldap-protocol</artifactId>