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
commit e9a54ba104183b94b78ea316768333e5fc14ce18 Author: Andrew Palumbo <[email protected]> AuthorDate: Thu May 9 15:53:25 2019 -0700 (noJira)-- redo pom SNAPSHOTS --- buildtools/pom.xml | 2 +- community/community-engines/flink-batch/pom.xml | 2 +- community/community-engines/h2o/pom.xml | 2 +- community/community-engines/pom.xml | 2 +- community/mahout-mr/integration/pom.xml | 2 +- community/mahout-mr/mr-examples/pom.xml | 2 +- community/mahout-mr/mr/pom.xml | 2 +- community/mahout-mr/pom.xml | 2 +- community/spark-cli-drivers/pom.xml | 4 ++-- examples/pom.xml | 2 +- experimental/pom.xml | 2 +- experimental/viennacl-omp/pom.xml | 2 +- experimental/viennacl/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 9efb51a..9b6c38e 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout-buildtools</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <name>Mahout Build Tools</name> <packaging>jar</packaging> diff --git a/community/community-engines/flink-batch/pom.xml b/community/community-engines/flink-batch/pom.xml index 18fe5b2..2485a99 100644 --- a/community/community-engines/flink-batch/pom.xml +++ b/community/community-engines/flink-batch/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>community-engines</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/community-engines/h2o/pom.xml b/community/community-engines/h2o/pom.xml index 0d9dda4..9cd8229 100644 --- a/community/community-engines/h2o/pom.xml +++ b/community/community-engines/h2o/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>community-engines</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml index d8f64f1..d1a0077 100644 --- a/community/community-engines/pom.xml +++ b/community/community-engines/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>community</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/mahout-mr/integration/pom.xml b/community/mahout-mr/integration/pom.xml index 1d8eefa..68022bf 100644 --- a/community/mahout-mr/integration/pom.xml +++ b/community/mahout-mr/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-mr</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/mahout-mr/mr-examples/pom.xml b/community/mahout-mr/mr-examples/pom.xml index 7fd3ad8..08036a8 100644 --- a/community/mahout-mr/mr-examples/pom.xml +++ b/community/mahout-mr/mr-examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-mr</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/mahout-mr/mr/pom.xml b/community/mahout-mr/mr/pom.xml index 99f09c3..a412a0d 100644 --- a/community/mahout-mr/mr/pom.xml +++ b/community/mahout-mr/mr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout-mr</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/mahout-mr/pom.xml b/community/mahout-mr/pom.xml index 2c327bb..43e0050 100644 --- a/community/mahout-mr/pom.xml +++ b/community/mahout-mr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>community</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index 2a10228..9e131b2 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.0</version> <relativePath>../pom.xml</relativePath> </parent> @@ -240,6 +240,6 @@ <scm> - <tag>spark-cli-drivers_2.11-0.14.1</tag> + <tag>spark-cli-drivers_2.11-0.14</tag> </scm> </project> diff --git a/examples/pom.xml b/examples/pom.xml index cddb0dd..cf09f0d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/experimental/pom.xml b/experimental/pom.xml index b09276b..78dea38 100644 --- a/experimental/pom.xml +++ b/experimental/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/experimental/viennacl-omp/pom.xml b/experimental/viennacl-omp/pom.xml index 6ae9efc..90d435c 100644 --- a/experimental/viennacl-omp/pom.xml +++ b/experimental/viennacl-omp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>experimental</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/experimental/viennacl/pom.xml b/experimental/viennacl/pom.xml index 6ddbc67..fd43bd8 100644 --- a/experimental/viennacl/pom.xml +++ b/experimental/viennacl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>experimental</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 149994d..5796390 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,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.1 + <tag>mahout-0.14 </tag> </scm>
