diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-29 12:56:30 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-29 12:56:37 -0400 |
commit | 0cd12ec2cafbd488190df2a0a55ae3dca172731b (patch) | |
tree | b4082712f0a0270d9a0d533e939338b49b2e84c9 | |
parent | 541f83b8b97f1d3c33401e1cbe9436aa31d7fa76 (diff) |
Upgrade policy/parent SNAPSHOT 2.1.1
Bump the SNAPSHOT versions
Issue-ID: POLICY-1700
Change-Id: I2e6f3f30c9362ba32a6d116904443eadff7299ef
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 68f85320..8fab6f41 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -27,7 +27,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index 614e56e9..b4f56188 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |