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

akm 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 faba9da  Build thrashing
faba9da is described below

commit faba9daf18298ab18692c8b915974598efe2e67e
Author: Andrew Musselman <[email protected]>
AuthorDate: Thu May 9 23:12:21 2019 -0700

    Build thrashing
---
 buildtools/assembly/bin.xml | 16 ----------------
 core/pom.xml                |  2 +-
 pom.xml                     |  4 ++--
 3 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/buildtools/assembly/bin.xml b/buildtools/assembly/bin.xml
index 5363942..268307c 100644
--- a/buildtools/assembly/bin.xml
+++ b/buildtools/assembly/bin.xml
@@ -55,21 +55,5 @@
       <fileMode>0755</fileMode>
       <directoryMode>0755</directoryMode>
     </fileSet>
-    <!--<fileSet>-->
-      <!--<directory>${project.basedir}/../src/conf</directory>-->
-      <!--<outputDirectory>conf</outputDirectory>-->
-      <!--<fileMode>0644</fileMode>-->
-      <!--<directoryMode>0755</directoryMode>-->
-    <!--</fileSet>-->
-    <!--<fileSet>-->
-      <!--<directory>${project.basedir}/../examples/bin</directory>-->
-      <!--<outputDirectory>examples/bin</outputDirectory>-->
-      <!--<fileMode>0755</fileMode>-->
-      <!--<directoryMode>0755</directoryMode>-->
-      <!--<excludes>-->
-        <!--<exclude>work</exclude>-->
-        <!--<exclude>work/**</exclude>-->
-      <!--</excludes>-->
-    <!--</fileSet>-->
   </fileSets>
 </assembly>
diff --git a/core/pom.xml b/core/pom.xml
index 92df7c0..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-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index eab7305..5aaf829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
       <connection>scm:git:[email protected]:apache/mahout.git</connection>
       
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection>
       
<url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
-      <tag>mahout-0.14
+      <tag>mahout-14.1
       </tag>
    </scm>
 
@@ -522,7 +522,7 @@
             <artifactId>maven-release-plugin</artifactId>
             <configuration>
               <releaseProfiles>apache-release</releaseProfiles>
-              <preparationGoals>clean package</preparationGoals>
+              <preparationGoals>clean package install</preparationGoals>
             </configuration>
           </plugin>
           <plugin>

Reply via email to