Closed yarix closed 5 years ago
can you try to set version to 6.1.6-3.1-SNAPSHOT after releasing 6.1.6-3 this way you can upgrade.
thank you @dantran , i assume this trick will work.
i tried to stay simple, i preferred not touching the rpm version, letting the plugin do the job.
In them Maven pom.xml I define
In the meantime, i will use the downgrade
method in yum:
yum downgrade myProject-6.1.6-SNAPSHOT20190430221146
related issues: #30, #55, #92 related reading - https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_snapshots
Here is my issue with SNAPSHOT using Git+Maven+RPM during development.
myProject
version 6.1.6 release 2_1 and 3_1.yum update
.<version>6.1.6-3</version>
assuming i need to fix a bug in version 3_1:
<version>6.1.6-SNAPSHOT</version>
What am i missing? maybe the plugin use
epoch
for SNAPSHOT builds?here is example of my yum repo: