moved integration module to end
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/0f82e095 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/0f82e095 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/0f82e095 Branch: refs/heads/master Commit: 0f82e09527150753901ea0deeb2fcec8d45de781 Parents: 50f605a Author: rawkintrevo <trevor.d.gr...@gmail.com> Authored: Tue Aug 1 08:49:23 2017 -0500 Committer: rawkintrevo <trevor.d.gr...@gmail.com> Committed: Tue Aug 1 08:49:23 2017 -0500 ---------------------------------------------------------------------- buildtools/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/pom.xml | 2 +- h2o/pom.xml | 2 +- h2o/scala-2.10/pom.xml | 2 +- h2o/scala-2.11/pom.xml | 2 +- hdfs/pom.xml | 2 +- integration/pom.xml | 2 +- math-scala/pom.xml | 2 +- math-scala/scala-2.10/pom.xml | 2 +- math-scala/scala-2.11/pom.xml | 2 +- math/pom.xml | 2 +- mr/pom.xml | 2 +- pom.xml | 4 ++-- viennacl-omp/pom.xml | 2 +- viennacl-omp/scala-2.10/pom.xml | 2 +- viennacl-omp/scala-2.11/pom.xml | 2 +- viennacl/pom.xml | 2 +- viennacl/scala-2.10/pom.xml | 2 +- viennacl/scala-2.11/pom.xml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 37ae123..a28dbf4 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 7f12160..bbf6fa0 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index ba9e061..3798117 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/h2o/pom.xml ---------------------------------------------------------------------- diff --git a/h2o/pom.xml b/h2o/pom.xml index 973c6d9..e0dd741 100644 --- a/h2o/pom.xml +++ b/h2o/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/h2o/scala-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/h2o/scala-2.10/pom.xml b/h2o/scala-2.10/pom.xml index c24a1a0..24d79f1 100644 --- a/h2o/scala-2.10/pom.xml +++ b/h2o/scala-2.10/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-h2o</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/h2o/scala-2.11/pom.xml ---------------------------------------------------------------------- diff --git a/h2o/scala-2.11/pom.xml b/h2o/scala-2.11/pom.xml index 3e8aca7..4bf1fe5 100644 --- a/h2o/scala-2.11/pom.xml +++ b/h2o/scala-2.11/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-h2o</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs/pom.xml b/hdfs/pom.xml index 156f4b1..2d909a2 100644 --- a/hdfs/pom.xml +++ b/hdfs/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index c6ff458..5a873a6 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/math-scala/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/pom.xml b/math-scala/pom.xml index 9a046c5..b79cc1f 100644 --- a/math-scala/pom.xml +++ b/math-scala/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/math-scala/scala-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/scala-2.10/pom.xml b/math-scala/scala-2.10/pom.xml index 29ed125..15a02c6 100644 --- a/math-scala/scala-2.10/pom.xml +++ b/math-scala/scala-2.10/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-math-scala</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/math-scala/scala-2.11/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/scala-2.11/pom.xml b/math-scala/scala-2.11/pom.xml index 5967fc6..0b605de 100644 --- a/math-scala/scala-2.11/pom.xml +++ b/math-scala/scala-2.11/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-math-scala</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/math/pom.xml ---------------------------------------------------------------------- diff --git a/math/pom.xml b/math/pom.xml index 56a47ca..9f437fc 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/mr/pom.xml ---------------------------------------------------------------------- diff --git a/mr/pom.xml b/mr/pom.xml index 394a9c8..1ce526e 100644 --- a/mr/pom.xml +++ b/mr/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6e23e97..a57c2df 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -840,12 +840,12 @@ <module>math</module> <module>hdfs</module> <module>mr</module> - <module>integration</module> <module>examples</module> <module>distribution</module> <module>math-scala</module> <module>spark</module> <module>h2o</module> + <module>integration</module> </modules> <profiles> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/viennacl-omp/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl-omp/pom.xml b/viennacl-omp/pom.xml index 5829094..1498bbc 100644 --- a/viennacl-omp/pom.xml +++ b/viennacl-omp/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/viennacl-omp/scala-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl-omp/scala-2.10/pom.xml b/viennacl-omp/scala-2.10/pom.xml index 87f7ae7..7e80c78 100644 --- a/viennacl-omp/scala-2.10/pom.xml +++ b/viennacl-omp/scala-2.10/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/viennacl-omp/scala-2.11/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl-omp/scala-2.11/pom.xml b/viennacl-omp/scala-2.11/pom.xml index 436b446..8171b8c 100644 --- a/viennacl-omp/scala-2.11/pom.xml +++ b/viennacl-omp/scala-2.11/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/viennacl/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl/pom.xml b/viennacl/pom.xml index 8f7aaa5..f7cb32b 100644 --- a/viennacl/pom.xml +++ b/viennacl/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/viennacl/scala-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl/scala-2.10/pom.xml b/viennacl/scala-2.10/pom.xml index 41af7b8..4525805 100644 --- a/viennacl/scala-2.10/pom.xml +++ b/viennacl/scala-2.10/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/0f82e095/viennacl/scala-2.11/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl/scala-2.11/pom.xml b/viennacl/scala-2.11/pom.xml index 59ba971..11868c2 100644 --- a/viennacl/scala-2.11/pom.xml +++ b/viennacl/scala-2.11/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>