aboutsummaryrefslogtreecommitdiffstats
path: root/reference
diff options
context:
space:
mode:
Diffstat (limited to 'reference')
-rw-r--r--reference/logging-library/.classpath1
-rw-r--r--reference/logging-library/pom.xml2
-rw-r--r--reference/logging-mock-service/.classpath1
-rw-r--r--reference/logging-slf4j-demo/pom.xml2
4 files changed, 2 insertions, 4 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>
diff --git a/reference/logging-mock-service/.classpath b/reference/logging-mock-service/.classpath
index f941705..9ccdc5e 100644
--- a/reference/logging-mock-service/.classpath
+++ b/reference/logging-mock-service/.classpath
@@ -20,7 +20,6 @@
<classpathentry 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="output" path="target/classes"/>
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 48d61db..5f6fb5e 100644
--- a/reference/logging-slf4j-demo/pom.xml
+++ b/reference/logging-slf4j-demo/pom.xml
@@ -24,7 +24,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>${project.version}</version>
+ <version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>