Update docker image to fix CSIT failure
[vfc/nfvo/driver/vnfm/svnfm.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9890814..5b1dc48 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
+<!-- trigger merge -->
 <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">
-    <parent>
-        <groupId>org.onap.oparent</groupId>
-        <artifactId>oparent</artifactId>
-        <version>0.1.1</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
-    <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
-    <packaging>pom</packaging>
-    <name>vfc-nfvo-driver-vnfm-svnfm</name>
-    <description>vfc-nfvo-driver-vnfm-svnfm</description>
-    <modules>
-        <module>zte</module>
+  <parent>
+    <groupId>org.onap.oparent</groupId>
+    <artifactId>oparent</artifactId>
+    <version>2.1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
+  <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
+  <version>1.4.2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>vfc-nfvo-driver-vnfm-svnfm</name>
+  <description>vfc-nfvo-driver-vnfm-svnfm</description>
+  <profiles>
+    <profile>
+      <id>all</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
         <module>huawei</module>
+               <!-- nokia driver remove from Guilin Release -->
+               <!--
         <module>nokia</module>
-    </modules>
+        <module>nokiav2</module>
+               -->
+        <module>zte</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>rootOnly</id>
+      <modules>
+        </modules>
+    </profile>
+  </profiles>
 </project>