Skip to content

Commit

Permalink
(NOJIRA) Manual rollback to 0.13.1-SNAPSHOT + cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpalumbo committed Sep 5, 2017
1 parent e3530b2 commit e56378c
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion buildtools/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.mahout</groupId>
<artifactId>mahout-buildtools</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<name>Mahout Build Tools</name>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apache-mahout-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion h2o/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hdfs/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion math-scala/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion math/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mr/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>

<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Apache Mahout</name>
Expand Down
2 changes: 1 addition & 1 deletion spark/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions viennacl-omp/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId>

<name>Mahout Native VienniaCL OpenMP Bindings</name>
<name>Mahout Native ViennaCL OpenMP Bindings</name>
<description>Native Structures and interfaces to be used from Mahout math-scala.
</description>

Expand Down
4 changes: 2 additions & 2 deletions viennacl/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>mahout-native-viennacl_${scala.compat.version}</artifactId>

<name>Mahout Native VienniaCL OpenCL Bindings</name>
<name>Mahout Native ViennaCL OpenCL Bindings</name>
<description>Native Structures and interfaces to be used from Mahout math-scala.
</description>

Expand Down

0 comments on commit e56378c

Please sign in to comment.