diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-13 18:04:26 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-14 10:54:51 -0500 |
commit | fd70bf257e2ade9fbf28c3714f7adae29bedbd13 (patch) | |
tree | 896a869f1f01f958bf74321d5794b5ee24cac049 /reference/logging-filter | |
parent | 53e597da4aeee56eb96ddb5dc3e5f5222edeeec1 (diff) |
Moving to next SNAPSHOT version
1.6.5-SNAPSHOT
Issue-ID: LOG-1201
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I081e1166ce8ce85832e34053639f785693e07883
Diffstat (limited to 'reference/logging-filter')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml index 7f6b62d..fe7e0a0 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.4-SNAPSHOT</version> + <version>1.6.5-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 e20f8d7..40e14de 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.4-SNAPSHOT</version> + <version>1.6.5-SNAPSHOT</version> </parent> <artifactId>logging-filter-spring</artifactId> diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index df92b47..f008433 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.4-SNAPSHOT</version> + <version>1.6.5-SNAPSHOT</version> </parent> <artifactId>logging-filter-parent</artifactId> |