Author: ataylor
Date: 2010-01-12 10:58:54 -0500 (Tue, 12 Jan 2010)
New Revision: 8796
Modified:
trunk/build-maven.xml
Log:
fixed maven script
Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml 2010-01-12 14:44:17 UTC (rev 8795)
+++ trunk/build-maven.xml 2010-01-12 15:58:54 UTC (rev 8796)
@@ -159,7 +159,7 @@
message="<?xml version="1.0"
encoding="UTF-8"?><project>${line.separator}
<modelVersion>4.0.0</modelVersion>${line.separator}
<groupId>org.hornetq</groupId>${line.separator}
- <artifactId>hornetq-bootstrap</artifactId>${line.separator}
+ <artifactId>${jarName}</artifactId>${line.separator}
<version>${hornetq.version}</version>${line.separator}</project>"/>
<copy file="${libDir}/${jarName}.jar"
tofile="${dest.dir}/${jarName}/${hornetq.version}/${jarName}-${hornetq.version}.jar"/>
<checksum
file="${dest.dir}/${jarName}/${hornetq.version}/${jarName}-${hornetq.version}.jar"
algorithm="md5"/>