diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:10 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:10 +0100 |
commit | 1003ec4077d86069fb132e9b7900d238daa70cd5 (patch) | |
tree | 79eb3cd86cbe8ccba9f94336f8a8d203ca45e092 | |
parent | d1d92a580b4e95f02d9fcbd72f8884140d758ca5 (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |