aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-18 09:08:10 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-18 09:08:10 +0100
commit1003ec4077d86069fb132e9b7900d238daa70cd5 (patch)
tree79eb3cd86cbe8ccba9f94336f8a8d203ca45e092
parentd1d92a580b4e95f02d9fcbd72f8884140d758ca5 (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: Ib3016cdc22f2cbaefbc1bd3cd9a1687efa1b6c18
-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 84473721..de7c27c3 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.distribution</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