diff options
author | Eric <Eric@Eric-PC> | 2014-04-10 04:15:00 +0200 |
---|---|---|
committer | Eric <Eric@Eric-PC> | 2014-04-10 04:15:00 +0200 |
commit | d56c43d4df863645c928b460f106453a3f49d3c9 (patch) | |
tree | 28f17243c67d14ecce8ec9d8fae405a4c5bfa402 /pom.xml | |
parent | e4514664f42578066ef3393ea005f35d7972c085 (diff) | |
parent | d9de8dc7afe4a1e22257a9437d68649eee8f3047 (diff) | |
download | archiva-d56c43d4df863645c928b460f106453a3f49d3c9.tar.gz archiva-d56c43d4df863645c928b460f106453a3f49d3c9.zip |
Merge origin/master
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -51,8 +51,6 @@ </scm> <properties> - <!-- Note: when upgrading to 2.3.1+, template/xhtml can be removed from the - webapp resources --> <commons-codec.version>1.6</commons-codec.version> <commons-collections.version>3.2.1</commons-collections.version> <commons-fileupload.version>1.2.2</commons-fileupload.version> @@ -1805,8 +1803,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <version>2.5</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase> + <localCheckout>true</localCheckout> <useReleaseProfile>false</useReleaseProfile> <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals> |