]> source.dussan.org Git - archiva.git/commitdiff
Upgraded binder version due to injection bug in the SpringBinderXmlRpcServlet
authorJames William Dumay <jdumay@apache.org>
Fri, 5 Sep 2008 08:08:34 +0000 (08:08 +0000)
committerJames William Dumay <jdumay@apache.org>
Fri, 5 Sep 2008 08:08:34 +0000 (08:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-124@692377 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 5f5d23e91067d9fcc793dbe23e42c7ae612316eb..abc8c599b9785558f55f3e3f7fcf8c6354f7d5e1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>com.atlassian.xmlrpc</groupId>
         <artifactId>atlassian-xmlrpc-binder-annotations</artifactId>
-        <version>0.7</version>
+        <version>${binder.version}</version>
       </dependency>
       <dependency>
         <groupId>com.atlassian.xmlrpc</groupId>
         <artifactId>atlassian-xmlrpc-binder-server-spring</artifactId>
-        <version>0.7</version>
+        <version>${binder.version}</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
       <dependency>
         <groupId>com.atlassian.xmlrpc</groupId>
         <artifactId>atlassian-xmlrpc-binder</artifactId>
-        <version>0.7</version>
+        <version>${binder.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>com.atlassian.xmlrpc</groupId>
         <artifactId>atlassian-xmlrpc-binder-testing</artifactId>
-        <version>0.7</version>
+        <version>${binder.version}</version>
         <scope>test</scope>
       </dependency>
 
     <wagon.version>1.0-beta-4</wagon.version>
     <redback.version>1.0.3</redback.version>
     <jetty.version>6.1.6</jetty.version>
+    <binder.version>0.8-SNAPSHOT</binder.version>
   </properties>
   <profiles>
     <profile>