CommandersAct/AndroidV5

Update scm information and project URL in the `pom.xml` file

MGaetan89 opened this issue · 3 comments

Context

On Maven Central, we can see that the pom.xml file for ServerSide points to the old repository:

<scm>
  <connection>scm:git:github.com/TagCommander/Android.git</connection>
  <developerConnection>scm:git:ssh://github.com/TagCommander/Android.git</developerConnection>
  <url>https://github.com/TagCommander/android/tree/main</url>
</scm>

Same for the project URL:

<url>https://github.com/TagCommander/android/</url>

Note

This is probably also true for the other modules.

Issue

This causes automatic tools, like Dependabot, to link update PRs to the wrong repository. Also, the lack of tags prevents it from including release notes in the PR description.
For example, you can check this PR.

Proposed solution

I see that the newest version of ServerSide and FirebaseDestination use the new repository URL. I guess that the other artefacts will be updated in the same way with their next release?

hi @MGaetan89,
yes, indeed, other artifacts will be updated in their next releases

Thanks, I'm closing this issue then 🙂