diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-12 23:28:11 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-12 23:28:11 +0000 |
commit | 4cd8badb82c3e24b1d17f04265f9796c121bfacd (patch) | |
tree | f07561bb7721784d14964aa8f466e74192149d8e /reference/logging-library | |
parent | 1c941ef3265f71bd592434388b197f3709d3d899 (diff) |
Release logging-analytics1.5.0
Diffstat (limited to 'reference/logging-library')
-rw-r--r-- | reference/logging-library/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index e23e644..54fd5a1 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <artifactId>logging-library</artifactId> <packaging>jar</packaging> @@ -65,7 +65,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </dependency> <!-- decouple HttpServlet parameters from both this project and slf4j later --> <dependency> |