Use this parent POM to do releases via the Community Hub Maven release action to:
See Camunda Community Hub release documentation for more info on this.
In your pom.xml, add a parent using the newest version available of this POM:
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version><!-- Use the newest version available! --></version>
<relativePath />
</parent>