diff options
author | Brett Porter <brett@apache.org> | 2010-01-13 01:42:00 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-01-13 01:42:00 +0000 |
commit | 4a0bd36640fb0e2a78cb016d7208496951cf884a (patch) | |
tree | fc55b96de6a24187da7ce872fed1dae69bb70f47 /pom.xml | |
parent | f3a5730b3165b0f02bbc897420cfb40b3af3dd82 (diff) | |
download | archiva-4a0bd36640fb0e2a78cb016d7208496951cf884a.tar.gz archiva-4a0bd36640fb0e2a78cb016d7208496951cf884a.zip |
fix typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ <configuration> <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> - <autoVersionSubModules>true</autoVersionSubmodules> + <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals> <preparationGoals>clean</preparationGoals> <arguments>-Papache-release</arguments> |