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 06:09:07 UTC

[clerezza] branch reunited updated: CLEREZZA-1037: Add api.utils 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 3d1b3db  CLEREZZA-1037: Add api.utils module to reactor's pom.xml
3d1b3db is described below

commit 3d1b3dbd99760ac9ffcae9c7d13a12ce5588c3c0
Author: Hasan <ha...@apache.org>
AuthorDate: Tue Feb 12 07:08:45 2019 +0100

    CLEREZZA-1037: Add api.utils module to reactor's pom.xml
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50ea9b7..febb632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,12 +44,12 @@
         <module>parent</module>
         <module>api</module>
         <module>api.impl</module>
+        <module>ontologies</module>
         <module>sparql</module>
         <module>representation</module>
         <module>test.utils</module>
-        <module>ontologies</module>
         <module>dataset</module>
-        <module>impl.sparql</module>
+        <module>api.utils</module>
         <module>jaxrs.rdf.providers</module>
     </modules>
     <profiles>