aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2019-10-24 02:22:48 +0000
committerjenkins-releng <jenkins-releng@onap.org>2019-10-24 02:22:48 +0000
commit4506dbf0ab6e8d2bc32fa96a3f63c5f2b06e3179 (patch)
tree4ffb3b0cb34dc25bb042d16966743e964877f0a3
parenta23e552dd6e7fd0a93c549509c4554ad646595c3 (diff)
Release logging-analytics1.6.1
-rw-r--r--pom.xml2
-rw-r--r--reference/logging-demo/pom.xml4
-rw-r--r--reference/logging-docker-root/pom.xml2
-rw-r--r--reference/logging-filter/logging-filter-base/pom.xml2
-rw-r--r--reference/logging-filter/logging-filter-spring/pom.xml2
-rw-r--r--reference/logging-filter/pom.xml4
-rw-r--r--reference/logging-kubernetes/pom.xml2
-rw-r--r--reference/logging-library/pom.xml4
-rw-r--r--reference/logging-mock-service/pom.xml4
-rw-r--r--reference/logging-slf4j-demo/pom.xml2
-rw-r--r--reference/logging-slf4j/pom.xml2
-rw-r--r--reference/pom.xml2
-rw-r--r--reference/provider/pom.xml2
13 files changed, 17 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 58ab4c8..2cb122e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
<packaging>pom</packaging>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
<name>logging-analytics</name>
<url>http://maven.apache.org</url>
<modules>
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index 11649cf..1f21a34 100644
--- a/reference/logging-demo/pom.xml
+++ b/reference/logging-demo/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-demo</artifactId>
<packaging>war</packaging>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-mock-service</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
</dependency>
diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml
index 5cb9410..5628fed 100644
--- a/reference/logging-docker-root/pom.xml
+++ b/reference/logging-docker-root/pom.xml
@@ -4,7 +4,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-docker-root</artifactId>
<packaging>pom</packaging>
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml
index ae2e413..54ace83 100644
--- a/reference/logging-filter/logging-filter-base/pom.xml
+++ b/reference/logging-filter/logging-filter-base/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-parent</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
</parent>
<artifactId>logging-filter-base</artifactId>
diff --git a/reference/logging-filter/logging-filter-spring/pom.xml b/reference/logging-filter/logging-filter-spring/pom.xml
index 70244a9..bba7a42 100644
--- a/reference/logging-filter/logging-filter-spring/pom.xml
+++ b/reference/logging-filter/logging-filter-spring/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-parent</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
</parent>
<artifactId>logging-filter-spring</artifactId>
diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml
index d003e47..4a8d6dc 100644
--- a/reference/logging-filter/pom.xml
+++ b/reference/logging-filter/pom.xml
@@ -5,7 +5,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-filter-parent</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml
index 88e7a3b..72467dc 100644
--- a/reference/logging-kubernetes/pom.xml
+++ b/reference/logging-kubernetes/pom.xml
@@ -4,7 +4,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-kubernetes</artifactId>
<packaging>pom</packaging>
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>
diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml
index 1291e38..36080d4 100644
--- a/reference/logging-mock-service/pom.xml
+++ b/reference/logging-mock-service/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-mock-service</artifactId>
<packaging>jar</packaging>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-library</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
</dependency>
</dependencies>
</project>
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 7fa303e..a26297a 100644
--- a/reference/logging-slf4j-demo/pom.xml
+++ b/reference/logging-slf4j-demo/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>
<relativePath>..</relativePath>
</parent>
<artifactId>logging-slf4j-demo</artifactId>
diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml
index 37e4a64..70cd789 100644
--- a/reference/logging-slf4j/pom.xml
+++ b/reference/logging-slf4j/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-slf4j</artifactId>
<name>logging-slf4j</name>
diff --git a/reference/pom.xml b/reference/pom.xml
index 8bca5c3..ab9b614 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.1</version>
</parent>
<artifactId>logging-reference</artifactId>
<packaging>pom</packaging>
diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml
index e31f7fd..df5e454 100644
--- a/reference/provider/pom.xml
+++ b/reference/provider/pom.xml
@@ -4,7 +4,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-provider</artifactId>
<packaging>pom</packaging>