jruby / jruby-parser

JRuby's parser customized for IDE usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Maven POM version is incorrect.

thallgren opened this issue · comments

The version in the Maven POM is still at 0.2 although this version has been released to the general public. There has been significant API changes since then. This leads to problems when using the source since Maven has no way of telling the latest source apart from the released artifact.

Please follow standard patterns and bump the version (for instance to 0.3-SNAPSHOT) as soon as a release has been made. The 0.2 version with no suffix is supposed to be immutable.

Yeah. An oversight which seems super simple to make (since I seem to make it a lot :) ).