From e19ba782076528c2d53ad9f4ca20dca5c0f5cd9f Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 15 Jun 2012 20:08:42 +0000 Subject: [PATCH] use commons io 2.2 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1350768 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/archiva/DownloadArtifactsTest.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/archiva/DownloadArtifactsTest.java b/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/archiva/DownloadArtifactsTest.java index f22a57bfa..bae4f17ed 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/archiva/DownloadArtifactsTest.java +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/java/org/apache/archiva/DownloadArtifactsTest.java @@ -192,7 +192,7 @@ public class DownloadArtifactsTest resp.setStatus( 302 ); resp.getWriter().write( "\n" + "\n" + "302 Found\n" + "\n" + "

Found

\n" - + "

The document has moved here.

\n" + + "

The document has moved here.

\n" + "\n" + "\n" + "\n" ); resp.sendRedirect( "http://repo.maven.apache.org/maven2/" + req.getRequestURI() ); diff --git a/pom.xml b/pom.xml index c36c17341..fc1575f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 1.6 3.2.1 1.2.2 - 2.1 + 2.2 2.6 2.2.3.1 3.0.4 -- 2.39.5