From 99be035a26a198d676547c9f88c56f1f0c37b697 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Tue, 23 Oct 2018 17:28:04 -0700 Subject: Update version to 1.2.3 Update version to 1.2.3 Change-Id: I8a08fb55f5a234aebf58fbcf60598ed2a925a538 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 438e989..d8519e0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.optf.osdf optf-osdf optf-osdf - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index 536c517..6988e39 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg