Here's the next batch of artifacts that only depend on released items :-)
The build artifacts
version 2:
parent-pom-distr,
uima-assembly-single-project,
uima-build-helper-maven-plugin,
uima-docbook-resource-bundle,
version 3
uima-jar-resource-bundle
are ready for release. They are all staged to
https://repository.apache.org/content/repositories/orgapacheuima-051/
Suggested way to test: add this to your maven "settings" in the
<profiles> section:
<profile>
<id>staged-release</id>
<repositories>
<repository>
<id>staged-release</id>
<url>https://repository.apache.org/content/repositories/orgapacheuima-051/</url>
</repository>
</repositories>
</profile>
Then change in your workspace the versions of references to these artifacts
to 2 or 3, and confirm that builds work, using
mvn clean install -Pstaged-release
More background on this approach is here:
http://maven.apache.org/guides/development/guide-testing-releases.html
Also, please inspect the release artifacts to insure they have the proper
license /notice files.
Finally, someone should verify that these artifacts can be built from the
source-release.zip.
Vote open for 72 hours.
[ ] +1
[ ] +0
[ ] -1
Thanks for your help in checking/verifying, in advance!
-Marshall