Marshall Schor wrote:
This is identical to the artifact you previously voted on, except it is
being released by itself, first, per
https://issues.apache.org/jira/browse/UIMA-1823, and the release version
is changed to 2.
The release is staged here:
https://repository.apache.org/content/repositories/orgapacheuima-030/
Suggested way to test: add/update 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-030/</url>
</repository>
</repositories>
</profile>
Please verify this by changing references to 1-SNAPSHOT versions of
uima-jar-resource-bundle to version 2 (without the SNAPSHOT),
and see if things build, using the command
mvn install -Pstaged-release
More background on this approach is here:
http://maven.apache.org/guides/development/guide-testing-releases.html
Vote open for 72 hours.
[ ] +1
[ ] +0
[ ] -1
+1
Jörn