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 /common-logging/pom.xml | |
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 'common-logging/pom.xml')
-rw-r--r-- | common-logging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index d85e2dc..af38e18 100644 --- a/common-logging/pom.xml +++ b/common-logging/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> @@ -36,7 +36,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </dependency> </dependencies> </project> |