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/03 17:54:35 UTC

[clerezza] branch reunited updated: CLEREZZA-1031: Add representation and dataset module to reactor pom.xml

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 036ce3f  CLEREZZA-1031: Add representation and dataset module to reactor pom.xml
036ce3f is described below

commit 036ce3fc3cba5c936582dce7112e85fab1ad0b38
Author: Hasan <ha...@apache.org>
AuthorDate: Sun Feb 3 18:54:12 2019 +0100

    CLEREZZA-1031: Add representation and dataset module to reactor pom.xml
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6e43739..6262f90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,8 @@
         <module>api</module>
         <module>api.impl</module>
         <module>sparql</module>
+        <module>representation</module>
+        <module>dataset</module>
         <module>impl.sparql</module>
         <module>jaxrs.rdf.providers</module>
         <module>parent</module>