aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 8 insertions, 8 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>