You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2015/07/17 23:17:40 UTC

jena git commit: Removed the TEMP commenting out of the permissions build

Repository: jena
Updated Branches:
  refs/heads/master 53878d492 -> 243cc7898


Removed the TEMP commenting out of the permissions build


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/243cc789
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/243cc789
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/243cc789

Branch: refs/heads/master
Commit: 243cc789898aee7832fc902d6f0cb578710ff759
Parents: 53878d4
Author: Claude Warren <cl...@apache.org>
Authored: Fri Jul 17 22:16:47 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Fri Jul 17 22:16:47 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/243cc789/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c474d91..162c59e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
 
         <module>jena-fuseki1</module>
         <module>jena-fuseki2</module>
-	<!-- TEMP <module>jena-permissions</module> -->
+	<module>jena-permissions</module>
 
         <module>jena-jdbc</module>
         <module>jena-maven-tools</module>