per https://issues.apache.org/jira/browse/UIMA-6115
Current plan:
1. merged project name will be "uimaj" (the current name of project holding
uimaj v2 )
2. the existing uimaj trunk (holding v2) will be moved to a branch named 2.x
3. the current uimaj-v3 trunk will be copied into uimaj/trunk (replacing the v2
code that was moved to the branch)
4. the uimaj-v3 tags will be copied/merged into the existing uimaj/tags folder,
which will then have both the v2 and v3 tags.
History will be preserved, due to these updates being svn > svn copies within
the same SVN repository.
Following this, I will request INFRA to convert the uimaj project to a writable
GIT repo.
IMPORTANT:
Current users who have checked out from SVN will need to switch to using the
writable GIT repo, when it becomes available (might take a couple of days).
If you want to work on uimaj-v2, you will need to checkout the 2.x branch; to
work on uimaj-v3, just check out the master branch.
-Marshall