From commits-return-29802-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Mon Jun 4 20:56:54 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 4E9CA1807A1 for ; Mon, 4 Jun 2018 20:56:53 +0200 (CEST) Received: (qmail 89393 invoked by uid 500); 4 Jun 2018 18:56:52 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 89280 invoked by uid 99); 4 Jun 2018 18:56:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2018 18:56:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CED97E0BC9; Mon, 4 Jun 2018 18:56:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: florianhockmann@apache.org To: commits@tinkerpop.apache.org Date: Mon, 04 Jun 2018 18:56:56 -0000 Message-Id: <9815e25b02b34d939187c0687c2c368f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/8] tinkerpop git commit: TINKERPOP-1897 Add latest tag for docker images CTR TINKERPOP-1897 Add latest tag for docker images CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4faa660 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4faa660 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d4faa660 Branch: refs/heads/tp33 Commit: d4faa6605495e072d65578682d2ed5fd12bdb5ad Parents: 055f1d5 Author: Florian Hockmann Authored: Mon Jun 4 20:56:04 2018 +0200 Committer: Florian Hockmann Committed: Mon Jun 4 20:56:04 2018 +0200 ---------------------------------------------------------------------- gremlin-console/pom.xml | 21 +++++++++++++++++++++ gremlin-server/pom.xml | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d4faa660/gremlin-console/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml index b933bf8..d9fc35f 100644 --- a/gremlin-console/pom.xml +++ b/gremlin-console/pom.xml @@ -383,6 +383,16 @@ limitations under the License. + docker-image-tag-latest + + tag + + + latest + ${only.when.is.prerelease.version} + + + docker-image-push deploy @@ -404,6 +414,17 @@ limitations under the License. ${only.when.is.prerelease.version} + + docker-image-push-latest + deploy + + push + + + latest + ${only.when.is.prerelease.version} + + tinkerpop/gremlin-console http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d4faa660/gremlin-server/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml index 7b20c69..01d5f3e 100644 --- a/gremlin-server/pom.xml +++ b/gremlin-server/pom.xml @@ -293,6 +293,16 @@ limitations under the License. + docker-image-tag-latest + + tag + + + latest + ${only.when.is.prerelease.version} + + + docker-image-push deploy @@ -314,6 +324,17 @@ limitations under the License. ${only.when.is.prerelease.version} + + docker-image-push-latest + deploy + + push + + + latest + ${only.when.is.prerelease.version} + + tinkerpop/gremlin-server