diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | pylog/pom.xml | 2 | ||||
-rw-r--r-- | pylog/version.properties | 2 | ||||
-rw-r--r-- | reference/logging-demo/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-docker-root/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-filter/logging-filter-base/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-filter/logging-filter-spring/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-filter/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-kubernetes/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-library/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-mock-service/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-slf4j-demo/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-slf4j/pom.xml | 2 | ||||
-rw-r--r-- | reference/pom.xml | 2 | ||||
-rw-r--r-- | reference/provider/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
16 files changed, 16 insertions, 16 deletions
@@ -10,7 +10,7 @@ <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-analytics</artifactId> - <version>1.6.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> <packaging>pom</packaging> <name>logging-analytics</name> diff --git a/pylog/pom.xml b/pylog/pom.xml index aa64756..9b59788 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-pylog</artifactId> diff --git a/pylog/version.properties b/pylog/version.properties index 1da23f2..7bef4d7 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=7 +patch=8 base_version=${major}.${minor}.${patch} diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml index 0cf8f42..2260d7d 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-demo</artifactId> diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml index aaba872..eaa8b1a 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.7-SNAPSHOT</version> + <version>1.6.8-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 4798a4c..4d0e1f7 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.7-SNAPSHOT</version> + <version>1.6.8-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 2301c07..6e1bc20 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-filter-spring</artifactId> diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index 1b2bcb4..63bc05d 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-filter-parent</artifactId> diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml index d570e66..5536804 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-kubernetes</artifactId> diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 4ed005d..a2e3059 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-library</artifactId> diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml index d6013af..4795122 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.7-SNAPSHOT</version> + <version>1.6.8-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 645032d..7eba7a5 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml index 614d841..5da79d5 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-slf4j</artifactId> diff --git a/reference/pom.xml b/reference/pom.xml index 52b853a..1da9fa9 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-reference</artifactId> diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml index 884f200..2ddb5e9 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.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>logging-provider</artifactId> diff --git a/version.properties b/version.properties index cc01c5e..c3a6ecc 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=7 +patch=8 base_version=${major}.${minor}.${patch} |