mirror of https://github.com/apache/archiva.git
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:
parent
ea59fa5b19
commit
169bc60b63
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue