We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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".
pom.xml
<version>
Maybe this is related to why there was trouble publishing 3.7.6 to Maven Central? (#27)
The text was updated successfully, but these errors were encountered:
@apjanke ,
Probably.
So far, I can't load <version>3.7.6-SNAPSHOT</version> in your distribution.
<version>3.7.6-SNAPSHOT</version>
But I do manage to load <version>3.7.4</version> in your distribution.
<version>3.7.4</version>
Can you change that 3.7.4 to 3.7.6 to see if it works ?
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: