openmobilehub / omh-maps

omh-maps
Apache License 2.0
3 stars 1 forks source link

Release OMH Maps to Maven Central and Update Getting Started Docs #83

Closed dzuluaga closed 11 months ago

dzuluaga commented 1 year ago

We need to release the OMH Maps library to Maven Central in the release repository soon, let's agree before on the date before doing so. Additionally, the Getting Started documentation needs to be updated to remove the lines of code in Gradle that point to the staging repository.

Release OMH Maps to Maven Central: The OMH Maps library is currently not available in Maven Central, and this is intentional during testing. However, as we finalize testing we need to start considering the steps to release OMH Maps to Maven Central, it will be more accessible and convenient for users to include the library as a dependency in their projects.

Update Getting Started Docs: Currently, the Getting Started documentation for OMH Maps includes lines of code in the Gradle configuration that point to the staging repository, specifically:

maven { url 'https://s01.oss.sonatype.org/content/groups/staging/' }

These lines are no longer required as the library will be available in Maven Central. Therefore, it is essential to update the Getting Started docs to reflect the correct configuration for users to add OMH Maps as a dependency without any confusion.

Expected Outcome:

  1. OMH Maps library should be released to Maven Central in the release repository.
  2. The Getting Started documentation should be updated to remove the lines of code in Gradle that point to the staging repository.

Thanks!

hans-hamel commented 1 year ago

Definitely requires updating the documentation when it's already in release. I also think it's a great idea to coordinate the date and time of the release.

dzuluaga commented 11 months ago

Old issues cleanup.