Version 1.0.18 in Maven Central not consistent with download

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
barney2k7
Posts: 1
Joined: Thu Jul 24, 2014 1:12 pm
antibot: No, of course not.

Version 1.0.18 in Maven Central not consistent with download

Post by barney2k7 » Thu Jul 24, 2014 1:23 pm

Hi all,

according to the release announcement of jfreechart 1.0.18, it uses jcommon 1.0.22.
These are as well the versions of the jars contained in the download .zip file on sourceforge.

There seems to be an inconsistency with what was published today on maven central:
according to the .pom file (http://repo1.maven.org/maven2/org/jfree ... 1.0.18.pom),
jfreechart 1.0.18 still refers to jcommon 1.0.21, which seems to be wrong.

Explicitly using jcommon 1.0.22 isn't an option either, as this version isn't available on maven central (yet).

Can you please make sure to publish your releases to maven central in a way that is consistent with your downloadable .zip files?

Thanks.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Version 1.0.18 in Maven Central not consistent with down

Post by david.gilbert » Thu Jul 24, 2014 1:46 pm

JCommon 1.0.21 works fine, the difference to 1.0.22 is very minor (1 bug fix). I won't upload JCommon 1.0.22 to the central repository, but I will upload 1.0.23 before the next JFreeChart release (which will be in the next week or so). After that, the Maven upload will be part of the release process so you should see better consistency.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked