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 54eee3b  (nojira) release
54eee3b is described below

commit 54eee3b84d4f21300f359fe298305b23924b7edf
Author: Andrew Palumbo <[email protected]>
AuthorDate: Fri May 17 19:48:04 2019 -0700

    (nojira) release
---
 buildtools/assembly/bin.xml         | 12 ++++++++++--
 community/pom.xml                   |  8 +++++++-
 community/spark-cli-drivers/pom.xml |  2 +-
 core/pom.xml                        |  2 +-
 engine/hdfs/pom.xml                 |  2 +-
 engine/pom.xml                      |  2 +-
 engine/spark/pom.xml                |  4 ++--
 pom.xml                             |  2 +-
 8 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/buildtools/assembly/bin.xml b/buildtools/assembly/bin.xml
index 268307c..0760eba 100644
--- a/buildtools/assembly/bin.xml
+++ b/buildtools/assembly/bin.xml
@@ -24,7 +24,15 @@
 
   <fileSets>
     <fileSet>
-      <directory>${project.basedir}/lib</directory>
+      <directory>${project.basedir}/../lib</directory>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+      <outputDirectory>lib</outputDirectory>
+    </fileSet>
+    <!--      hack for modules like hdfs/engine-->
+    <fileSet>
+      <directory>${project.basedir}/../../lib</directory>
       <includes>
         <include>*.jar</include>
       </includes>
@@ -50,7 +58,7 @@
       </excludes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}/bin</directory>
+      <directory>${project.basedir}/../bin</directory>
       <outputDirectory>bin</outputDirectory>
       <fileMode>0755</fileMode>
       <directoryMode>0755</directoryMode>
diff --git a/community/pom.xml b/community/pom.xml
index 9660f73..bdb389b 100644
--- a/community/pom.xml
+++ b/community/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>
 
@@ -71,6 +71,12 @@
         <module>spark-cli-drivers</module>
       </modules>
     </profile>
+   <profile>
+    <id>apache-release</id>
+    <modules>
+      <module>spark-cli-drivers</module>
+    </modules>
+  </profile>
   </profiles>
 
 </project>
diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index c03b55d..5e1ed5f 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>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 3154a1d..a5ec594 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/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 653ea81..d574755 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>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 3752b63..d56d737 100644
--- a/engine/pom.xml
+++ b/engine/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/engine/spark/pom.xml b/engine/spark/pom.xml
index 325290f..c1d206d 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>engine</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -140,7 +140,7 @@
             <configuration>
               <tasks>
                 <copy 
file="target/spark_${scala.compat.version}-${project.version}.jar" 
tofile="../../lib/spark_${scala.compat.version}-${project.version}.jar" />
-                <copy 
file="target/spark_${scala.compat.version}-${version}-dependency-reduced.jar" 
tofile="../../lib/spark_${scala.compat.version}-${version}-dependency-reduced.jar"
 />
+                <copy 
file="target/spark_${scala.compat.version}-${project.version}-dependency-reduced.jar"
 
tofile="../../lib/spark_${scala.compat.version}-${project.version}-dependency-reduced.jar"
 />
               </tasks>
             </configuration>
             <goals>
diff --git a/pom.xml b/pom.xml
index c0eedc4..5aaf829 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>

Reply via email to