Change PTL of VNFSDK to be Dan Xu
[vnfsdk/refrepo.git] / vnfmarket-be / pom.xml
index 356daba..e2fc2fb 100644 (file)
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2016-2017 Huawei Technologies Co., Ltd.
+  Copyright 2016-2018 Huawei Technologies Co., Ltd.
+  Copyright 2020 Nokia
+
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
+
       http://www.apache.org/licenses/LICENSE-2.0
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnfmarket</artifactId>
-        <version>1.0.0</version>
+        <version>1.6.4-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vnfsdk.refrepo</groupId>
     <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vnf-sdk-marketplace-core-parent</name>
        <scm>
         <tag>HEAD</tag>
     </scm>
-      <modules>
+
+    <properties>
+        <javax.activation-api.version>1.2.0</javax.activation-api.version>
+        <jaxb-api.version>2.3.1</jaxb-api.version>
+    </properties>
+
+    <modules>
           <module>vnf-sdk-marketplace</module>
-          <module>portal-marketplace</module>
           <module>deployment</module>
     </modules>
 </project>