diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:45:22 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:45:22 -0500 |
commit | 1744bb3807362d3059c6226d53f6850ee9302000 (patch) | |
tree | ddac66c02f6782493a3bc2c3ab281a65bf1bde46 /eelf-logging | |
parent | 96bed6d95a7cda8729e6301f327c914ddd0a0f23 (diff) |
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: Ia6b2831d98f7a860fab301cc572956fa3f4b15c3
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'eelf-logging')
-rw-r--r-- | eelf-logging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 5d6f257..02ad583 100644 --- a/eelf-logging/pom.xml +++ b/eelf-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.7.0-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> @@ -38,7 +38,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <!-- EELF logging library --> |