Skip to content

Commit c876210

Browse files
committed
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/codec/trunk@637007 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0a2bca7 commit c876210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assembly/src.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format>tar.gz</format>
2121
<format>zip</format>
2222
</formats>
23-
<baseDirectory>${artifactId}-${version}-src</baseDirectory>
23+
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
2424
<fileSets>
2525
<fileSet>
2626
<includes>

0 commit comments

Comments
 (0)