Bump master version to 1.1.0-SNAPSHOT, part 2
authorGary Wu <gary.i.wu@huawei.com>
Wed, 12 Oct 2016 20:58:27 +0000 (13:58 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 12 Oct 2016 21:59:39 +0000 (14:59 -0700)
Change-Id: I1e6ae41405ca2e329e1af3db9e6b60a8ccb35eda
Issue-id: OCS-111
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
common-util/pom.xml
pom.xml
rest-client/pom.xml
wso2bpel-ext/pom.xml
wso2bpel-ext/wso2bpel-core/distribution/pom.xml
wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
wso2bpel-ext/wso2bpel-core/pom.xml
wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
wso2bpel-ext/wso2bpel-parent/pom.xml
wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml

index b1dfac5..e37bb67 100644 (file)
     <parent>
        <groupId>org.openo.common-services.common-utilities</groupId>
           <artifactId>common-setting</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
+          <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>commonlib-cbb</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <properties>
         <cxf.version>3.1.6</cxf.version>
diff --git a/pom.xml b/pom.xml
index 144f280..c81d9ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.openo.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../oparent</relativePath>
     </parent>
 
     <groupId>org.openo.common-services.common-utilities</groupId>
     <artifactId>common-setting</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>common-setting</name>
 
index d43d4e4..7e9d94f 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
        <groupId>org.openo.common-services.common-utilities</groupId>
        <artifactId>common-setting</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>commonlib-restclient</artifactId>
     <properties>
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.openo.common-services.common-utilities</groupId>
             <artifactId>commonlib-cbb</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jetty.aggregate</groupId>
index b6bbc53..bbca681 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 ZTE Corporation.
@@ -19,7 +20,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpelparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>wso2bpel-parent/wso2bpelparent</relativePath>
     </parent>
 
index 7032aaf..c06da10 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 ZTE Corporation.
@@ -19,7 +20,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpel-core-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 8e2b3bb..187cdd3 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>distribution</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
                             <target name="unzip-wso2bps">
                                 <unzip src="lib/wso2bps-3.5.0.zip" dest="target/assembly/wso2bps">
                                     <patternset>
-                                        <exclude name="**/*.bat" />
+                                        <exclude name="**/*.bat"/>
                                     </patternset>
                                 </unzip>
                                 <copy todir="${linux64outputdir}/wso2bps">
                                     <fileset dir="target/assembly/wso2bps/wso2bps-3.5.0">
-                                        <exclude name="**/*.bat" />
+                                        <exclude name="**/*.bat"/>
                                     </fileset>
                                 </copy>
                                 <copy todir="${win64outputdir}/wso2bps">
                                     <fileset dir="target/assembly/wso2bps/wso2bps-3.5.0">
-                                        <exclude name="**/*.sh" />
+                                        <exclude name="**/*.sh"/>
                                     </fileset>
                                 </copy>
                             </target>
                             <target name="distribution">
                                 <copy todir="target/assembly/linux64/wso2bps-ext/lib">
                                     <fileset dir="../../wso2bpel-mgr/lib">
-                                        <include name="*" />
+                                        <include name="*"/>
                                     </fileset>
                                 </copy>
                                 <copy todir="target/assembly/win64/wso2bps-ext/lib">
                                     <fileset dir="../../wso2bpel-mgr/lib">
-                                        <include name="*" />
+                                        <include name="*"/>
                                     </fileset>
                                 </copy>
                                 <tar destfile="${version.output}/${packagename}-${project.version}-linux64.tar.gz" longfile="posix" compression="gzip">
         </dependency>
     </dependencies>  
 </project>
-
index 57ef2f3..18672d5 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 ZTE Corporation.
@@ -19,7 +20,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpel-root</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 7e042f0..f33548d 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 ZTE Corporation.
@@ -20,7 +21,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpel-core-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -65,7 +66,7 @@
                                     </goals>
                                 </pluginExecutionFilter>
                                 <action>
-                                    <ignore />
+                                    <ignore/>
                                 </action>
                             </pluginExecution>
                         </pluginExecutions>
index b92f761..242d762 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 ZTE Corporation.
@@ -19,7 +20,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpelparent-lite</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>wso2bpelparent-lite</relativePath>
     </parent>
 
index 10f205e..4785d90 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openo.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../../../oparent</relativePath>
     </parent>
 
index 8c9fc16..ce3d6ea 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 ZTE Corporation.
@@ -19,7 +20,7 @@
     <parent>
         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpelparent-lite</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../wso2bpelparent-lite</relativePath>
     </parent>