Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Created August 8, 2021 13:20
Show Gist options
  • Save weikangchia/ca4509763b2971488c424b91630ab3ce to your computer and use it in GitHub Desktop.
Save weikangchia/ca4509763b2971488c424b91630ab3ce to your computer and use it in GitHub Desktop.
<plugins>
...
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
</plugin>
...
</plugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment