I want to increment SNAPSHOT version in pom.xml file without using maven release plugin. Current version is,
0.0.1-SNAPSHOT
expected version is,
0.1.1-Snapshot
How can I do this by accessing pom.xml file? I am working on jenkins maven project. can I use sed command for this?