Bump MSB artifacts version to 1.2.0
[msb/apigateway.git] / apiroute / apiroute-standalone / pom.xml
index 46e59ae..dd6a95b 100644 (file)
 -->
 <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/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.openo.msb.msb-core.apiroute</groupId>
+    <groupId>org.onap.msb.apigateway.apiroute</groupId>
     <artifactId>apiroute-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>      
+    <version>1.2.0-SNAPSHOT</version>      
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.openo.msb.msb-core.apiroute</groupId>
+  <groupId>org.onap.msb.apigateway.apiroute</groupId>
   <artifactId>apiroute-standalone</artifactId>
-  <name>openo/msb/msb-core/apiroute/apiroute-standalone</name>
+  <name>onap/msb/apigateway/apiroute/apiroute-standalone</name>
   <packaging>pom</packaging>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
 
   <properties>
-    <packageid>apiroute-standalone</packageid>
+    <packageid>apiroute</packageid>
     <outputdir>target/assembly/</outputdir>
   </properties>
 
   <dependencies>
     <dependency>
-      <groupId>org.openo.msb.msb-core.apiroute</groupId>
+      <groupId>org.onap.msb.apigateway.apiroute</groupId>
       <artifactId>apiroute-service</artifactId>
       <version>${project.version}</version>
       <optional>true</optional>
@@ -58,7 +58,7 @@
           <includeEmptyDirs>true</includeEmptyDirs>
           <resources>            
             <resource>
-              <directory>src/assembly/resource/</directory>
+              <directory>src/assembly/resources/</directory>
               <filtering>false</filtering>
               <includes>
                 <include>**/*</include>
@@ -84,7 +84,7 @@
         <configuration>
           <artifactItems>
             <artifactItem>
-              <groupId>org.openo.msb.msb-core.apiroute</groupId>
+              <groupId>org.onap.msb.apigateway.apiroute</groupId>
               <artifactId>apiroute-service</artifactId>
               <type>jar</type>
               <overWrite>true</overWrite>
               <zipfileset dir="target/assembly/" includes="**"/>
             </zip>
             <attachartifact file="target/${packageid}-${project.version}.zip" type="zip"/>
-
           </target>
         </configuration>
       </execution>