Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55BF117D5E for ; Sat, 11 Apr 2015 14:03:30 +0000 (UTC) Received: (qmail 172 invoked by uid 500); 11 Apr 2015 14:03:30 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 146 invoked by uid 500); 11 Apr 2015 14:03:29 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 136 invoked by uid 99); 11 Apr 2015 14:03:29 -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; Sat, 11 Apr 2015 14:03:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC8D9E08DB; Sat, 11 Apr 2015 14:03:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: reto@apache.org To: commits@clerezza.apache.org Message-Id: <29706c937f41404fbdd3ca750fa5191d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: clerezza-rdf-core git commit: [maven-release-plugin] prepare release 0.1 Date: Sat, 11 Apr 2015 14:03:29 +0000 (UTC) Repository: clerezza-rdf-core Updated Branches: refs/heads/master e59c1ac0d -> 8f699b884 [maven-release-plugin] prepare release 0.1 Project: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/commit/8f699b88 Tree: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/tree/8f699b88 Diff: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/diff/8f699b88 Branch: refs/heads/master Commit: 8f699b88417c86896b2ca4cbdf580363aa32e2fd Parents: e59c1ac Author: Reto Gmür Authored: Sat Apr 11 16:02:03 2015 +0200 Committer: Reto Gmür Committed: Sat Apr 11 16:02:03 2015 +0200 ---------------------------------------------------------------------- api/pom.xml | 5 +++-- impl.sparql/pom.xml | 9 +++++---- impl.utils/pom.xml | 7 ++++--- pom.xml | 5 +++-- 4 files changed, 15 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/8f699b88/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 818bd98..0ef1e5b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -30,7 +30,7 @@ org.apache.clerezza.commons-rdf commons-rdf-api - 0.1-SNAPSHOT + 0.1 bundle Clerezza Commons RDF API @@ -50,7 +50,8 @@ scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git - + 0.1 + http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/8f699b88/impl.sparql/pom.xml ---------------------------------------------------------------------- diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml index a1a465f..59e0ca7 100644 --- a/impl.sparql/pom.xml +++ b/impl.sparql/pom.xml @@ -12,7 +12,7 @@ org.apache.clerezza.commons-rdf commons-rdf-impl-sparql - 0.1-SNAPSHOT + 0.1 bundle Clerezza Commons RDF SPARQL backed implementation. An implementation of the rdf commons API backed by a sparql @@ -31,7 +31,8 @@ scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git - + 0.1 + UTF-8 @@ -48,12 +49,12 @@ org.apache.clerezza.commons-rdf commons-rdf-api - 0.1-SNAPSHOT + 0.1 org.apache.clerezza.commons-rdf commons-rdf-impl-utils - 0.1-SNAPSHOT + 0.1 junit http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/8f699b88/impl.utils/pom.xml ---------------------------------------------------------------------- diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml index 3ea5fe6..0b30c51 100644 --- a/impl.utils/pom.xml +++ b/impl.utils/pom.xml @@ -30,7 +30,7 @@ org.apache.clerezza.commons-rdf commons-rdf-impl-utils - 0.1-SNAPSHOT + 0.1 bundle Clerezza Commons RDF Implementation Utils @@ -50,7 +50,8 @@ scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git - + 0.1 + @@ -72,7 +73,7 @@ org.apache.clerezza.commons-rdf commons-rdf-api - 0.1-SNAPSHOT + 0.1 junit http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/8f699b88/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89289fb..6c56989 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.apache.clerezza.commons-rdf commons-reactor pom - 0.1-SNAPSHOT + 0.1 Clerezza Commons RDF Apache Commons RDF provides an API modelling the RDF data model as defined by @@ -58,7 +58,8 @@ scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git - + 0.1 + api