Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 06DC6200BB0 for ; Sun, 30 Oct 2016 22:20:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 05804160ADD; Sun, 30 Oct 2016 21:20:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 232DB160AF1 for ; Sun, 30 Oct 2016 22:20:24 +0100 (CET) Received: (qmail 50592 invoked by uid 500); 30 Oct 2016 21:20:24 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 50583 invoked by uid 99); 30 Oct 2016 21:20:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Oct 2016 21:20:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E0AF61A01CE for ; Sun, 30 Oct 2016 21:20:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 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=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id jlVAqNYf2ozz for ; Sun, 30 Oct 2016 21:20:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 2EC425F398 for ; Sun, 30 Oct 2016 21:20:22 +0000 (UTC) Received: (qmail 50525 invoked by uid 99); 30 Oct 2016 21:20:21 -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; Sun, 30 Oct 2016 21:20:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73AAEE188D; Sun, 30 Oct 2016 21:20:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stain@apache.org To: commits@commonsrdf.incubator.apache.org Date: Sun, 30 Oct 2016 21:20:22 -0000 Message-Id: <62c28401ca1646618f03ecb6df55a69f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-commonsrdf git commit: [maven-release-plugin] prepare for next development iteration archived-at: Sun, 30 Oct 2016 21:20:26 -0000 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/2c6c1d4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/2c6c1d4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/2c6c1d4f Branch: refs/heads/master Commit: 2c6c1d4f828efad8f6f25a31819922a3bc6a76d5 Parents: d3f22c6 Author: Stian Soiland-Reyes Authored: Sun Oct 30 19:52:12 2016 +0000 Committer: Stian Soiland-Reyes Committed: Sun Oct 30 19:52:12 2016 +0000 ---------------------------------------------------------------------- api/pom.xml | 2 +- integration-tests/pom.xml | 2 +- jena/pom.xml | 2 +- jsonld-java/pom.xml | 2 +- pom.xml | 4 ++-- rdf4j/pom.xml | 2 +- simple/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index e75e042..a7878ab 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT commons-rdf-api http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 2692431..8da17f3 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT commons-rdf-integration-tests Commons RDF: Integration tests http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/jena/pom.xml ---------------------------------------------------------------------- diff --git a/jena/pom.xml b/jena/pom.xml index 84b2414..1cb4fba 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT commons-rdf-jena http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/jsonld-java/pom.xml ---------------------------------------------------------------------- diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml index cdb6af2..d703f72 100644 --- a/jsonld-java/pom.xml +++ b/jsonld-java/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT commons-rdf-jsonld-java http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9eafc7c..f96b810 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT pom Commons RDF @@ -78,7 +78,7 @@ https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git - 0.3.0-incubating-RC1 + HEAD http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/rdf4j/pom.xml ---------------------------------------------------------------------- diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 2186a26..ce70d79 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT commons-rdf-rdf4j http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2c6c1d4f/simple/pom.xml ---------------------------------------------------------------------- diff --git a/simple/pom.xml b/simple/pom.xml index 9599b99..2d92566 100644 --- a/simple/pom.xml +++ b/simple/pom.xml @@ -24,7 +24,7 @@ org.apache.commons commons-rdf-parent - 0.3.0-incubating + 0.4.0-incubating-SNAPSHOT commons-rdf-simple