diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-03-22 22:03:11 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-03-22 22:03:11 +0000 |
commit | 54e1d8c6083cd552d9b8d3ee2d2ced20e9a6f460 (patch) | |
tree | d151f84c8772db4d251c002b4c3b454598d8ab21 /archiva-cli/pom.xml | |
parent | f5ede06188f2f82e92703c46a7d2aedb6f26ef6e (diff) | |
download | archiva-54e1d8c6083cd552d9b8d3ee2d2ced20e9a6f460.tar.gz archiva-54e1d8c6083cd552d9b8d3ee2d2ced20e9a6f460.zip |
Cleanup of pom multimodule heirarchy after directory moves.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 17a2b9e59..24242e435 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -20,13 +20,13 @@ <project> <parent> - <artifactId>archiva</artifactId> <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-parent</artifactId> <version>1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-cli</artifactId> - <name>Archiva CLI</name> + <name>Archiva Command Line Client</name> <dependencies> <dependency> <groupId>org.apache.maven.archiva</groupId> |