Updated the version to 1.2.0-SNAPSHOT 21/61721/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 22 Aug 2018 01:54:48 +0000 (09:54 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 22 Aug 2018 01:57:57 +0000 (09:57 +0800)
Change-Id: I7548aaca3bf561b8e0aa1bc824f575106d0e34e1
Issue-ID: HOLMES-161
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
dmaap-dsa-standalone/pom.xml
dmaap-dsa/pom.xml
pom.xml
version.properties

index 41e8891..7a37414 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.holmes.dsa</groupId>
         <artifactId>holmes-dsa-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>holmes-dmaap-dsa-standalone</artifactId>
index 2eea070..f6a8762 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.holmes.dsa</groupId>
         <artifactId>holmes-dsa-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>dmaap-dsa</artifactId>
diff --git a/pom.xml b/pom.xml
index 55257d1..c66d8a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<?xml version="1.0" encoding="UTF-8" ?>\r
-<!--\r
-  ~ Copyright 2017 ZTE Corporation.\r
-  ~\r
-  ~ Licensed under the Apache License, Version 2.0 (the "License");\r
-  ~ you may not use this file except in compliance with the License.\r
-  ~ You may obtain a copy of the License at\r
-  ~\r
-  ~     http://www.apache.org/licenses/LICENSE-2.0\r
-  ~\r
-  ~ Unless required by applicable law or agreed to in writing, software\r
-  ~ distributed under the License is distributed on an "AS IS" BASIS,\r
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  ~ See the License for the specific language governing permissions and\r
-  ~ limitations under the License.\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
-    <modelVersion>4.0.0</modelVersion>\r
-    <parent>\r
-        <groupId>org.onap.oparent</groupId>\r
-        <artifactId>oparent</artifactId>\r
-        <version>0.1.1</version>\r
-    </parent>\r
-\r
-    <groupId>org.onap.holmes.dsa</groupId>\r
-    <artifactId>holmes-dsa-parent</artifactId>\r
-    <version>1.1.0-SNAPSHOT</version>\r
-    <packaging>pom</packaging>\r
-    <name>holmes-dsa</name>\r
-    <modules>\r
-        <module>dmaap-dsa</module>\r
-        <module>dmaap-dsa-standalone</module>\r
-    </modules>\r
-\r
-    <properties>\r
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>\r
-        <maven.test.skip>false</maven.test.skip>\r
-        <maven.test.failure.ignore>false</maven.test.failure.ignore>\r
-        <finalName>${project.artifactId}-${project.version}</finalName>\r
-        <release.dir>${basedir}/target</release.dir>\r
-        <bundle.name>${project.artifactId}-${project.version}</bundle.name>\r
-        <pkgzip.dir>${basedir}/../release/pkgzip</pkgzip.dir>\r
-        <excludesFile>**/*$*</excludesFile>\r
-        <nexusproxy>https://nexus.open-o.org/content</nexusproxy>\r
-        <powermock.version>1.6.5</powermock.version>\r
-\r
-\r
-        <stringtemplate.version>3.2.1</stringtemplate.version>\r
-        <mysql.connector.version>5.1.38</mysql.connector.version>\r
-        <dropwizard.version>1.3.0</dropwizard.version>\r
-        <swagger.version>1.5.3</swagger.version>\r
-        <lombok.version>1.16.8</lombok.version>\r
-        <jersey.version>2.22.2</jersey.version>\r
-        <jaxrs.consumer.version>5.0</jaxrs.consumer.version>\r
-        <slf4j.version>1.7.25</slf4j.version>\r
-        <quartz.version>2.2.1</quartz.version>\r
-\r
-\r
-        <packagename>onap-holmes-rulemgt</packagename>\r
-        <linux64id>linux64</linux64id>\r
-        <win64id>win64</win64id>\r
-        <linux64outputdir>target/assembly/${linux64id}</linux64outputdir>\r
-        <win64outputdir>target/assembly/${win64id}</win64outputdir>\r
-        <version.output>target/version</version.output>\r
-    </properties>\r
-    <dependencyManagement>\r
-        <dependencies>\r
-            <dependency>\r
-                <groupId>org.onap.msb.java-sdk</groupId>\r
-                <artifactId>msb-java-sdk</artifactId>\r
-                <version>1.1.1</version>\r
-            </dependency>\r
-            <dependency>\r
-                <groupId>org.easymock</groupId>\r
-                <artifactId>easymock</artifactId>\r
-                <version>3.0</version>\r
-            </dependency>\r
-            <dependency>\r
-                <groupId>org.onap.holmes.common</groupId>\r
-                <artifactId>holmes-actions</artifactId>\r
-                <version>1.1.0-SNAPSHOT</version>\r
-            </dependency>\r
-            <dependency>\r
-                <groupId>io.dropwizard</groupId>\r
-                <artifactId>dropwizard-core</artifactId>\r
-                <version>${dropwizard.version}</version>\r
-            </dependency>\r
-            <dependency>\r
-                <groupId>io.dropwizard</groupId>\r
-                <artifactId>dropwizard-db</artifactId>\r
-                <version>${dropwizard.version}</version>\r
-            </dependency>\r
-            <dependency>\r
-                <groupId>io.swagger</groupId>\r
-                <artifactId>swagger-jersey2-jaxrs</artifactId>\r
-                <version>${swagger.version}</version>\r
-                <scope>provided</scope>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>org.projectlombok</groupId>\r
-                <artifactId>lombok</artifactId>\r
-                <version>${lombok.version}</version>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>org.slf4j</groupId>\r
-                <artifactId>slf4j-api</artifactId>\r
-                <version>${slf4j.version}</version>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>org.antlr</groupId>\r
-                <artifactId>stringtemplate</artifactId>\r
-                <version>${stringtemplate.version}</version>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>org.quartz-scheduler</groupId>\r
-                <artifactId>quartz</artifactId>\r
-                <version>${quartz.version}</version>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>junit</groupId>\r
-                <artifactId>junit</artifactId>\r
-                <version>4.8.2</version>\r
-                <scope>test</scope>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>org.hamcrest</groupId>\r
-                <artifactId>hamcrest-core</artifactId>\r
-                <version>1.3</version>\r
-                <scope>test</scope>\r
-            </dependency>\r
-\r
-            <dependency>\r
-                <groupId>org.powermock</groupId>\r
-                <artifactId>powermock-module-junit4</artifactId>\r
-                <version>1.6.5</version>\r
-                <scope>test</scope>\r
-            </dependency>\r
-        </dependencies>\r
-    </dependencyManagement>\r
-</project>\r
-\r
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  ~ Copyright 2017 ZTE Corporation.
+  ~
+  ~ 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>
+    <parent>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>0.1.1</version>
+    </parent>
+
+    <groupId>org.onap.holmes.dsa</groupId>
+    <artifactId>holmes-dsa-parent</artifactId>
+    <version>1.2.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>holmes-dsa</name>
+    <modules>
+        <module>dmaap-dsa</module>
+        <module>dmaap-dsa-standalone</module>
+    </modules>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <maven.test.skip>false</maven.test.skip>
+        <maven.test.failure.ignore>false</maven.test.failure.ignore>
+        <finalName>${project.artifactId}-${project.version}</finalName>
+        <release.dir>${basedir}/target</release.dir>
+        <bundle.name>${project.artifactId}-${project.version}</bundle.name>
+        <pkgzip.dir>${basedir}/../release/pkgzip</pkgzip.dir>
+        <excludesFile>**/*$*</excludesFile>
+        <nexusproxy>https://nexus.open-o.org/content</nexusproxy>
+        <powermock.version>1.6.5</powermock.version>
+
+
+        <stringtemplate.version>3.2.1</stringtemplate.version>
+        <mysql.connector.version>5.1.38</mysql.connector.version>
+        <dropwizard.version>1.3.0</dropwizard.version>
+        <swagger.version>1.5.3</swagger.version>
+        <lombok.version>1.16.8</lombok.version>
+        <jersey.version>2.22.2</jersey.version>
+        <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
+        <slf4j.version>1.7.25</slf4j.version>
+        <quartz.version>2.2.1</quartz.version>
+
+
+        <packagename>onap-holmes-rulemgt</packagename>
+        <linux64id>linux64</linux64id>
+        <win64id>win64</win64id>
+        <linux64outputdir>target/assembly/${linux64id}</linux64outputdir>
+        <win64outputdir>target/assembly/${win64id}</win64outputdir>
+        <version.output>target/version</version.output>
+    </properties>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.onap.msb.java-sdk</groupId>
+                <artifactId>msb-java-sdk</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.easymock</groupId>
+                <artifactId>easymock</artifactId>
+                <version>3.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.onap.holmes.common</groupId>
+                <artifactId>holmes-actions</artifactId>
+                <version>1.2.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>io.dropwizard</groupId>
+                <artifactId>dropwizard-core</artifactId>
+                <version>${dropwizard.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.dropwizard</groupId>
+                <artifactId>dropwizard-db</artifactId>
+                <version>${dropwizard.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.swagger</groupId>
+                <artifactId>swagger-jersey2-jaxrs</artifactId>
+                <version>${swagger.version}</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.projectlombok</groupId>
+                <artifactId>lombok</artifactId>
+                <version>${lombok.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>${slf4j.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.antlr</groupId>
+                <artifactId>stringtemplate</artifactId>
+                <version>${stringtemplate.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.quartz-scheduler</groupId>
+                <artifactId>quartz</artifactId>
+                <version>${quartz.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.8.2</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.hamcrest</groupId>
+                <artifactId>hamcrest-core</artifactId>
+                <version>1.3</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.powermock</groupId>
+                <artifactId>powermock-module-junit4</artifactId>
+                <version>1.6.5</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+</project>
+
index e2595ba..08f1f93 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support\r
 \r
 major=1\r
-minor=1\r
+minor=2\r
 patch=0\r
 \r
 base_version=${major}.${minor}.${patch}\r