diff options
Diffstat (limited to 'reference/logging-library/pom.xml')
-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 0e7c2d1..b3216dd 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.6.1-SNAPSHOT</version> + <version>1.6.1</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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </dependency> <!-- decouple HttpServlet parameters from both this project and slf4j later --> <dependency> |