You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/02/10 15:24:46 UTC

[clerezza] branch reunited updated: CLEREZZA-1026: Remove module rdf from reactor's pom.xml and update api and api.impl module names

This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch reunited
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/reunited by this push:
     new e5ca19a  CLEREZZA-1026: Remove module rdf from reactor's pom.xml and update api and api.impl module names
e5ca19a is described below

commit e5ca19aa55b685e45c498024b9f58a31aee30609
Author: Hasan <ha...@apache.org>
AuthorDate: Sun Feb 10 16:24:29 2019 +0100

    CLEREZZA-1026: Remove module rdf from reactor's pom.xml and update api and api.impl module names
---
 api.impl/pom.xml | 2 +-
 api/pom.xml      | 2 +-
 pom.xml          | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/api.impl/pom.xml b/api.impl/pom.xml
index 871beb6..34f63ec 100644
--- a/api.impl/pom.xml
+++ b/api.impl/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>api.impl</artifactId>
     <packaging>bundle</packaging>
-    <name>Clerezza API Implementation</name>
+    <name>Clerezza - API Implementation</name>
     <description>
         This module implements Apache Clerezza API
     </description>
diff --git a/api/pom.xml b/api/pom.xml
index 83921d6..5c19e7d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>api</artifactId>
     <packaging>bundle</packaging>
-    <name>Clerezza API</name>
+    <name>Clerezza - API</name>
     <description>
         Apache Clerezza API implements the RDF data model as defined by
         http://www.w3.org/TR/rdf11-concepts/
diff --git a/pom.xml b/pom.xml
index 46ccaf4..81f6d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
   </scm>
 
     <modules>
+        <module>parent</module>
         <module>api</module>
         <module>api.impl</module>
         <module>sparql</module>
@@ -49,8 +50,6 @@
         <module>dataset</module>
         <module>impl.sparql</module>
         <module>jaxrs.rdf.providers</module>
-        <module>parent</module>
-        <module>rdf</module>
     </modules>
     <profiles>
         <profile>