aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-14 16:12:11 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-14 16:12:11 +0100
commitd35b39e1f028c3b7a6ec523fc5a92bc19213937e (patch)
tree3fba8363a04dc627f6b649fa2f9d3216657160b9
parent5bf6410b9d4de8578c0828eb201c6bf447e40a3a (diff)
Set snapshot and/or references of policy/parent for new release
policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Iedcce90f581bf9b56dbf2d70a55f07406dc2796f
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--resources/pom.xml2
-rw-r--r--version.properties4
4 files changed, 5 insertions, 5 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 952b993b..eaa09fc4 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.0.3-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index e84a97df..4aafc10a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>4.0.3-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/resources/pom.xml b/resources/pom.xml
index 94f2a0ea..34e39508 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.0.3-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>policy-parent-resources</artifactId>
diff --git a/version.properties b/version.properties
index 974c1c42..b0ccfcd7 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=4
-minor=0
-patch=3
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}