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 2012/03/22 10:26:20 UTC

svn commit: r1303701 - /incubator/stanbol/branches/0.9.0-incubating/pom.xml

Author: fchrist
Date: Thu Mar 22 09:26:20 2012
New Revision: 1303701

URL: http://svn.apache.org/viewvc?rev=1303701&view=rev
Log:
STANBOL-270 changed name of target build artifact to apache-stanbol-{version}.[tar.gz|zip]

Modified:
    incubator/stanbol/branches/0.9.0-incubating/pom.xml

Modified: incubator/stanbol/branches/0.9.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/pom.xml?rev=1303701&r1=1303700&r2=1303701&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/pom.xml Thu Mar 22 09:26:20 2012
@@ -95,7 +95,7 @@
         </sourceReleaseAssemblyDescriptor>
       </properties>
       <build>
-        <finalName>stanbol-stack-${project.version}</finalName>  
+        <finalName>apache-stanbol-${project.version}</finalName>  
       </build>
       <modules>
         <module>enhancer/engines</module>
@@ -126,7 +126,7 @@
         </sourceReleaseAssemblyDescriptor>
       </properties>
       <build>
-        <finalName>stanbol-framework-${project.version}</finalName> 
+        <finalName>apache-stanbol-framework-${project.version}</finalName> 
       </build>
       <modules>
         <module>launchers/framework</module>