At some point in the past, I found I could use the Jira version expressed as a string.
So, for instance, the uimaj release has this: <jiraVersion>3.0.0SDK-beta</jiraVersion> where the string matches what's in the https://issues.apache.org/jira/browse/UIMA -> versions -> name-of-version, so you might try: <jiraVersion>2.4.0uimaFIT</jiraVersion> If it works, then an added benefit is that it's more readable :-) -Marshall On 5/15/2017 11:48 AM, Richard Eckart de Castilho wrote: > On 15.05.2017, at 17:36, Richard Eckart de Castilho <[email protected]> wrote: >> FAIL - jira-report >> - for some reason only one issue shows up as fixed (UIMA-5113) >> - the other and more important one (UIMA-5427) does not appear in the issue >> report... > Did anybody already run into this problem that some issues simply don't show > up > in the Jira report? When I look at the issue list for the respective version > in > the browser, then I see all relevant issues: > > https://issues.apache.org/jira/browse/UIMA/fixforversion/12340576 > > And the POM has been updated with the correct version ID as well > > <properties> > <jiraVersion>12340576</jiraVersion> > </properties> > > *sigh*... I was hoping this would be an easy release with just a small > bugfix... > > -- Richard
