From commits-return-382-archive-asf-public=cust-asf.ponee.io@nemo.apache.org Sun Nov 18 13:12:25 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DDC9E18066C for ; Sun, 18 Nov 2018 13:12:24 +0100 (CET) Received: (qmail 66511 invoked by uid 500); 18 Nov 2018 12:12:24 -0000 Mailing-List: contact commits-help@nemo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nemo.apache.org Delivered-To: mailing list commits@nemo.apache.org Received: (qmail 66502 invoked by uid 99); 18 Nov 2018 12:12:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2018 12:12:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1DE8B825BA; Sun, 18 Nov 2018 12:12:23 +0000 (UTC) Date: Sun, 18 Nov 2018 12:12:23 +0000 To: "commits@nemo.apache.org" Subject: [incubator-nemo] branch master updated: [maven-release-plugin] rollback the release of nemo-project-0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154254314305.12388.7253842569649807510@gitbox.apache.org> From: jooykim@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nemo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 63baa75d86291e8e3ca43f858096975680521e27 X-Git-Newrev: e9e8695b0dafd7c54214a9a1c44dbae4ccc9a148 X-Git-Rev: e9e8695b0dafd7c54214a9a1c44dbae4ccc9a148 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jooykim pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git The following commit(s) were added to refs/heads/master by this push: new e9e8695 [maven-release-plugin] rollback the release of nemo-project-0.1 e9e8695 is described below commit e9e8695b0dafd7c54214a9a1c44dbae4ccc9a148 Author: Joo Yeon Kim AuthorDate: Sun Nov 18 04:12:18 2018 -0800 [maven-release-plugin] rollback the release of nemo-project-0.1 --- client/pom.xml | 2 +- common/pom.xml | 2 +- compiler/backend/pom.xml | 2 +- compiler/frontend/beam/pom.xml | 2 +- compiler/frontend/spark/pom.xml | 2 +- compiler/optimizer/pom.xml | 2 +- compiler/pom.xml | 2 +- compiler/test/pom.xml | 2 +- conf/pom.xml | 2 +- examples/beam/pom.xml | 2 +- examples/pom.xml | 2 +- examples/spark/pom.xml | 2 +- pom.xml | 2 +- runtime/common/pom.xml | 2 +- runtime/driver/pom.xml | 2 +- runtime/executor/pom.xml | 4 ++-- runtime/master/pom.xml | 2 +- runtime/pom.xml | 2 +- runtime/test/pom.xml | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 2904bb1..4a31ef1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-project - 0.1 + 0.1-SNAPSHOT ../ diff --git a/common/pom.xml b/common/pom.xml index f545a5f..f2ce14d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-project - 0.1 + 0.1-SNAPSHOT ../ diff --git a/compiler/backend/pom.xml b/compiler/backend/pom.xml index 5687334..6af08f1 100644 --- a/compiler/backend/pom.xml +++ b/compiler/backend/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-compiler - 0.1 + 0.1-SNAPSHOT ../ diff --git a/compiler/frontend/beam/pom.xml b/compiler/frontend/beam/pom.xml index f2e1888..01000f7 100644 --- a/compiler/frontend/beam/pom.xml +++ b/compiler/frontend/beam/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-compiler - 0.1 + 0.1-SNAPSHOT ../../ diff --git a/compiler/frontend/spark/pom.xml b/compiler/frontend/spark/pom.xml index 45b4dc3..f923f77 100644 --- a/compiler/frontend/spark/pom.xml +++ b/compiler/frontend/spark/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-compiler - 0.1 + 0.1-SNAPSHOT ../../ diff --git a/compiler/optimizer/pom.xml b/compiler/optimizer/pom.xml index 87ea876..e04056f 100644 --- a/compiler/optimizer/pom.xml +++ b/compiler/optimizer/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-compiler - 0.1 + 0.1-SNAPSHOT ../ diff --git a/compiler/pom.xml b/compiler/pom.xml index bb21c26..060b0f7 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -22,7 +22,7 @@ under the License. nemo-project org.apache.nemo - 0.1 + 0.1-SNAPSHOT ../ 4.0.0 diff --git a/compiler/test/pom.xml b/compiler/test/pom.xml index 8e244f4..7431334 100644 --- a/compiler/test/pom.xml +++ b/compiler/test/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-compiler - 0.1 + 0.1-SNAPSHOT ../ diff --git a/conf/pom.xml b/conf/pom.xml index 904d68f..3873b0b 100644 --- a/conf/pom.xml +++ b/conf/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-project - 0.1 + 0.1-SNAPSHOT ../ diff --git a/examples/beam/pom.xml b/examples/beam/pom.xml index 5bf2885..bf97018 100644 --- a/examples/beam/pom.xml +++ b/examples/beam/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-examples - 0.1 + 0.1-SNAPSHOT ../ diff --git a/examples/pom.xml b/examples/pom.xml index 00a90d4..66afc6e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ under the License. nemo-project org.apache.nemo - 0.1 + 0.1-SNAPSHOT 4.0.0 diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml index 32ae7b8..859cc36 100644 --- a/examples/spark/pom.xml +++ b/examples/spark/pom.xml @@ -23,7 +23,7 @@ under the License. nemo-examples org.apache.nemo - 0.1 + 0.1-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index 9fa85b1..0de575e 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. org.apache.nemo nemo-project - 0.1 + 0.1-SNAPSHOT pom Nemo Project diff --git a/runtime/common/pom.xml b/runtime/common/pom.xml index 45f725b..f2b643d 100644 --- a/runtime/common/pom.xml +++ b/runtime/common/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-runtime - 0.1 + 0.1-SNAPSHOT ../ diff --git a/runtime/driver/pom.xml b/runtime/driver/pom.xml index 1eea1b9..a9a29e4 100644 --- a/runtime/driver/pom.xml +++ b/runtime/driver/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.nemo nemo-runtime - 0.1 + 0.1-SNAPSHOT ../ 4.0.0 diff --git a/runtime/executor/pom.xml b/runtime/executor/pom.xml index abb7008..ae7a770 100644 --- a/runtime/executor/pom.xml +++ b/runtime/executor/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-runtime - 0.1 + 0.1-SNAPSHOT ../ @@ -61,7 +61,7 @@ under the License. org.apache.nemo nemo-runtime-master - 0.1 + 0.1-SNAPSHOT test diff --git a/runtime/master/pom.xml b/runtime/master/pom.xml index 4d31eb5..390838a 100644 --- a/runtime/master/pom.xml +++ b/runtime/master/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-runtime - 0.1 + 0.1-SNAPSHOT ../ diff --git a/runtime/pom.xml b/runtime/pom.xml index 28714b7..5d2e53c 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -21,7 +21,7 @@ under the License. nemo-project org.apache.nemo - 0.1 + 0.1-SNAPSHOT ../ 4.0.0 diff --git a/runtime/test/pom.xml b/runtime/test/pom.xml index 782800a..4d0635e 100644 --- a/runtime/test/pom.xml +++ b/runtime/test/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.nemo nemo-runtime - 0.1 + 0.1-SNAPSHOT ../