There is no updating of versions in the maven project pom files for new releases at the moment, see sample here :
https://github.com/konveyor/java-analyzer-bundle/blob/v0.3.0-alpha.2/pom.xml#L8
Also the versions of these artifacts do not seem aligned with konveyor versioning , at the moment they are 1.0.0
The SNAPSHOT versioning in maven is a moving pointer meant for development purposes , proper lifecycle procedures to version the artifacts correctly should be implemented at least for official final releases
There is no updating of versions in the maven project pom files for new releases at the moment, see sample here :
https://github.com/konveyor/java-analyzer-bundle/blob/v0.3.0-alpha.2/pom.xml#L8
Also the versions of these artifacts do not seem aligned with konveyor versioning , at the moment they are 1.0.0
The SNAPSHOT versioning in maven is a moving pointer meant for development purposes , proper lifecycle procedures to version the artifacts correctly should be implemented at least for official final releases