In order to make the published Maven artifact accessible to any developer, we must remove the usage of Github's maven repository which is not anonymous accessible. Instead, we publish to the Vaticle OSI Maven repository.
What are the changes implemented in this PR?
Update build.gradle to publish to the Vaticle OSI Maven repository instead of Github's
Update github action secrets to use the new repo's username/password
Update the README with a compatibility table outlining versioning information
What is the goal of this PR?
In order to make the published Maven artifact accessible to any developer, we must remove the usage of Github's maven repository which is not anonymous accessible. Instead, we publish to the Vaticle OSI Maven repository.
What are the changes implemented in this PR?
build.gradle
to publish to the Vaticle OSI Maven repository instead of Github's