Return-Path: X-Original-To: apmail-apex-commits-archive@minotaur.apache.org Delivered-To: apmail-apex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85B5F18EBE for ; Fri, 12 Feb 2016 22:08:57 +0000 (UTC) Received: (qmail 88038 invoked by uid 500); 12 Feb 2016 22:08:57 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 88002 invoked by uid 500); 12 Feb 2016 22:08:57 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 87993 invoked by uid 99); 12 Feb 2016 22:08:57 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2016 22:08:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 00F13C0606 for ; Fri, 12 Feb 2016 22:08:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.549 X-Spam-Level: X-Spam-Status: No, score=-3.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id fdRXjPqes27i for ; Fri, 12 Feb 2016 22:08:55 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id A49BD31AFA for ; Fri, 12 Feb 2016 22:08:54 +0000 (UTC) Received: (qmail 87973 invoked by uid 99); 12 Feb 2016 22:08:53 -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; Fri, 12 Feb 2016 22:08:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11C4EE0A57; Fri, 12 Feb 2016 22:08:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: thw@apache.org To: commits@apex.incubator.apache.org Message-Id: <3b791a59d6b444c1bdf8928188581231@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-apex-core git commit: APEXCORE-327 Implement proper semantic versioning check for 3.2.x patch releases. Date: Fri, 12 Feb 2016 22:08:53 +0000 (UTC) Repository: incubator-apex-core Updated Branches: refs/heads/release-3.2 4806e5fab -> fd2a7e821 APEXCORE-327 Implement proper semantic versioning check for 3.2.x patch releases. Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/fd2a7e82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/fd2a7e82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/fd2a7e82 Branch: refs/heads/release-3.2 Commit: fd2a7e821249aec518216b36f7684b4e6266a403 Parents: 4806e5f Author: Vlad Rozov Authored: Wed Feb 3 09:55:28 2016 -0800 Committer: Vlad Rozov Committed: Wed Feb 3 09:55:28 2016 -0800 ---------------------------------------------------------------------- api/pom.xml | 10 +++++----- common/pom.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fd2a7e82/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index fb3e591..771e610 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -52,13 +52,13 @@ com.github.siom79.japicmp japicmp-maven-plugin - 0.5.3 + 0.6.2 - com.datatorrent - dt-api - 3.0.0 + ${project.groupId} + ${project.artifactId} + 3.2.0-incubating @@ -69,7 +69,7 @@ true protected - false + true true false false http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fd2a7e82/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 00a9a06..0015fd1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -37,13 +37,13 @@ com.github.siom79.japicmp japicmp-maven-plugin - 0.5.3 + 0.6.2 - com.datatorrent - dt-common - 3.0.0 + ${project.groupId} + ${project.artifactId} + 3.2.0-incubating @@ -54,7 +54,7 @@ true protected - false + true true false false