aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrittany Plummer (bp896r) <bp896r@att.com>2020-02-06 14:19:08 -0500
committerKevin Smokowski <kevin.smokowski@att.com>2020-02-06 21:10:28 +0000
commitbd249555205f49522ef51d8744dd31dd76e0ccd6 (patch)
tree28164a0dbe5482caf970658caf4093a69756671e
parentd72ffca5b3d4d9155ba7bc02e5fb9c3fe22f184b (diff)
Release 1.6.3
Issue-ID: LOG-1196 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com> Change-Id: Ie176fd9b518fdd92e53d3020712c27d3bbb03b4d
-rw-r--r--pom.xml2
-rw-r--r--reference/logging-demo/pom.xml2
-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.xml2
-rw-r--r--reference/logging-kubernetes/pom.xml2
-rw-r--r--reference/logging-library/pom.xml2
-rw-r--r--reference/logging-mock-service/pom.xml2
-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--releases/1.6.3.yaml4
14 files changed, 17 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 06db3b3..df9ceca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.6.3</version>
<packaging>pom</packaging>
<name>logging-analytics</name>
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>
diff --git a/releases/1.6.3.yaml b/releases/1.6.3.yaml
new file mode 100644
index 0000000..de2a11a
--- /dev/null
+++ b/releases/1.6.3.yaml
@@ -0,0 +1,4 @@
+distribution_type: 'maven'
+version: '1.6.3'
+project: 'logging-analytics'
+log_dir: 'logging-analytics-maven-stage-master/295/'