diff options
author | Brett Porter <brett@apache.org> | 2010-01-13 03:57:51 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-01-13 03:57:51 +0000 |
commit | c1cfcfc5d39cb1087a6d345732512718e6741ff9 (patch) | |
tree | 3a3507ed56a5eb350e0021e1860b16068d8bd25a | |
parent | d4352130bff166bf7e5e556b990b3acebbf920c1 (diff) | |
download | archiva-1.3.tar.gz archiva-1.3.zip |
fix versionarchiva-1.3
git-svn-id: https://svn.apache.org/repos/asf/archiva/tags/archiva-1.3@898642 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 9bd4939c3..db30e19b5 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-web</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.3</version> </parent> <artifactId>archiva-webapp-test</artifactId> <packaging>pom</packaging> |