5.0.4 builds are affected by a bug in our builds, making some targets "polluted" by previous build targets. For example:
```
ant dist-worker dist-release dist-source
```
Will produce a source tarball which has some artifacts from dist-release. The minimum fix is probably to remove dist/pegasus-n.n.n between the targets.