From e0c68206d5ccbe6159a05063998274407b853d3f Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 11:59:09 -0400 Subject: Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I30b74e3e2fd0cb871214f87699e28be17e009ba7 --- common-logging/pom.xml | 4 ++-- eelf-logging/pom.xml | 4 ++-- logging-api/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index e479d99..af4cf2f 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.5.1-SNAPSHOT + 1.7.0-SNAPSHOT @@ -36,7 +36,7 @@ limitations under the License. org.onap.aai.logging-service eelf-logging - 1.5.1-SNAPSHOT + 1.7.0-SNAPSHOT diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index b8113b6..5d6f257 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.5.1-SNAPSHOT + 1.7.0-SNAPSHOT @@ -38,7 +38,7 @@ limitations under the License. org.onap.aai.logging-service logging-api - 1.5.1-SNAPSHOT + 1.7.0-SNAPSHOT diff --git a/logging-api/pom.xml b/logging-api/pom.xml index a90c35d..c1603ff 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai.logging-service logging-service - 1.5.1-SNAPSHOT + 1.7.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 0461275..e59e905 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.logging-service logging-service pom - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT aai-logging-service diff --git a/version.properties b/version.properties index d661b46..3ec371c 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=6 +minor=7 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg