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
#569: Silly attempt to perhaps fix the "broken" 4.9.9 release
Under the old coordinates
```xml
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
```
I just had published a relocation pom, so my theory is that maven attempts to locate the jar under the new coordinates:
```xml
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
```
This is the preparation to publish a "matching" 4.9.9 release under the new coordinates.
Let's hope we don't need hotfixes, otherwise version numbers get awkward.
0 commit comments