release fails because some dependencies are set using a property, and they 
don't get updated to the next release level by release:perform
-----------------------------------------------------------------------------------------------------------------------------------------

                 Key: UIMA-1921
                 URL: https://issues.apache.org/jira/browse/UIMA-1921
             Project: UIMA
          Issue Type: Bug
          Components: Build, Packaging and Test
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor


The release:perform updates the property from 2.3.1-SNAPSHOT to 2.3.1 for the 
tag, correctly.  However, the next check-in the release plugin does for the 
next version leaves it at 2.3.1.  I think this is by design.

The m2eclipse plugin tries to use workspace projects to resolve, but that 
fails, since the workspace projects were updated to 2.3.2-SNAPSHOT.  I think 
m2eclipse should, in that case, revert to setting up the Eclipse classpath to 
refer to the .m2 repository (which has the just-built tag, at 2.3.1 (no 
shapshot), but it seems not to.

Try changing things to not use properties, and see if everything is updated to 
the next -SNAPSHOT level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to