The UIMA parent-pom-top, release candidate 2, is ready for testing.
It is located here:
https://repository.apache.org/content/repositories/orgapacheuima-042/
The SVN is
https://svn.apache.org/repos/asf/uima/build/tags/parent-pom-top-1-rc2

Suggestted 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-042/</url>
        </repository>
      </repositories>
    </profile>

and then change the pom(s)-under-test version for the parent-pom-top
from "1-SNAPSHOT" to "1".

Then run a maven command with the parameter -Pstaged-release which tells
maven to use this profile.

I tested this by building the uima-as docbook successfully (modifying
parent-pom-docbook to use version 1).

The main thing to check here is that this release follows Apache
requirements for license and notice, and that it works with the current 
build artifacts.

Vote open for 72 hours.

[ ] +1
[ ] 0
[ ] -1

-Marshall

Reply via email to