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
commit dba24d100dbf9e51b61595b3e3f94d7fa97a0f97 Author: Hasan <[email protected]> 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>
