diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2020-09-16 09:46:18 -0500 |
---|---|---|
committer | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2020-09-16 09:46:18 -0500 |
commit | de09fb3b308ce42c35b3badf486cac63499ba766 (patch) | |
tree | 84a2cecb2486251cc837d21ab9a7759a33e91d95 /reference | |
parent | 96fa978a326ee7fa17f7b5206a8f5ddb67d1aff5 (diff) |
roll to version 1.6.9 snapshot
roll to version 1.6.9 snapshot
Issue-ID: LOG-1238
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I24a8aad786d6b40518e2f091937cdb9e741ceee2
Diffstat (limited to 'reference')
-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 |
12 files changed, 12 insertions, 12 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml index 2260d7d..6f2e6ab 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-demo</artifactId> diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml index eaa8b1a..43a17ee 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.8-SNAPSHOT</version> + <version>1.6.9-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 4d0e1f7..d91fec1 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.8-SNAPSHOT</version> + <version>1.6.9-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 6e1bc20..6a7c670 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-filter-spring</artifactId> diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index 63bc05d..58af24f 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-filter-parent</artifactId> diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml index 5536804..40e410f 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-kubernetes</artifactId> diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index a2e3059..f8c4483 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-library</artifactId> diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml index 4795122..ca76d5c 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.8-SNAPSHOT</version> + <version>1.6.9-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 7eba7a5..081cea8 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml index 5da79d5..87b00bd 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-slf4j</artifactId> diff --git a/reference/pom.xml b/reference/pom.xml index 1da9fa9..0b913e5 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-reference</artifactId> diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml index 2ddb5e9..c23d657 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.8-SNAPSHOT</version> + <version>1.6.9-SNAPSHOT</version> </parent> <artifactId>logging-provider</artifactId> |