Hardcoding the version number in the assembly to get around a bug in Maven
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@637008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d10f4be40b
commit
a4ab31a286
|
@ -20,7 +20,7 @@
|
|||
<format>tar.gz</format>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
|
||||
<baseDirectory>${project.artifactId}-2.4-src</baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<includes>
|
||||
|
|
Loading…
Reference in New Issue