Author: mikedd
Date: Wed Apr 11 12:17:22 2007
New Revision: 527615
URL: http://svn.apache.org/viewvc?view=rev&rev=527615
Log:
putting -project back into the zip names
Modified:
incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml
Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml?view=diff&rev=527615&r1=527614&r2=527615
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml
(original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml Wed Apr
11 12:17:22 2007
@@ -83,7 +83,6 @@
</goals>
<configuration>
<descriptor>assembly.xml</descriptor>
-
<finalName>${openjpa.assembly.finalName}</finalName>
<outputDirectory>${openjpa.assembly.outputDirectory}</outputDirectory>
<workDirectory>target/work</workDirectory>
</configuration>
@@ -96,7 +95,6 @@
</goals>
<configuration>
<descriptor>source-assembly.xml</descriptor>
- <finalName>openjpa-${version}</finalName>
<outputDirectory>${project.basedir}/target/assembly</outputDirectory>
<workDirectory>target/work</workDirectory>
</configuration>