more %s/nexus/maven

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1415241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-29 16:17:53 +00:00
parent ea59fa5b19
commit 169bc60b63
24 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ public abstract class AbstractMavenRepositorySearch
protected Logger log = LoggerFactory.getLogger( getClass() );
public static String TEST_REPO_1 = "nexus-search-test-repo";
public static String TEST_REPO_1 = "maven-search-test-repo";
public static String TEST_REPO_2 = "nexus-search-test-repo-2";
public static String TEST_REPO_2 = "maven-search-test-repo-2";
public static String REPO_RELEASE = "repo-release";