summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d348b218f..84abb186c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,8 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<preparationGoals>clean</preparationGoals>
- <arguments>-Papache-release</arguments>
+ <!-- TODO: merge these when upgrading to latest ASF parent POM -->
+ <arguments>-Papache-release,release</arguments>
</configuration>
</plugin>
<plugin>