You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2014/02/24 14:31:57 UTC

svn commit: r1571283 - /stanbol/tags/apache-stanbol-0.12/pom.xml

Author: fchrist
Date: Mon Feb 24 13:31:57 2014
New Revision: 1571283

URL: http://svn.apache.org/r1571283
Log:
STANBOL-1139 Fixed artifact name of Stanbol reactor to match release name

Modified:
    stanbol/tags/apache-stanbol-0.12/pom.xml

Modified: stanbol/tags/apache-stanbol-0.12/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/pom.xml?rev=1571283&r1=1571282&r2=1571283&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/pom.xml Mon Feb 24 13:31:57 2014
@@ -27,12 +27,12 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>stanbol-reactor</artifactId>
+  <artifactId>apache-stanbol</artifactId>
   <version>0.12.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Reactor</name>
-  <description>Pseudo project to build Apache Stanbol.</description>
+  <description>Pseudo project to build Apache Stanbol with all components.</description>
 
   <inceptionYear>2010</inceptionYear>
   <licenses>
@@ -54,10 +54,6 @@
     <url>http://stanbol.apache.org/</url>
   </scm>
 
-  <build>
-    <finalName>apache-stanbol-${project.version}</finalName>  
-  </build>
-
   <!-- These modules form the Stanbol Framework -->
   <modules>
     <module>releasing/source-assembly</module>