You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Context
On Maven Central, we can see that the
pom.xml
file forServerSide
points to the old repository:Same for the project 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
The text was updated successfully, but these errors were encountered: