diff options
Diffstat (limited to 'pylog')
-rw-r--r-- | pylog/pom.xml | 7 | ||||
-rw-r--r-- | pylog/version.properties | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/pylog/pom.xml b/pylog/pom.xml index 83c8e04..af11a32 100644 --- a/pylog/pom.xml +++ b/pylog/pom.xml @@ -14,11 +14,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <!-- parent> - <groupId>org.onap.logging-analytics</groupId> - <artifactId>logging-analytics</artifactId> - <version>1.2.2-SNAPSHOT</version> - </parent--> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> @@ -27,7 +22,7 @@ <groupId>org.onap.logging-analytics</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>logging-pylog</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> <packaging>pom</packaging> <name>logging-pylog</name> <description>onap python logging library</description> diff --git a/pylog/version.properties b/pylog/version.properties index c9206e9..f84f159 100644 --- a/pylog/version.properties +++ b/pylog/version.properties @@ -16,10 +16,10 @@ # Versioning variables # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support - +# 1.2.6-SNAPSHOT is off 1.2.2 major=1 minor=2 -patch=2 +patch=6 base_version=${major}.${minor}.${patch} |