aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2020-03-21 15:42:10 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2020-03-24 18:16:36 +0800
commita2d848814a715c33914ae99df5f9c187fb6d4e71 (patch)
tree34278d3ba601fd083f801cb0ad448649258a2772
parent3f5a611ad52dc9a14b5c3799de8b7777a5e1a6be (diff)
update version to 1.2.6
Issue-ID: MSB-463 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I27f0b46e8c4c5a7ca83550fff7376c80b41d5078
-rw-r--r--pom.xml16
-rw-r--r--version.properties4
2 files changed, 10 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index a099ac8..ba6c4a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
-
+
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
+
-->
<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">
<modelVersion>4.0.0</modelVersion>
-
+
<groupId>org.onap.oom</groupId>
<artifactId>registrator</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.2.6-SNAPSHOT</version>
<packaging>mvn-golang</packaging>
<name>oom-registrator</name>
<description>Kube2msb registrator listens kubernetes events and register onap microservices to MSB.</description>
-
+
<build>
<plugins>
<plugin>
@@ -74,7 +74,7 @@
<goals>
<goal>mvninstall</goal>
</goals>
- </execution>
+ </execution>
</executions>
</plugin>
</plugins>
diff --git a/version.properties b/version.properties
index 2ddebb3..0cb18ba 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
-minor=0
-patch=0
+minor=2
+patch=6
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT