diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:30:03 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:30:04 -0400 |
commit | 60f78f44e387ab62f8c5274ada181dfdc21f90b2 (patch) | |
tree | 9ba2dae41b75ce41c876c014ee1f697bfd23e508 | |
parent | 7e4f3f0a6ab623b79cfa94147b8a11f65f872a84 (diff) |
Upversion logging-service in elalto5.1.0-ONAP5.0.2-ONAP5.0.1-ONAPelalto
Issue-ID: AAI-2579
Change-Id: Iea8211f0814c948b400873313c6825c9ea240eeb
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <name>aai-logging-service</name> <properties> diff --git a/version.properties b/version.properties index 7298190..cfe1942 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |