diff options
author | Brett Porter <brett@apache.org> | 2007-11-11 13:14:20 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-11-11 13:14:20 +0000 |
commit | a2d82e7cbefa6ccd3a79f891c7539bbd836d5c0c (patch) | |
tree | 816c84e15702535734b57610fbc2d3bbc3e307e7 /archiva-cli | |
parent | 606da5d43e9fe423d55633588fd33f19e9fae647 (diff) | |
download | archiva-a2d82e7cbefa6ccd3a79f891c7539bbd836d5c0c.tar.gz archiva-a2d82e7cbefa6ccd3a79f891c7539bbd836d5c0c.zip |
lining up to a common parent called "archiva" instead, incorparating site, preparing for a shared product parent
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 99e6da5cf..c4a9ce605 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -21,7 +21,7 @@ <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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.maven.archiva</groupId> - <artifactId>archiva-parent</artifactId> + <artifactId>archiva</artifactId> <version>1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |