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 2012/05/26 22:50:23 UTC

svn commit: r1342961 - /jena/trunk/pom.xml

Author: andy
Date: Sat May 26 20:50:22 2012
New Revision: 1342961

URL: http://svn.apache.org/viewvc?rev=1342961&view=rev
Log:
General build of Jena - include delivery

Modified:
    jena/trunk/pom.xml

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1342961&r1=1342960&r2=1342961&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Sat May 26 20:50:22 2012
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <name>Apache Jena Main</name>
+  <name>Apache Jena</name>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena</artifactId>
   <packaging>pom</packaging>
@@ -55,12 +55,14 @@
     <module>jena-iri</module>
     <module>jena-core</module>
     <module>jena-arq</module>
-    <!--
     <module>jena-tdb</module>
     <module>jena-fuseki</module>
+    <!--
     <module>jena-sdb</module>
     <module>jena-larq</module>
     -->
+    <!-- Delivery modules - after build modules --> 
+    <module>apache-jena</module>
   </modules>
 
   <mailingLists>