aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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