Make stripping of "SNAPSHOT" in poms optional
[releng/global-jjb.git] / releasenotes / notes / patch-release-strip-optional-89d49b3b3bf1c511.yaml
diff --git a/releasenotes/notes/patch-release-strip-optional-89d49b3b3bf1c511.yaml b/releasenotes/notes/patch-release-strip-optional-89d49b3b3bf1c511.yaml
new file mode 100644 (file)
index 0000000..7635802
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    Projects using maven versions plugin let this plugin take care or
+    updating their versions in the pom.xml. When maven-versions-plugin
+    is set to "true", skip the stripping of SNAPSHOTS from the pom.xml
+    files. maven-versions-plugin is set to "false" by default.