summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-02-16 13:07:06 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-02-16 13:07:06 +0000
commit30bda129ba777a852f9355a8b432ba86dc6a3d8a (patch)
tree07e2851fc0bfc4ab6194c0bf28d91a98a18896e3
parentb61814378f7a4411d46560b685f532d16bfc1412 (diff)
Update snapshot and/or references of policy/parent to latest snapshots
policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I3ce2d2d3757e1488c35efe80f48eab6b85a57144 Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r--integration/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--resources/pom.xml2
-rw-r--r--version.properties2
4 files changed, 5 insertions, 5 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index fb632388..86f2ddbc 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.2-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
@@ -38,7 +38,7 @@
<properties>
<java.version>17</java.version>
<!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>4.1.1</version.parent.resources>
+ <version.parent.resources>4.1.2-SNAPSHOT</version.parent.resources>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
diff --git a/pom.xml b/pom.xml
index 1d8fcab2..767cbfd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/resources/pom.xml b/resources/pom.xml
index 5e774d58..f44996a0 100644
--- a/resources/pom.xml
+++ b/resources/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.2-SNAPSHOT</version>
</parent>
<artifactId>policy-parent-resources</artifactId>
diff --git a/version.properties b/version.properties
index c01968bb..dd2ef931 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=4
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}