diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-05-20 00:36:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-20 00:36:06 +0000 |
commit | 026eab6c0210835612e38624659ec302a954cd8d (patch) | |
tree | bf3e004cea9858d72b6058222d64db6ef6bb6c4a | |
parent | bde5f3fdd0a31848d669c03a01d37996fb4a88f9 (diff) | |
parent | 47d1b2c1064da356d7a9726f1c8d35cb68e9a4a1 (diff) |
Merge "Bump parent 3.2.0 on master"
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index d7496b03..352f8103 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -28,7 +28,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index 7f9c4908..f34034bc 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=1 -patch=4 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |