diff options
author | Olivier Lamy <olamy@apache.org> | 2014-03-31 13:23:20 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-03-31 13:23:20 +0000 |
commit | 4d70362d9dd75ce2c6f7ed9fa9e4fc507c1c8670 (patch) | |
tree | 86449be08892ddba7e60c3f51e347eb5b4f1709f /archiva-modules/plugins/maven2-repository/pom.xml | |
parent | 0a691774f36c92c3bc9a54ec23a9602a5df7d5cd (diff) | |
download | archiva-4d70362d9dd75ce2c6f7ed9fa9e4fc507c1c8670.tar.gz archiva-4d70362d9dd75ce2c6f7ed9fa9e4fc507c1c8670.zip |
fix unit test with adding mocks
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1583324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/maven2-repository/pom.xml')
-rw-r--r-- | archiva-modules/plugins/maven2-repository/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index 218d8b5e5..334802c24 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -20,8 +20,8 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>plugins</artifactId> <groupId>org.apache.archiva</groupId> + <artifactId>plugins</artifactId> <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>maven2-repository</artifactId> |