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/12 00:11:57 UTC

[clerezza] branch reunited updated: CLEREZZA-1032: Add ontologies module to reactor's 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 59ff83d  CLEREZZA-1032: Add ontologies module to reactor's pom.xml
59ff83d is described below

commit 59ff83d17ca453a64ae0fee133fc0280d813121d
Author: Hasan <ha...@apache.org>
AuthorDate: Tue Feb 12 01:11:16 2019 +0100

    CLEREZZA-1032: Add ontologies module to reactor's pom.xml
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 81f6d94..50ea9b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
         <module>sparql</module>
         <module>representation</module>
         <module>test.utils</module>
+        <module>ontologies</module>
         <module>dataset</module>
         <module>impl.sparql</module>
         <module>jaxrs.rdf.providers</module>