cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

Version numbers are currently misspecified #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The org.beanshell.bsh version numbers are currently misspecified. 

Rather than 2.1b5 it should be 2.1.5-beta (c.f. 
http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-pom-s
yntax.html)

The current format of 2.1b5 does not work with maven version ranges. While I'm 
not aware of any projects that use ranges to specify dependencies on 
beanshell2, there are for beanshell - e.g. fmpp 
(http://sourceforge.net/projects/freemarker/)

This issue has also been raised with org.beanshell.bsh:
http://sourceforge.net/tracker/?func=detail&aid=3538198&group_id=4075&atid=10407
5

(And with fmpp: 
http://sourceforge.net/tracker/index.php?func=detail&aid=3537710&group_id=794&at
id=100794)

Original issue reported on code.google.com by anthony....@gmail.com on 6 Aug 2012 at 11:41

GoogleCodeExporter commented 8 years ago
The "b" ind "2.1b5" stands for "build".
Changed to [major].[minor].[build]

Original comment by pejob...@gmail.com on 31 Aug 2012 at 12:53