diff options
author | Olivier Lamy <olamy@apache.org> | 2014-02-08 12:05:32 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-02-08 12:05:32 +0000 |
commit | 12722ebf9d84c9791fdadf3d3038adc72319e356 (patch) | |
tree | ffddbfad93301be69d83220c5aa861543cadf86f /archiva-jetty | |
parent | 10553cbf4255c350ba32e0e4c86de8165f469be7 (diff) | |
download | archiva-12722ebf9d84c9791fdadf3d3038adc72319e356.tar.gz archiva-12722ebf9d84c9791fdadf3d3038adc72319e356.zip |
[maven-release-plugin] prepare release archiva-2.0.0-RC3
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1566001 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index e97fbdcde..923a2a260 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva</artifactId> - <version>2.0.0-RC3-SNAPSHOT</version> + <version>2.0.0-RC3</version> </parent> <artifactId>archiva-jetty</artifactId> <packaging>pom</packaging> @@ -225,9 +225,7 @@ <phase>prepare-package</phase> <configuration> <tasks> - <replaceregexp - file="target/generated-resources/appassembler/jsw/archiva/conf/wrapper.conf" - match="set.ARCHIVA_BASE" replace="set.default.ARCHIVA_BASE" /> + <replaceregexp file="target/generated-resources/appassembler/jsw/archiva/conf/wrapper.conf" match="set.ARCHIVA_BASE" replace="set.default.ARCHIVA_BASE" /> </tasks> </configuration> <goals> |