Bump verison to 1.2.2
[msb/discovery.git] / distributions / msb-discovery / pom.xml
index 2e6d295..aac914a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!--
 
-    Copyright 2016 ZTE, Inc. and others.
+    Copyright 2016-2017 ZTE, Inc. and others.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
   <parent>
     <groupId>org.onap.msb.discovery.distributions</groupId>
     <artifactId>distributions-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.msb.discovery.distributions</groupId>
   <artifactId>msb-discovery</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.2.2-SNAPSHOT</version>
   <name>onap/msb/discovery/distributions/msb-discovery</name>
   <packaging>pom</packaging>
 
   </properties>
 
   <dependencies>
-
+    <!--
        <dependency>
          <groupId>org.openresty.centos.6</groupId>
          <artifactId>openresty</artifactId>
          <version>${openresty.version}</version>
          <type>tar.gz</type>
     </dependency>
-
+    -->
+    
      <dependency>
       <groupId>org.onap.msb.discovery</groupId>
       <artifactId>nginx-ext-consul</artifactId>
         </executions>
       </plugin>
 
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
             <goals>
               <goal>unpack</goal>
             </goals>
-            <!--解压顺序,在最前面-->
             <phase>generate-resources</phase>
             <configuration>
               <artifactItems>   
           </execution>          
         </executions>
       </plugin> 
-
+     
+      
       <plugin>
         <groupId>com.coderplus.maven.plugins</groupId>
         <artifactId>copy-rename-maven-plugin</artifactId>
           </execution>
         </executions>
       </plugin> 
+       -->
 
 
       <plugin>