diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-02-28 13:46:56 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-02-28 13:48:11 -0500 |
commit | 4240211773f5eccaff4e707e6aa10a6748f2c657 (patch) | |
tree | e4514ecf0686950161c5e3322cc8c3588a85a1f8 /logging-api | |
parent | 5e29c037245dba3ab4afa696ec44066e3b9a1b4d (diff) |
Upversion for new development
Upversion the library after the release
Change-Id: I6a8d0866c738e02531a881ac99b507d0aa568540
Issue-ID: AAI-821
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'logging-api')
-rw-r--r-- | logging-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logging-api/pom.xml b/logging-api/pom.xml index b6af2cc..cd7faeb 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> |