diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-10 11:58:41 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-10 11:58:46 -0400 |
commit | f17e30686cc8d09db568e1c581d8b4b2924fa39f (patch) | |
tree | d9aaa7c2b56d00f186de8e8185883959a5c3d398 | |
parent | 18e4e70040338873069f2de0481b5e6f178cf11b (diff) |
Bump policy/parent 3.1.3-SNAPSHOT
Issue-ID: POLICY-2378
Change-Id: I6deed4bfaecea601ba4b76075dd8b9fc46dbcdd3
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 0e06fc84..1ec5a348 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.2-SNAPSHOT</version> + <version>3.1.3-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.2-SNAPSHOT</version> + <version>3.1.3-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index d3faa021..95476595 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |