You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/09/28 19:14:21 UTC

svn commit: r1176970 - /incubator/jena/Jena2/LARQ/trunk/pom.xml

Author: castagna
Date: Wed Sep 28 17:14:20 2011
New Revision: 1176970

URL: http://svn.apache.org/viewvc?rev=1176970&view=rev
Log:
Renamed larq to jena-larq and set sourceReleaseAssemblyDescriptor property.

Modified:
    incubator/jena/Jena2/LARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1176970&r1=1176969&r2=1176970&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Wed Sep 28 17:14:20 2011
@@ -26,7 +26,7 @@
   </parent> 
 
   <groupId>org.apache.jena</groupId>
-  <artifactId>larq</artifactId>
+  <artifactId>jena-larq</artifactId>
   <packaging>jar</packaging>
   <name>LARQ</name>
   <version>0.2.2-incubating-SNAPSHOT</version>
@@ -86,6 +86,7 @@
     <jdk.version>1.6</jdk.version>
     <targetJdk>${jdk.version}</targetJdk> <!-- MPMD-86 workaround -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
   </properties>
 
   <dependencies>