aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-10-23 18:02:00 +0000
committerKevin Smokowski <kevin.smokowski@att.com>2019-10-23 20:34:06 +0000
commita23e552dd6e7fd0a93c549509c4554ad646595c3 (patch)
tree89113d3b7c168dffeba96ad95e70f04378adae19
parente031e26f3706da01ebc7717f9149807e6d486654 (diff)
version updates
setup for 1.6.1-SNAPSHOT Issue-ID: LOG-1177 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I520e5cf5e4b17913db34aa60be31ddbd10c0b753
-rw-r--r--pom.xml2
-rw-r--r--pylog/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
-rw-r--r--version.properties2
15 files changed, 19 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index 4d9246a..58ab4c8 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
<name>logging-analytics</name>
<url>http://maven.apache.org</url>
<modules>
diff --git a/pylog/pom.xml b/pylog/pom.xml
index ddf34b1..f68151a 100644
--- a/pylog/pom.xml
+++ b/pylog/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.onap.logging-analytics</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>logging-pylog</artifactId>
- <version>1.6.0</version>
+ <version>1.6.1</version>
<packaging>pom</packaging>
<name>logging-pylog</name>
<description>onap python logging library</description>
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index 8a910dc..11649cf 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.0</version>
+ <version>1.6.1-SNAPSHOT</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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml
index 2643151..5cb9410 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.0</version>
+ <version>1.6.1-SNAPSHOT</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 cbd00af..ae2e413 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.0</version>
+ <version>1.6.1-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 8a8d048..70244a9 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-spring</artifactId>
diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml
index ea17c7d..d003e47 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.0</version>
+ <version>1.6.1-SNAPSHOT</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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml
index f301ebd..88e7a3b 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>logging-kubernetes</artifactId>
<packaging>pom</packaging>
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml
index 5fd4ae2..0e7c2d1 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.0</version>
+ <version>1.6.1-SNAPSHOT</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.0</version>
+ <version>1.6.1-SNAPSHOT</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 a4fba4f..1291e38 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.0</version>
+ <version>1.6.1-SNAPSHOT</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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 72204b5..7fa303e 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>logging-slf4j-demo</artifactId>
diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml
index 01b6680..37e4a64 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>logging-slf4j</artifactId>
<name>logging-slf4j</name>
diff --git a/reference/pom.xml b/reference/pom.xml
index d4825d5..8bca5c3 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>logging-reference</artifactId>
<packaging>pom</packaging>
diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml
index 88efccd..e31f7fd 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.0</version>
+ <version>1.6.1-SNAPSHOT</version>
</parent>
<artifactId>logging-provider</artifactId>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index 004e715..5ea81e0 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
# 1.2.6-SNAPSHOT is off 1.2.5
major=1
-minor=5
+minor=6
patch=1
base_version=${major}.${minor}.${patch}