Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-22821 : parse generic milestone versions #521

Merged
merged 1 commit into from
Aug 5, 2016
Merged

JBIDE-22821 : parse generic milestone versions #521

merged 1 commit into from
Aug 5, 2016

Conversation

fbricon
Copy link
Member

@fbricon fbricon commented Jul 29, 2016

Signed-off-by: Fred Bricon fbricon@gmail.com

Signed-off-by: Fred Bricon <fbricon@gmail.com>
@@ -24,16 +26,19 @@
public SimpleHierarchicalVersion(String version) {
internalVersion = version;
}


private static final Pattern MILESTONES_PATTERN = Pattern.compile("^(Alpha|Beta|AM|RC|CR)(\\d+)$");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about Final|GA ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no Final2 or GA3 to consider. Final/GA versions are already properly processed, and covered by matching test cases.

@nickboldt
Copy link
Member

+1, seems legit. Push it!

@fbricon fbricon merged commit 46bb436 into jbosstools:master Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants