diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:31 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:31 +0100 |
commit | b4aa19a44e03caff77ed1b3c3d31e5951ef728dd (patch) | |
tree | ad430a323e6984e4a923305e300c46b3a7e0c786 | |
parent | 2060e83e96274e12ce3eb3376acf3e3789bd5c07 (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: Icddb2a0aa1022bd70b35ab1b0c3596cd9e632d82
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.apex-pdp</groupId> diff --git a/version.properties b/version.properties index 3288dcdc3..fd262fb4c 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 |