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 2011/11/30 15:48:23 UTC

svn commit: r1208455 - /incubator/jena/Jena2/IRI/trunk/pom.xml

Author: andy
Date: Wed Nov 30 14:48:22 2011
New Revision: 1208455

URL: http://svn.apache.org/viewvc?rev=1208455&view=rev
Log:
Tidy up

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

Modified: incubator/jena/Jena2/IRI/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/IRI/trunk/pom.xml?rev=1208455&r1=1208454&r2=1208455&view=diff
==============================================================================
--- incubator/jena/Jena2/IRI/trunk/pom.xml (original)
+++ incubator/jena/Jena2/IRI/trunk/pom.xml Wed Nov 30 14:48:22 2011
@@ -26,7 +26,7 @@
   <artifactId>jena-iri</artifactId>
   <packaging>jar</packaging>
   <name>IRI</name>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>${ver.iri}</version>
   <description/>
 
   <parent>
@@ -42,10 +42,6 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <!-- Must use maven name of ${project.artifactId}-${project.version}-$id
-	 or else the name is changed on install
-    <assembly.root.name>apache-${project.artifactId}-${project.version}</assembly.root.name>
-    -->
   </properties>
 
   <dependencies>
@@ -141,6 +137,7 @@
       </plugin>
       -->
 
+      <!--
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
@@ -161,7 +158,7 @@
           </execution>
         </executions>
       </plugin>
-      
+      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>