diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-05 11:53:20 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-05 11:53:26 -0400 |
commit | 70aaa4b276bac0b6d9be8e6c45e220827371019d (patch) | |
tree | 9b0a5ff4584bfb2c789db3f0953674d0f098e63c | |
parent | 08a41f3487706c4bff3f2c4794b023b5f8aff987 (diff) |
Bump parent patch 3.1.4-SNAPSHOT
Issue-ID: POLICY-2514
Change-Id: I5ac1e11b2b460bea74c338d937dba63885b400f2
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 0af7539c..d7496b03 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.3-SNAPSHOT</version> + <version>3.1.4-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.3-SNAPSHOT</version> + <version>3.1.4-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index 95476595..7f9c4908 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |