diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-06-01 17:10:13 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-06-01 17:10:13 +0000 |
commit | 582f8d5781b9029f450cad5406bf6d5ecae2d70c (patch) | |
tree | 325d522f08c10c6c125cb2f7bf5cc601097b3d4b /archiva-cli/pom.xml | |
parent | 5aac9bd0f7eb05119d4ff418102259c62cca07db (diff) | |
download | archiva-582f8d5781b9029f450cad5406bf6d5ecae2d70c.tar.gz archiva-582f8d5781b9029f450cad5406bf6d5ecae2d70c.zip |
[maven-release-plugin] prepare release archiva-1.0-alpha-1
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543533 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 6e70dd9c9..61a3d2b1a 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -18,11 +18,11 @@ ~ under the License. --> -<project> +<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> - <version>1.0-alpha-1-SNAPSHOT</version> + <version>1.0-alpha-1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-cli</artifactId> |