From c763521eefbab033ebdb602d47559ecbd359ac64 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Thu, 9 Aug 2018 11:56:53 -0500 Subject: [PATCH] [maven-release-plugin] prepare release oryx-2.7.1 --- app/example/pom.xml | 8 ++++---- app/oryx-app-api/pom.xml | 4 ++-- app/oryx-app-common/pom.xml | 4 ++-- app/oryx-app-mllib/pom.xml | 4 ++-- app/oryx-app-serving/pom.xml | 4 ++-- app/oryx-app/pom.xml | 4 ++-- deploy/oryx-batch/pom.xml | 4 ++-- deploy/oryx-serving/pom.xml | 4 ++-- deploy/oryx-speed/pom.xml | 4 ++-- framework/kafka-util/pom.xml | 4 ++-- framework/oryx-api/pom.xml | 4 ++-- framework/oryx-common/pom.xml | 4 ++-- framework/oryx-lambda-serving/pom.xml | 4 ++-- framework/oryx-lambda/pom.xml | 4 ++-- framework/oryx-ml/pom.xml | 4 ++-- pom.xml | 4 ++-- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/app/example/pom.xml b/app/example/pom.xml index 96fe74940..78ecf69ac 100644 --- a/app/example/pom.xml +++ b/app/example/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,14 +28,14 @@ jar Example Example Application - 2.7.1-SNAPSHOT + 2.7.1 com.cloudera.oryx oryx-api provided - 2.7.1-SNAPSHOT + 2.7.1 javax.ws.rs @@ -50,7 +50,7 @@ com.cloudera.oryx oryx-app-api provided - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/app/oryx-app-api/pom.xml b/app/oryx-app-api/pom.xml index 9504c66fa..059065470 100644 --- a/app/oryx-app-api/pom.xml +++ b/app/oryx-app-api/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -27,7 +27,7 @@ jar Apps: API Developer APIs for apps provided in this project - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/app/oryx-app-common/pom.xml b/app/oryx-app-common/pom.xml index 4e0269d00..0fe7be619 100644 --- a/app/oryx-app-common/pom.xml +++ b/app/oryx-app-common/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -27,7 +27,7 @@ jar Apps: Common Common code supporting all layers of apps in this project - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/app/oryx-app-mllib/pom.xml b/app/oryx-app-mllib/pom.xml index f9e3949ae..b083c11ad 100644 --- a/app/oryx-app-mllib/pom.xml +++ b/app/oryx-app-mllib/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,7 +28,7 @@ Apps: Spark MLlib Speed and batch components of machine learning applications built on Spark MLlib - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/app/oryx-app-serving/pom.xml b/app/oryx-app-serving/pom.xml index 97e949cec..642590ad4 100644 --- a/app/oryx-app-serving/pom.xml +++ b/app/oryx-app-serving/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,7 +28,7 @@ Apps: Oryx (Serving) Serving components of machine learning applications built from algorithms implemented in this project - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/app/oryx-app/pom.xml b/app/oryx-app/pom.xml index 0f07fe234..5f8263cea 100644 --- a/app/oryx-app/pom.xml +++ b/app/oryx-app/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,7 +28,7 @@ Apps: Oryx Speed and batch components of machine learning applications built from algorithms implemented in this project - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/deploy/oryx-batch/pom.xml b/deploy/oryx-batch/pom.xml index 0558a0c88..c7842bf64 100644 --- a/deploy/oryx-batch/pom.xml +++ b/deploy/oryx-batch/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,7 +28,7 @@ Batch Layer Complete packaged batch layer binary, including project implementations of machine learning algorithms' batch component - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/deploy/oryx-serving/pom.xml b/deploy/oryx-serving/pom.xml index eff45f0b0..e72920b2e 100644 --- a/deploy/oryx-serving/pom.xml +++ b/deploy/oryx-serving/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,7 +28,7 @@ Serving Layer Complete packaged serving layer binary, including project implementations of machine learning algorithms' serving component - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/deploy/oryx-speed/pom.xml b/deploy/oryx-speed/pom.xml index 33f2030ae..8cf6d9a61 100644 --- a/deploy/oryx-speed/pom.xml +++ b/deploy/oryx-speed/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -28,7 +28,7 @@ Speed Layer Complete packaged speed layer binary, including project implementations of machine learning algorithms' speed components - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/framework/kafka-util/pom.xml b/framework/kafka-util/pom.xml index e3704a701..322052b1f 100644 --- a/framework/kafka-util/pom.xml +++ b/framework/kafka-util/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -27,7 +27,7 @@ jar Kafka Utilities Kafka-related utility code - 2.7.1-SNAPSHOT + 2.7.1 diff --git a/framework/oryx-api/pom.xml b/framework/oryx-api/pom.xml index 89c2ae764..5d17734fd 100644 --- a/framework/oryx-api/pom.xml +++ b/framework/oryx-api/pom.xml @@ -18,7 +18,7 @@ com.cloudera.oryx oryx - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml @@ -27,7 +27,7 @@ jar API Developer APIs - 2.7.1-SNAPSHOT + 2.7.1