From fae59aaa2aa5aa2e2c682f3c079469d25f91bb26 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 4 Sep 2019 10:37:26 -0400 Subject: Bump El Alto version for policy/parent Change-Id: I30ebb12492ac2fe1172bf70492dd4719621535b0 Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn --- integration/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 14257797..d7ce0f79 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.parent policy-parent - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index 013e19a1..a4726b62 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom diff --git a/version.properties b/version.properties index fd262fb4..ecb60096 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit