github - Jenkins Maven POM Version number not changing -
i have simple maven project using sandbox project investigate how push variables jenkins maven build appear in artifacts. (or better still have jenkins add parameters maven build , leave original intact).
i have been fiddling pom file version number see how affects snapshot artifacts pom.
when have changed in original pom file version number not change in artifact pom.
i thought pom.xml version number came from.
does jenkins create snapshot version number?
any ideas version number 1.0-snapshot coming when version 1.2 in pom.xml?
check if pom file has below lines , if yes change false , see if helps
<snapshots> <enabled>true</enabled> </snapshots>
Comments
Post a Comment