jide-oss
jide-oss copied to clipboard
pom.xml in version 3.7.6 still says "3.7.4"
In the pom.xml
file in the 3.7.6 distribution and tag 3.7.6 (https://github.com/jidesoft/jide-oss/blob/3.7.6/pom.xml), the <version>
in the POM still says "3.7.4".
Maybe this is related to why there was trouble publishing 3.7.6 to Maven Central? (#27)
@apjanke ,
Probably.
So far, I can't load <version>3.7.6-SNAPSHOT</version>
in your distribution.
But I do manage to load <version>3.7.4</version>
in your distribution.
Can you change that 3.7.4 to 3.7.6 to see if it works ?