diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-20 15:54:36 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-20 15:54:42 -0400 |
commit | c946f9e7338a06c0c444fd3e7120f6158b0b61a1 (patch) | |
tree | 9739b22d6d80b8d87fda16d48baa75e846b86a75 | |
parent | 0b3efb8634b0f13fd43735312c00589dec4edb17 (diff) |
Bump policy/parent 3.0.1
Released 3.0.0
Issue-ID: POLICY-1737
Change-Id: I64c5754f5d74775eac36915a16f0242beef832e3
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 9dd05743..b04656f9 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>3.0.0-SNAPSHOT</version> + <version>3.0.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>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index 17424ded..fd262fb4 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |