I have a react app for which the jar file is created using pom.xml in jenkins.
The jar file name is something like - appname-1.0.0-20220728.062644-65.jar From above example, i am providing 1.0.0-SNAPSHOT as version in pom.xml file,the snapshot value is being generated from other scripts which is...