aboutsummaryrefslogtreecommitdiffstats
path: root/reference
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2019-10-03 17:10:22 -0700
committerPrudence Au <prudence.au@amdocs.com>2019-10-03 20:37:07 -0400
commitf283f4b1f1340d45bbe467703ab02f7b20cfac2d (patch)
tree8d82c863621d80fe17b51c1e9f8c12109b43dcaf /reference
parent94492cca8face2d80df6527a158c6c80080c263b (diff)
Update version to 1.5.1-SNAPSHOT
Issue-ID: LOG-1149 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: Ia443205937060b8a488cb0f015523019d02697fe
Diffstat (limited to 'reference')
-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-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
10 files changed, 10 insertions, 10 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index 3a784bd..cd060af 100644
--- a/reference/logging-demo/pom.xml
+++ b/reference/logging-demo/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-demo</artifactId>
<packaging>war</packaging>
diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml
index e411aba..d47f4b7 100644
--- a/reference/logging-docker-root/pom.xml
+++ b/reference/logging-docker-root/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-docker-root</artifactId>
<packaging>pom</packaging>
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml
index d275833..2f93b01 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-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 e7ae8f8..6229e15 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-spring</artifactId>
diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml
index aef5327..4ba06d5 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.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-parent</artifactId>
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml
index e23e644..67345a8 100644
--- a/reference/logging-library/pom.xml
+++ b/reference/logging-library/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-library</artifactId>
<packaging>jar</packaging>
diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml
index e7a042d..e079ee3 100644
--- a/reference/logging-mock-service/pom.xml
+++ b/reference/logging-mock-service/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-mock-service</artifactId>
<packaging>jar</packaging>
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 4dff5a0..c0b8d00 100644
--- a/reference/logging-slf4j-demo/pom.xml
+++ b/reference/logging-slf4j-demo/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>logging-slf4j-demo</artifactId>
diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml
index 8ebeb7f..ea5478f 100644
--- a/reference/logging-slf4j/pom.xml
+++ b/reference/logging-slf4j/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-slf4j</artifactId>
<name>logging-slf4j</name>
diff --git a/reference/pom.xml b/reference/pom.xml
index f3fc852..c055794 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>logging-reference</artifactId>
<packaging>pom</packaging>