Author: fchrist
Date: Thu Mar 22 09:28:28 2012
New Revision: 1303702
URL: http://svn.apache.org/viewvc?rev=1303702&view=rev
Log:
STANBOL-270 changed name of target build artifact, merged change from
0.9.0-incubating branch
Modified:
incubator/stanbol/trunk/pom.xml
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1303702&r1=1303701&r2=1303702&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Thu Mar 22 09:28:28 2012
@@ -95,7 +95,7 @@
</sourceReleaseAssemblyDescriptor>
</properties>
<build>
- <finalName>stanbol-stack-${project.version}</finalName>
+ <finalName>apache-stanbol-${project.version}</finalName>
</build>
<modules>
<module>demos/webvie</module>
@@ -128,7 +128,7 @@
</sourceReleaseAssemblyDescriptor>
</properties>
<build>
- <finalName>stanbol-framework-${project.version}</finalName>
+ <finalName>apache-stanbol-framework-${project.version}</finalName>
</build>
<modules>
<module>launchers/framework</module>