diff options
author | Brittany Plummer (bp896r) <bp896r@att.com> | 2020-02-06 14:19:08 -0500 |
---|---|---|
committer | Kevin Smokowski <kevin.smokowski@att.com> | 2020-02-06 21:10:28 +0000 |
commit | bd249555205f49522ef51d8744dd31dd76e0ccd6 (patch) | |
tree | 28164a0dbe5482caf970658caf4093a69756671e /reference | |
parent | d72ffca5b3d4d9155ba7bc02e5fb9c3fe22f184b (diff) |
Release 1.6.3
Issue-ID: LOG-1196
Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
Change-Id: Ie176fd9b518fdd92e53d3020712c27d3bbb03b4d
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 4016c3a..dc66ca3 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-demo</artifactId> diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml index 1c2d482..c8a29b6 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.3-SNAPSHOT</version> + <version>1.6.3</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 e01ea0c..ceb8fea 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.3-SNAPSHOT</version> + <version>1.6.3</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 3f7c659..75711cc 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-filter-spring</artifactId> diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index a25c9a5..e4f8079 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-filter-parent</artifactId> diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml index 764502e..e01bacd 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-kubernetes</artifactId> diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 306a934..f50ca25 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-library</artifactId> diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml index e31ff85..5ee9ec4 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-mock-service</artifactId> diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml index 1f73277..9eb545f 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.3-SNAPSHOT</version> + <version>1.6.3</version> <relativePath>..</relativePath> </parent> diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml index 85cbd54..90f3031 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-slf4j</artifactId> diff --git a/reference/pom.xml b/reference/pom.xml index 50c572b..3997553 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-reference</artifactId> diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml index 487d5c1..aa25c4f 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>logging-provider</artifactId> |