diff options
-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 |