JJB alignment across DCAE components - DCAE VES 34/91234/2
authorGerard Hickey <gerard.hickey@ericsson.com>
Thu, 11 Jul 2019 09:03:01 +0000 (10:03 +0100)
committerGerard Hickey <gerard.hickey@ericsson.com>
Fri, 12 Jul 2019 06:09:28 +0000 (07:09 +0100)
Issue-ID: DCAEGEN2-1578
Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com>
Change-Id: I37bd7ba2df69aba38a4e270dd1e1e10828d65322

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index a6bbf33..de3aa04 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,17 +1,17 @@
 <?xml version="1.0"?>\r
 <!--\r
-    ================================================================================ \r
-       Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. \r
+    ================================================================================\r
+       Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved.\r
        Copyright (c) 2018 Nokia. All rights reserved.\r
-       ================================================================================ \r
-       Licensed under the Apache License, Version 2.0 (the "License"); you may not \r
-       use this file except in compliance with the License. You may obtain a copy \r
-       of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required \r
-       by applicable law or agreed to in writing, software distributed under the \r
-       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS \r
-       OF ANY KIND, either express or implied. See the License for the specific \r
+       ================================================================================\r
+       Licensed under the Apache License, Version 2.0 (the "License"); you may not\r
+       use this file except in compliance with the License. You may obtain a copy\r
+       of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required\r
+       by applicable law or agreed to in writing, software distributed under the\r
+       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS\r
+       OF ANY KIND, either express or implied. See the License for the specific\r
        language governing permissions and limitations under the License.\r
-       ============LICENSE_END========================================================= \r
+       ============LICENSE_END=========================================================\r
 -->\r
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
        <parent>\r
                <groupId>org.onap.oparent</groupId>\r
                <artifactId>oparent</artifactId>\r
-               <version>1.2.0</version>\r
+               <version>2.0.0</version>\r
                <relativePath />\r
        </parent>\r
        <groupId>org.onap.dcaegen2.collectors.ves</groupId>\r
        <artifactId>VESCollector</artifactId>\r
-       <version>1.5.0-SNAPSHOT</version>\r
+       <version>1.5.1-SNAPSHOT</version>\r
        <name>dcaegen2-collectors-ves</name>\r
        <description>VESCollector</description>\r
        <properties>\r
index 68bc8f5..303a703 100644 (file)
@@ -1,6 +1,6 @@
 major=1
 minor=5
-patch=0
+patch=1
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT