This is an automated email from the ASF dual-hosted git repository.

apalumbo pushed a commit to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 70112f4bc813ce797cd54b770ab9e6fbf9ec0aa6
Author: Andrew Palumbo <[email protected]>
AuthorDate: Sun Nov 3 00:42:47 2019 -0700

    another attempt at mvn release profile
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e5b5f8..9ec54d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,10 +551,9 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.5.3</version>
           <configuration>
-            <useReleaseProfile>true</useReleaseProfile>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <preparationGoals>clean package install</preparationGoals>
-            <releaseProfile>apache.releases.https</releaseProfile>
+            <id>apache.releases.https</id>
             <goals>deploy</goals>
             <arguments>-Papache-release ${arguments}</arguments>
             <waitBeforeTagging>10</waitBeforeTagging>

Reply via email to