aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-02-26 15:46:18 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-02-26 15:46:18 -0500
commit56ff46ebe0309e36cd70e7f1c65a789eddaaa5dc (patch)
tree2932026893c7c6494532fbc353bb1be1593e0d8a
parent8f9478629d8638b5937b77549a46428cddf20457 (diff)
Moving to next Snapshot 1.6.6-SNAPSHOT
Issue-ID: LOG-1206 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Icc14110104b2b3e93da170ec7c203137efdf4fb4
-rw-r--r--pom.xml2
-rw-r--r--pylog/pom.xml2
-rw-r--r--pylog/setup.py2
-rw-r--r--pylog/version.properties2
-rw-r--r--reference/logging-demo/pom.xml2
-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.xml2
-rw-r--r--reference/logging-kubernetes/pom.xml2
-rw-r--r--reference/logging-library/pom.xml2
-rw-r--r--reference/logging-mock-service/pom.xml2
-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
-rw-r--r--version.properties2
17 files changed, 17 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 6789e4d..357f439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>logging-analytics</name>
diff --git a/pylog/pom.xml b/pylog/pom.xml
index f541ee9..5b460f2 100644
--- a/pylog/pom.xml
+++ b/pylog/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-pylog</artifactId>
diff --git a/pylog/setup.py b/pylog/setup.py
index 9099c92..1246284 100644
--- a/pylog/setup.py
+++ b/pylog/setup.py
@@ -21,7 +21,7 @@ setup(
long_description="python-package onappylog could be used in any python"
"project to record MDC information and reload logging"
"at runtime",
- version="1.6.5",
+ version="1.6.6",
license="Apache 2.0",
author='ke liang',
author_email="lokyse@163.com",
diff --git a/pylog/version.properties b/pylog/version.properties
index 89a74b6..a9d88b5 100644
--- a/pylog/version.properties
+++ b/pylog/version.properties
@@ -19,7 +19,7 @@
# 1.2.6-SNAPSHOT is off 1.2.2
major=1
minor=6
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index fedb0ce..ee5470d 100644
--- a/reference/logging-demo/pom.xml
+++ b/reference/logging-demo/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-demo</artifactId>
diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml
index f7ed9e0..5c0c535 100644
--- a/reference/logging-docker-root/pom.xml
+++ b/reference/logging-docker-root/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-docker-root</artifactId>
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml
index 8df8510..7bd9340 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.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</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 f203797..8d971d1 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.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-spring</artifactId>
diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml
index 9c01ce9..e518620 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.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-parent</artifactId>
diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml
index a654ce7..d1b8f2d 100644
--- a/reference/logging-kubernetes/pom.xml
+++ b/reference/logging-kubernetes/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-kubernetes</artifactId>
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml
index 29410bf..5e848ec 100644
--- a/reference/logging-library/pom.xml
+++ b/reference/logging-library/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-library</artifactId>
diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml
index e37961a..b5914fb 100644
--- a/reference/logging-mock-service/pom.xml
+++ b/reference/logging-mock-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-mock-service</artifactId>
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 455d9dc..310efce 100644
--- a/reference/logging-slf4j-demo/pom.xml
+++ b/reference/logging-slf4j-demo/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml
index 70506d6..3b1e2ae 100644
--- a/reference/logging-slf4j/pom.xml
+++ b/reference/logging-slf4j/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-slf4j</artifactId>
diff --git a/reference/pom.xml b/reference/pom.xml
index 9ebf029..4dfdf0a 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-reference</artifactId>
diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml
index 0608078..28cf743 100644
--- a/reference/provider/pom.xml
+++ b/reference/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<artifactId>logging-provider</artifactId>
diff --git a/version.properties b/version.properties
index 860a1dd..3ef036d 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
# 1.2.6-SNAPSHOT is off 1.2.5
major=1
minor=6
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}