From 13bfba9acee6b19c3f3e5574b2d438413bab7e2e Mon Sep 17 00:00:00 2001
From: James William Dumay <jdumay@apache.org>
Date: Fri, 5 Sep 2008 08:08:34 +0000
Subject: [PATCH] Upgraded binder version due to injection bug in the
 SpringBinderXmlRpcServlet

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@692377 13f79535-47bb-0310-9956-ffa450edef68
---
 MRM-124/pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/MRM-124/pom.xml b/MRM-124/pom.xml
index 5f5d23e91..abc8c599b 100644
--- a/MRM-124/pom.xml
+++ b/MRM-124/pom.xml
@@ -894,12 +894,12 @@
       <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>
@@ -910,13 +910,13 @@
       <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>
 
@@ -1004,6 +1004,7 @@
     <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>