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 2ea278e (noJira) bin.xml overhaul.. directories are off in different
ares.
2ea278e is described below
commit 2ea278e8efc21a645138276b66eef65c6d1cca56
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu May 23 21:51:28 2019 -0700
(noJira) bin.xml overhaul.. directories are off in different ares.
---
buildtools/assembly/bin.xml | 6 +++---
buildtools/assembly/src.xml | 4 ++--
community/spark-cli-drivers/pom.xml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/buildtools/assembly/bin.xml b/buildtools/assembly/bin.xml
index cc2f14a..23fafe0 100644
--- a/buildtools/assembly/bin.xml
+++ b/buildtools/assembly/bin.xml
@@ -30,7 +30,7 @@
</formats>
<fileSets>
<fileSet>
- <directory>${project.basedir}/../../lib</directory>
+ <directory>${project.basedir}/../lib</directory>
<includes>
<include>*.jar</include>
</includes>
@@ -50,7 +50,7 @@
</fileSet>
<fileSet>
- <directory>${project.basedir}/../../</directory>
+ <directory>${project.basedir}/../</directory>
<outputDirectory/>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
@@ -64,7 +64,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/buildtools/assembly/src.xml b/buildtools/assembly/src.xml
index 33638dd..96bdf01 100644
--- a/buildtools/assembly/src.xml
+++ b/buildtools/assembly/src.xml
@@ -30,7 +30,7 @@
</formats>
<fileSets>
<fileSet>
- <directory>${project.basedir}/../../</directory>
+ <directory>${project.basedir}/../</directory>
<outputDirectory/>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
@@ -48,7 +48,7 @@
</excludes>
</fileSet>
<fileSet>
- <directory>${project.basedir}/../..//bin</directory>
+ <directory>${project.basedir}/../../bin</directory>
<outputDirectory>bin</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<fileMode>0755</fileMode>
diff --git a/community/spark-cli-drivers/pom.xml
b/community/spark-cli-drivers/pom.xml
index 45f1aec..887399f 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-SNAPSHOT</version>
+ <version>14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>