Author: davsclaus
Date: Thu May 15 23:40:41 2008
New Revision: 656946

URL: http://svn.apache.org/viewvc?rev=656946&view=rev
Log:
added more version placeholders for the dependencies. Upgraded Commons Logging 
to 1.1, Groovy to 1.5.6 and Log4j to newer version

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=656946&r1=656945&r2=656946&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu May 15 23:40:41 2008
@@ -36,7 +36,6 @@
   <properties>
     <!-- Note that this dependency is only used for testing! -->
     <activemq-version>5.0.0</activemq-version>
-    <commons-io-version>1.3.1</commons-io-version>
     <compiler.fork>false</compiler.fork>
     <cxf-version>2.0.5-incubator</cxf-version>
     <felix-version>1.4.0</felix-version>
@@ -49,6 +48,19 @@
     <spring-osgi-version>1.0.2</spring-osgi-version>
     <mina-version>1.1.7</mina-version>
     <uface-version>1.0-m1</uface-version>
+    <jaxb-version>2.1.3</jaxb-version>
+    <log4j-version>1.2.14</log4j-version>
+    <commons-io-version>1.3.1</commons-io-version>
+    <commons-logging-version>1.1.1</commons-logging-version>
+    <commons-logging-api-version>1.1</commons-logging-api-version>
+    <commons-collections-version>3.2.1</commons-collections-version>
+    <commons-pool-version>1.4</commons-pool-version>
+    <commons-dbcp-version>1.2.2</commons-dbcp-version>
+    <easymock-version>2.3</easymock-version>
+    <hibernate-version>3.2.1.ga</hibernate-version>
+    <hsqldb-version>1.8.0.7</hsqldb-version>
+    <groovy-version>1.5.6</groovy-version>
+    <derby-version>10.3.2.1</derby-version>
 
     <!-- Repositories -->
     
<m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
@@ -515,7 +527,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging-api</artifactId>
-        <version>1.0.4</version>
+        <version>${commons-logging-api-version}</version>
       </dependency>
 
       <!-- optional dependencies  -->
@@ -539,7 +551,7 @@
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
-        <version>2.1.3</version>
+        <version>${jaxb-version}</version>
         <exclusions>
           <exclusion>
             <groupId>javax.jws</groupId>
@@ -552,33 +564,33 @@
         <artifactId>jaxb-xjc</artifactId>
         <!-- TODO upgrade when a new version available -->
         <version>2.0.3</version>
-        <!--<version>2.1.3</version>-->
+        <!--<version>${jaxb-version}</version>-->
       </dependency>
 
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.0.4</version>
+        <version>${commons-logging-version}</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.2</version>
+        <version>${commons-collections-version}</version>
       </dependency>
       <dependency>
         <groupId>commons-pool</groupId>
         <artifactId>commons-pool</artifactId>
-        <version>1.4</version>
+        <version>${commons-pool-version}</version>
       </dependency>
       <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
-        <version>1.2.2</version>
+        <version>${commons-dbcp-version}</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.12</version>
+        <version>${log4j-version}</version>
       </dependency>
 
       <!-- optional dependencies for JMS -->
@@ -595,7 +607,7 @@
       <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-spring</artifactId>
-        <version>3.0</version>
+        <version>3.3</version>
       </dependency>
 
       <dependency>
@@ -716,7 +728,7 @@
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-all</artifactId>
-        <version>1.5.4</version>
+        <version>${groovy-version}</version>
       </dependency>
       <dependency>
         <groupId>com.sun.script</groupId>
@@ -753,7 +765,7 @@
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymockclassextension</artifactId>
-        <version>2.3</version>
+        <version>${easymock-version}</version>
       </dependency>
 
 
@@ -767,12 +779,12 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-entitymanager</artifactId>
-        <version>3.2.1.ga</version>
+        <version>${hibernate-version}</version>
       </dependency>
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.2.1.ga</version>
+        <version>${hibernate-version}</version>
         <exclusions>
           <exclusion>
             <groupId>javax.transaction</groupId>
@@ -784,7 +796,7 @@
       <dependency>
         <groupId>hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>1.8.0.7</version>
+        <version>${hsqldb-version}</version>
       </dependency>
 
 
@@ -799,7 +811,7 @@
       <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.3.2.1</version>
+        <version>${derby-version}</version>
       </dependency>
 
     </dependencies>


Reply via email to