aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-07-12 10:13:10 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-07-12 10:13:10 -0400
commit653a0699b6b89705b8e8223747b7a0e4be8b52f9 (patch)
treebc0be0ba6feceb0fb8dc11cb32a3a1ca97bf39fa
parentfa4c440ddcf8300a74acd5248d2cdb76d050ed3c (diff)
Last patch to release 1.4.0 of logging-analytics project
Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: Ibd11709724b857478b6926acdd7e5c542d54a864
-rw-r--r--reference/logging-demo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index 6e4f591..c4ef352 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.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>logging-demo</artifactId>
<packaging>war</packaging>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-mock-service</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</dependency>