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 daf2df23c901750d7450ec81c2594ceceb0174db
Author: Andrew Palumbo <[email protected]>
AuthorDate: Sun Nov 3 01:21:34 2019 -0700

    more configuration
---
 buildtools/pom.xml                              | 2 +-
 community/community-engines/flink-batch/pom.xml | 2 +-
 community/mahout-mr/pom.xml                     | 2 +-
 community/pom.xml                               | 4 ++--
 community/spark-cli-drivers/pom.xml             | 2 +-
 core/pom.xml                                    | 2 +-
 distribution/pom.xml                            | 2 +-
 engine/hdfs/pom.xml                             | 2 +-
 engine/pom.xml                                  | 2 +-
 engine/spark/pom.xml                            | 2 +-
 pom.xml                                         | 5 +++--
 11 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index f7d50ff..727f6bd 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-buildtools</artifactId>
-  <version>14.1</version>
+  <version>14.1-SNAPSHOT</version>
   <name>Mahout Build Tools</name>
 
   <packaging>jar</packaging>
diff --git a/community/community-engines/flink-batch/pom.xml 
b/community/community-engines/flink-batch/pom.xml
index 4026cb7..7034833 100644
--- a/community/community-engines/flink-batch/pom.xml
+++ b/community/community-engines/flink-batch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-community-engines_2.12</artifactId>
-    <version><version>14.1</version>-SNAPSHOT</version>
+    <version>`14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/community/mahout-mr/pom.xml b/community/mahout-mr/pom.xml
index 7d6a080..747221e 100644
--- a/community/mahout-mr/pom.xml
+++ b/community/mahout-mr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>community</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/community/pom.xml b/community/pom.xml
index 70b03fe..1f1f402 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-  <version>14.1</version>
+  <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>mahout-community</artifactId>
-<version>14.1</version>
+<version>14.1-SNAPSHOT</version>
   <name>Mahout Community</name>
   <description>Not officially maintained, but still very useful scripts to use 
Mahout with.
   </description>
diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index 79a9677..bae333f 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-community</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 4a4c8cb..5dc7dee 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index d1bce9e..954903d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>mahout</artifactId>
         <groupId>org.apache.mahout</groupId>
-        <version>14.1</version>
+        <version>14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution</artifactId>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index f05004f..b860bb1 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/pom.xml b/engine/pom.xml
index 10a806d..1912d7e 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 3ce569b..c516a7a 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index e1006db..57166d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  <version>14.1</version>
+  <version>14.1-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>
@@ -551,9 +551,10 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.5.3</version>
           <configuration>
+            <useReleaseProfile>true</useReleaseProfile>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <preparationGoals>clean package install</preparationGoals>
-            <id>apache.releases.https</id>
+            <releaseProfiles>apache.releases.https</releaseProfiles>
             <goals>deploy</goals>
             <arguments>-Papache-release ${arguments}</arguments>
             <waitBeforeTagging>10</waitBeforeTagging>

Reply via email to