aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-18 09:07:52 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-18 09:07:52 +0100
commit0b34f7f0723e4cfbb7fbc874dfeb8d1451f5ccc9 (patch)
tree4ef1c0eec2406eb98a945ca521e41d1c69b5ef83
parentcfaf1d110cae9a4bdf31a93dc26f6186143c1858 (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: I41f2d27fb438cd923f5f3bf01add54bba9c68d0c
-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 fe58f2bc..35b47272 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>4.0.1-SNAPSHOT</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.onap.policy.api</groupId>
diff --git a/version.properties b/version.properties
index 3288dcdc..fd262fb4 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=3
+major=3
minor=0
patch=1