diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:15:56 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:15:57 -0400 |
commit | 56d162015b3570171fe674221852323caac59a35 (patch) | |
tree | f43f3d7880567f1f03582986a49b122c7177d1a8 /common-logging | |
parent | f3d2c38692bdf4c1948db51b9621809bf8d2ea0b (diff) |
Prepare logging-service for global-jjb
Issue-ID: AAI-2479
Change-Id: I638197ff2c382341469a598061b13c0c1cbf8c02
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'common-logging')
-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 33b2bdc..e479d99 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> @@ -36,7 +36,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </dependency> </dependencies> </project> |