Author: tejones
Date: 2009-11-23 10:34:00 -0500 (Mon, 23 Nov 2009)
New Revision: 1583
Modified:
trunk/console/pom.xml
Log:
TEIID-807: Fix build issue
Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml 2009-11-20 22:26:31 UTC (rev 1582)
+++ trunk/console/pom.xml 2009-11-23 15:34:00 UTC (rev 1583)
@@ -119,7 +119,7 @@
<configuration>
<tasks>
<property name="product.version"
value="${project.version}" />
- <property name="product.name" value="${project.name}"
/>
+ <property name="product.name"
value="${project.artifactId}" />
<ant antfile="src/assembly/assemble-artifacts.xml" />
</tasks>
</configuration>
Show replies by date