inherit from oparent 29/6329/2
authorHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 28 Jul 2017 09:15:15 +0000 (17:15 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 28 Jul 2017 10:10:17 +0000 (18:10 +0800)
Change-Id: I448b7baa2bf4e7c3fb68713bfb24ce9793ea1ede
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
apiroute/apiroute-service/dependency-reduced-pom.xml
apiroute/apiroute-service/pom.xml
apiroute/apiroute-standalone/pom.xml
apiroute/pom.xml
distributions/msb-apigateway/pom.xml
distributions/pom.xml
openresty-ext/pom.xml
pom.xml
redis-ext/pom.xml

index 63e1139..12463ae 100644 (file)
@@ -3,13 +3,13 @@
   <parent>
     <artifactId>apiroute-parent</artifactId>
     <groupId>org.onap.msb.apigateway.apiroute</groupId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.msb.apigateway.apiroute</groupId>
   <artifactId>apiroute-service</artifactId>
   <name>onap/msb/apigateway/apiroute/apiroute-service</name>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <build>
     <resources>
       <resource>
index 2a3c3e0..9f047e9 100644 (file)
        <parent>
                <groupId>org.onap.msb.apigateway.apiroute</groupId>
                <artifactId>apiroute-parent</artifactId>
-               <version>0.0.1-SNAPSHOT</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.msb.apigateway.apiroute</groupId>
        <artifactId>apiroute-service</artifactId>
        <name>onap/msb/apigateway/apiroute/apiroute-service</name>
        <packaging>jar</packaging>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>1.0.0-SNAPSHOT</version>
 
 
        <dependencies>
index d304385..7961a8c 100644 (file)
   <parent>
     <groupId>org.onap.msb.apigateway.apiroute</groupId>
     <artifactId>apiroute-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>      
+    <version>1.0.0-SNAPSHOT</version>      
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.msb.apigateway.apiroute</groupId>
   <artifactId>apiroute-standalone</artifactId>
   <name>onap/msb/apigateway/apiroute/apiroute-standalone</name>
   <packaging>pom</packaging>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
 
   <properties>
     <packageid>apiroute</packageid>
index 4ace2ce..a36a242 100644 (file)
   <parent>
     <groupId>org.onap.msb.apigateway</groupId>
     <artifactId>msb-apigateway-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.msb.apigateway.apiroute</groupId>
   <artifactId>apiroute-parent</artifactId>
   <name>onap/msb/apigateway/apiroute</name>
   <packaging>pom</packaging>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   
   <modules>
     <module>apiroute-service</module>
index 0cb4239..f0602b1 100644 (file)
@@ -3,12 +3,12 @@
   <parent>
     <groupId>org.onap.msb.apigateway.distributions</groupId>
     <artifactId>distributions-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.msb.apigateway.distributions</groupId>
   <artifactId>msb-apigateway</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <name>onap/msb/apigateway/distributions/msb-apigateway</name>
   <packaging>pom</packaging>
 
index 90a70b3..9465e21 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
       <groupId>org.onap.msb.apigateway</groupId>
       <artifactId>msb-apigateway-parent</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.msb.apigateway.distributions</groupId>
     <artifactId>distributions-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>onap/msb/apigateway/distributions</name>
     <packaging>pom</packaging>
     <modules>
index 2f122da..12980eb 100644 (file)
     <parent>
         <groupId>org.onap.msb.apigateway</groupId>
         <artifactId>msb-apigateway-parent</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.msb.apigateway</groupId>
     <artifactId>openresty-ext</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>onap/msb/apigateway/openresty-ext</name>
     <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 8cb38b0..fb83789 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 <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>1.0.0-SNAPSHOT</version>
+  </parent>
+    
   <groupId>org.onap.msb.apigateway</groupId>
   <artifactId>msb-apigateway-parent</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>onap/msb/msb-apigateway-parent</name> 
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
+    <maven.surefire.version>2.18.1</maven.surefire.version>
 
     <openresty.version>1.11.2.2</openresty.version>
     <openresty-windows.version>1.11.9.1001</openresty-windows.version>
index 69c4874..2097845 100644 (file)
     <parent>
         <groupId>org.onap.msb.apigateway</groupId>
         <artifactId>msb-apigateway-parent</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.msb.apigateway</groupId>
     <artifactId>redis-ext</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>onap/msb/apigateway/redis-ext</name>
     <packaging>pom</packaging>