aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-08-08 14:53:56 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-08-08 14:55:47 -0400
commit4994eb098206bd3e37af396e34ab53cf893f3e8b (patch)
treee4cea8d3f005701487567e089a16edc68d98823c
parentcdcf2e46defa561b40ab2ccc47866a6c26b553dd (diff)
The versions plugin doesn't strip off SNAPSHOT for pylog
This is the attemp to fix the build. Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I0ab26da4fa464f99f5b9555e9b835253c44413f0
-rw-r--r--pylog/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylog/pom.xml b/pylog/pom.xml
index 2df48f0..da24408 100644
--- a/pylog/pom.xml
+++ b/pylog/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.onap.logging-analytics</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>logging-pylog</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<packaging>pom</packaging>
<name>logging-pylog</name>
<description>onap python logging library</description>