This is an automated email from the ASF dual-hosted git repository.
apalumbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new 290c995 (nojira) release-profile
290c995 is described below
commit 290c995078072f598e2600ac56d2d1518f9b0d1f
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu May 9 18:11:51 2019 -0700
(nojira) release-profile
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index e35c1d3..eafed47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,18 +242,18 @@
<optimize>true</optimize>
</configuration>
</plugin>
-
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<configuration>
+ <useReleaseProfile>true</useReleaseProfile>
+ <releaseProfiles>mahout-release,apache-release</releaseProfiles>
<goals>deploy</goals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<arguments>${arguments}</arguments>
</configuration>
- </plugin>
-
+ </plugin>
<!-- generate java doc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>