As usual, it's just a simple mvn clean verify -Ptpc.version=4.40.0.Alpha1-SNAPSHOT on the master branch for your component.Has you may have noticed "tpc.version=4.40.0.Alpha1-SNAPSHOT" is not a profile name, so it should use -D instead of -P: mvn clean verify -Dtpc.version=4.40.0.Alpha1-SNAPSHOT