Skip to content

Conversation

@TheSnoozer
Copy link
Collaborator

@TheSnoozer TheSnoozer commented Jun 11, 2021

relocate the maven-plugin from

<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>

to

<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>

See #465 for details.

Context

Contributor Checklist

  • Added relevant integration or unit tests to verify the changes
  • Update the Readme or any other documentation (including relevant Javadoc)
  • Ensured that tests pass locally: mvn clean package
  • Ensured that the code meets the current checkstyle coding style definition: mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B

…ct13.maven</groupId>` to `<groupId>io.github.git-commit-id</groupId>` and `<artifactId>git-commit-id-plugin</artifactId>` to `<artifactId>git-commit-id-maven-plugin</artifactId>`
@TheSnoozer TheSnoozer added this to the 5.0.0 milestone Jun 11, 2021
@TheSnoozer
Copy link
Collaborator Author

TODO for myself: Enhance Readme with references to OLD and NEW group+artifact combo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename project to comply with maven convention and rename artifact id to provide better general clarity

1 participant