diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-08-08 14:53:56 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-08 14:55:47 -0400 |
commit | 4994eb098206bd3e37af396e34ab53cf893f3e8b (patch) | |
tree | e4cea8d3f005701487567e089a16edc68d98823c /pylog | |
parent | cdcf2e46defa561b40ab2ccc47866a6c26b553dd (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
Diffstat (limited to 'pylog')
-rw-r--r-- | pylog/pom.xml | 2 |
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> |