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 CD48B200CFC for ; Thu, 28 Sep 2017 13:08:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CBC461609CD; Thu, 28 Sep 2017 11:08:18 +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 EAC5C1609C2 for ; Thu, 28 Sep 2017 13:08:17 +0200 (CEST) Received: (qmail 97860 invoked by uid 500); 28 Sep 2017 11:08:17 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 97851 invoked by uid 99); 28 Sep 2017 11:08:17 -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; Thu, 28 Sep 2017 11:08:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0DA26F3261; Thu, 28 Sep 2017 11:08:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: andy@apache.org To: commits@jena.apache.org Date: Thu, 28 Sep 2017 11:08:17 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/50] [abbrv] jena git commit: Version 0.3.0-SNAPSHOT archived-at: Thu, 28 Sep 2017 11:08:19 -0000 Repository: jena Updated Branches: refs/heads/jena-tdb2 3fbbfccf0 -> d9da3592f Version 0.3.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/46862c3d Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/46862c3d Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/46862c3d Branch: refs/heads/jena-tdb2 Commit: 46862c3d01043880f900405d061f46206023c654 Parents: cd88ede Author: Andy Seaborne Authored: Sun Aug 20 22:01:48 2017 +0100 Committer: Andy Seaborne Committed: Sun Aug 20 22:14:03 2017 +0100 ---------------------------------------------------------------------- dboe-base/pom.xml | 2 +- dboe-index-test/pom.xml | 4 ++-- dboe-index/pom.xml | 4 ++-- dboe-trans-data/pom.xml | 10 +++++----- dboe-transaction/pom.xml | 4 ++-- fuseki-tdb2/pom.xml | 4 ++-- pom.xml | 2 +- tdb2-cmds/pom.xml | 4 ++-- tdb2/pom.xml | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/dboe-base/pom.xml ---------------------------------------------------------------------- diff --git a/dboe-base/pom.xml b/dboe-base/pom.xml index be06a45..1843969 100644 --- a/dboe-base/pom.xml +++ b/dboe-base/pom.xml @@ -26,7 +26,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/dboe-index-test/pom.xml ---------------------------------------------------------------------- diff --git a/dboe-index-test/pom.xml b/dboe-index-test/pom.xml index 63bb38f..658d621 100644 --- a/dboe-index-test/pom.xml +++ b/dboe-index-test/pom.xml @@ -26,7 +26,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT @@ -34,7 +34,7 @@ org.seaborne.mantis dboe-index - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/dboe-index/pom.xml ---------------------------------------------------------------------- diff --git a/dboe-index/pom.xml b/dboe-index/pom.xml index 5b7eaae..2b21bbe 100644 --- a/dboe-index/pom.xml +++ b/dboe-index/pom.xml @@ -26,7 +26,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT @@ -34,7 +34,7 @@ org.seaborne.mantis dboe-base - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/dboe-trans-data/pom.xml ---------------------------------------------------------------------- diff --git a/dboe-trans-data/pom.xml b/dboe-trans-data/pom.xml index 97ae961..08bd822 100644 --- a/dboe-trans-data/pom.xml +++ b/dboe-trans-data/pom.xml @@ -25,7 +25,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT @@ -33,26 +33,26 @@ org.seaborne.mantis dboe-transaction - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT org.seaborne.mantis dboe-index - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT org.seaborne.mantis dboe-index-test - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT test org.seaborne.mantis dboe-base - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT tests test http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/dboe-transaction/pom.xml ---------------------------------------------------------------------- diff --git a/dboe-transaction/pom.xml b/dboe-transaction/pom.xml index eed36d7..76b7902 100644 --- a/dboe-transaction/pom.xml +++ b/dboe-transaction/pom.xml @@ -25,7 +25,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT @@ -33,7 +33,7 @@ org.seaborne.mantis dboe-base - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/fuseki-tdb2/pom.xml ---------------------------------------------------------------------- diff --git a/fuseki-tdb2/pom.xml b/fuseki-tdb2/pom.xml index 4c1d368..248881c 100644 --- a/fuseki-tdb2/pom.xml +++ b/fuseki-tdb2/pom.xml @@ -25,7 +25,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT jar @@ -36,7 +36,7 @@ org.seaborne.mantis tdb2 - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5c67470..77a2033 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ mantis pom https://github.com/afs/mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT Mantis :: Database Operation Environment Mantis :: Database Operation Environment http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/tdb2-cmds/pom.xml ---------------------------------------------------------------------- diff --git a/tdb2-cmds/pom.xml b/tdb2-cmds/pom.xml index 7ab19bd..9cd77bf 100644 --- a/tdb2-cmds/pom.xml +++ b/tdb2-cmds/pom.xml @@ -27,7 +27,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT @@ -35,7 +35,7 @@ org.seaborne.mantis tdb2 - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jena/blob/46862c3d/tdb2/pom.xml ---------------------------------------------------------------------- diff --git a/tdb2/pom.xml b/tdb2/pom.xml index e3d08b9..0dd7f62 100644 --- a/tdb2/pom.xml +++ b/tdb2/pom.xml @@ -27,7 +27,7 @@ org.seaborne.mantis mantis - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT @@ -43,7 +43,7 @@ org.seaborne.mantis dboe-trans-data - 0.2.1-SNAPSHOT + 0.3.0-SNAPSHOT