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 68513200BD4 for ; Thu, 17 Nov 2016 00:43:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 66F65160B08; Wed, 16 Nov 2016 23:43:02 +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 884BD160B13 for ; Thu, 17 Nov 2016 00:43:01 +0100 (CET) Received: (qmail 63720 invoked by uid 500); 16 Nov 2016 23:43:00 -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 63707 invoked by uid 99); 16 Nov 2016 23:43:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 23:43:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 56D02C7DCB for ; Wed, 16 Nov 2016 23:43:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 3EFqV5MdkWwl for ; Wed, 16 Nov 2016 23:42:59 +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 E637F5FC7D for ; Wed, 16 Nov 2016 23:42:58 +0000 (UTC) Received: (qmail 62338 invoked by uid 99); 16 Nov 2016 23:42:42 -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; Wed, 16 Nov 2016 23:42:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC487E0209; Wed, 16 Nov 2016 23:42:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: wikier@apache.org To: commits@commonsrdf.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-commonsrdf git commit: COMMONSRDF-50: fixed sites modules base url Date: Wed, 16 Nov 2016 23:42:42 +0000 (UTC) archived-at: Wed, 16 Nov 2016 23:43:02 -0000 Repository: incubator-commonsrdf Updated Branches: refs/heads/master b05e3e6e6 -> f6a80e6fc COMMONSRDF-50: fixed sites modules base url Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/f6a80e6f Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/f6a80e6f Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/f6a80e6f Branch: refs/heads/master Commit: f6a80e6fcd39a8ee7426826e7b25e5cfe0628820 Parents: b05e3e6 Author: Sergio Fernández Authored: Thu Nov 17 00:42:09 2016 +0100 Committer: Sergio Fernández Committed: Thu Nov 17 00:42:09 2016 +0100 ---------------------------------------------------------------------- api/pom.xml | 8 ++++++++ examples/pom.xml | 9 +++++++++ jena/pom.xml | 7 +++++++ jsonld-java/pom.xml | 7 +++++++ pom.xml | 2 +- rdf4j/pom.xml | 7 +++++++ simple/pom.xml | 8 ++++++++ 7 files changed, 47 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 863b4a7..d1bb3c0 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -50,4 +50,12 @@ + + + + commonsrdf-api-site + scm:svn:${commons.scmPubUrl}/api/ + + + http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 7fd454f..86e6948 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -35,6 +35,7 @@ 1.8 1.8 + + + + commonsrdf-api-site + scm:svn:${commons.scmPubUrl}/examples/ + + @@ -66,6 +73,7 @@ test + @@ -77,4 +85,5 @@ + http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/jena/pom.xml ---------------------------------------------------------------------- diff --git a/jena/pom.xml b/jena/pom.xml index 835d03d..b6360ae 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -33,6 +33,13 @@ Commons RDF impl: Jena Apache Jena implementation of Commons RDF API + + + commonsrdf-api-site + scm:svn:${commons.scmPubUrl}/jena/ + + + ${project.parent.groupId} http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/jsonld-java/pom.xml ---------------------------------------------------------------------- diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml index bee6b4a..5eea922 100644 --- a/jsonld-java/pom.xml +++ b/jsonld-java/pom.xml @@ -33,6 +33,13 @@ Commons RDF impl: JSON-LD Java Parser integration of JSON-LD Java + + + commonsrdf-api-site + scm:svn:${commons.scmPubUrl}/jsonld-java/ + + + ${project.parent.groupId} http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86441cf..9a2c234 100644 --- a/pom.xml +++ b/pom.xml @@ -618,7 +618,7 @@ - commons.site + commonsrdf-site Apache Commons Site SVN scm:svn:${commons.scmPubUrl} http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/rdf4j/pom.xml ---------------------------------------------------------------------- diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 650177c..48f85c3 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -52,6 +52,13 @@ + + + commonsrdf-api-site + scm:svn:${commons.scmPubUrl}/rdf4j/ + + + ${project.parent.groupId} http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f6a80e6f/simple/pom.xml ---------------------------------------------------------------------- diff --git a/simple/pom.xml b/simple/pom.xml index 7f19ba4..c68ae55 100644 --- a/simple/pom.xml +++ b/simple/pom.xml @@ -33,6 +33,13 @@ Commons RDF impl: Simple Simple (if not naive) implementation of Commons RDF API + + + commonsrdf-api-site + scm:svn:${commons.scmPubUrl}/smple/ + + + ${project.parent.groupId} @@ -47,4 +54,5 @@ test +