aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-18 09:08:51 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-18 09:08:51 +0100
commitcb0d3349f78bcbd1433f72aeb5634015206f662e (patch)
treea8ca1544cc0211cff6cdb08871851189239298f6
parent351ec4b90cef7783f180abdf9e2c35b6bfdf2bf3 (diff)
Fix version.properties major version
Fix version.properties major version *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ife397c8d3d4d7c81770b6438ca1a5fd34213ea50
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d77db6d4c..bc890255e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>4.0.1-SNAPSHOT</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.onap.policy.drools-applications</groupId>
diff --git a/version.properties b/version.properties
index 072827252..ae234638e 100644
--- a/version.properties
+++ b/version.properties
@@ -2,7 +2,7 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-minor=2
+major=2
minor=0
patch=1