aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-18 09:08:38 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-18 09:08:38 +0100
commit5ec4ea98a144a7e2fbdd7d481192d9f0d48945a0 (patch)
tree5e4f62eebb8e5d22b652cbec51537b0ee87354cb
parenta77722ef5ee38ac1a63944f17cc442f2f294adf1 (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: I892bfb25df4664e235785cc5e3754289a091d9ab
-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 63e161ae..72b053d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>4.0.1-SNAPSHOT</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.onap.policy.xacml-pdp</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