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-reporting/pom.xml | |
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-reporting/pom.xml')
-rw-r--r-- | archiva-reporting/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-reporting/pom.xml b/archiva-reporting/pom.xml index 1491db89d..fcfdcd6fc 100644 --- a/archiva-reporting/pom.xml +++ b/archiva-reporting/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven.archiva</groupId> - <artifactId>archiva-parent</artifactId> + <artifactId>archiva</artifactId> <version>1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |