Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-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 5A58017DF2 for ; Mon, 20 Apr 2015 14:24:44 +0000 (UTC) Received: (qmail 87398 invoked by uid 500); 20 Apr 2015 14:24:44 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 87370 invoked by uid 500); 20 Apr 2015 14:24:44 -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 87352 invoked by uid 99); 20 Apr 2015 14:24:44 -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, 20 Apr 2015 14:24:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 07E15E0663; Mon, 20 Apr 2015 14:24:44 +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: Mon, 20 Apr 2015 14:24:44 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] jena git commit: JENA-849 Updated outdated jena-maven-tools/demo versions Repository: jena Updated Branches: refs/heads/master 8f43ccc94 -> b6699706e JENA-849 Updated outdated jena-maven-tools/demo versions .. specially the new groupId/artifactId (why isn't it jena-maven-plugin ?) .. leaving blank and RELEASE for jena-core. Ideally this should be proper versions updated by the release-plugin, but then we would need to change to multiple modules. Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/99ca3fcd Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/99ca3fcd Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/99ca3fcd Branch: refs/heads/master Commit: 99ca3fcd03806bff22c449689dde3ecb4e09ebbc Parents: b4e303a Author: Stian Soiland-Reyes Authored: Thu Feb 26 01:28:19 2015 +0000 Committer: Stian Soiland-Reyes Committed: Thu Feb 26 13:39:03 2015 +0000 ---------------------------------------------------------------------- jena-maven-tools/demo/pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/99ca3fcd/jena-maven-tools/demo/pom.xml ---------------------------------------------------------------------- diff --git a/jena-maven-tools/demo/pom.xml b/jena-maven-tools/demo/pom.xml index 3ba1697..88b2c7b 100644 --- a/jena-maven-tools/demo/pom.xml +++ b/jena-maven-tools/demo/pom.xml @@ -19,7 +19,7 @@ 4.0.0 - org.openjena.tools + com.example.jena schemagen-demo 0.0.1 jar @@ -27,9 +27,11 @@ - org.openjena.tools - schemagen - 0.2-SNAPSHOT + org.apache.jena + jena-maven-tools + src/main/vocabs/*.ttl @@ -62,7 +64,11 @@ org.apache.jena jena-core - 2.7.3 + + RELEASE - \ No newline at end of file + +