diff options
Diffstat (limited to 'reference/logging-library')
-rw-r--r-- | reference/logging-library/.classpath | 1 | ||||
-rw-r--r-- | reference/logging-library/pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/reference/logging-library/.classpath b/reference/logging-library/.classpath index 7a80cdf..0fcb38f 100644 --- a/reference/logging-library/.classpath +++ b/reference/logging-library/.classpath @@ -9,7 +9,6 @@ <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="org.eclipse.jst.component.nondependency" value=""/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index a54460d..64d8089 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> </dependency> <dependency> <groupId>org.springframework</groupId> |