Common Maven parent pom file with dependency management, plugin management and properties.
In your maven pom.xml use this:
<parent>
<groupId>io.radanalytics</groupId>
<artifactId>operator-parent-pom</artifactId>
<version>x.y.z</version>
</parent>
where x.y.z
is the version of this artifact.