aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric <Eric@Eric-PC>2014-04-10 04:15:00 +0200
committerEric <Eric@Eric-PC>2014-04-10 04:15:00 +0200
commitd56c43d4df863645c928b460f106453a3f49d3c9 (patch)
tree28f17243c67d14ecce8ec9d8fae405a4c5bfa402 /pom.xml
parente4514664f42578066ef3393ea005f35d7972c085 (diff)
parentd9de8dc7afe4a1e22257a9437d68649eee8f3047 (diff)
downloadarchiva-d56c43d4df863645c928b460f106453a3f49d3c9.tar.gz
archiva-d56c43d4df863645c928b460f106453a3f49d3c9.zip
Merge origin/master
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ad69bbae4..92b480c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>