You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/11/22 18:42:44 UTC

[jena] branch main updated: Fix running mvn with the dev profile

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new b7f0f46  Fix running mvn with the dev profile
     new f8a6286  Merge pull request #1114 from kinow/fix-dev-profile
b7f0f46 is described below

commit b7f0f46becf8f1474bcbb3d940eebc2550d30b27
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Mon Nov 22 21:37:38 2021 +1300

    Fix running mvn with the dev profile
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79a212f..1110054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,8 @@
 
         <module>jena-geosparql</module>
         <module>jena-fuseki2/jena-fuseki-geosparql</module>
-        
+
+        <module>jena-extras/jena-querybuilder</module>
         <module>jena-examples</module>
 
         <module>jena-integration-tests</module>