diff options
Diffstat (limited to 'maven-meeper')
-rw-r--r-- | maven-meeper/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven-meeper/pom.xml b/maven-meeper/pom.xml index af343cbdc..7843c9e46 100644 --- a/maven-meeper/pom.xml +++ b/maven-meeper/pom.xml @@ -18,8 +18,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/maven-v4_0_0.xsd"> <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> |