1
0

Fixing the assemblies to say project.version instead of version to stop '2.4.1' leaking through from the JVM properties. Also making it project.artifactId while I'm doing this.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@637007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell
2008-03-14 06:41:17 +00:00
parent c9d9b1e7ba
commit eaf4c2d7b4

View File

@@ -23,7 +23,7 @@ under the License.
<format>tar.gz</format> <format>tar.gz</format>
<format>zip</format> <format>zip</format>
</formats> </formats>
<baseDirectory>${artifactId}-${version}-src</baseDirectory> <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
<fileSets> <fileSets>
<fileSet> <fileSet>
<directory>.</directory> <directory>.</directory>