diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:03 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:08:03 +0100 |
commit | c00a0dd3a611f3e98a3b8eaaa67c6ddde96a7b71 (patch) | |
tree | a6437f9d50af377debb063c1b6f0f7a97b6c55fa | |
parent | 7f7d2bfe1673f3334e43029bb81408d3305fa2e2 (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: Ib9e87399e25f7db79d162cd24928b8a428aa8b02
-rw-r--r--[-rwxr-xr-x] | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> <version>4.0.1-SNAPSHOT</version> - <relativePath/> + <relativePath /> </parent> <groupId>org.onap.policy.clamp</groupId> <artifactId>policy-clamp</artifactId> diff --git a/version.properties b/version.properties index 8b2c59f12..dc0468ac2 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,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=7 +major=7 minor=0 patch=1 |