Release version 2.4.0 sdnc/northbound artifacts
[sdnc/northbound.git] / generic-resource-api / model / pom.xml
index 1120348..f5b862f 100644 (file)
@@ -4,53 +4,20 @@
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>binding-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <artifactId>odlparent-lite</artifactId>
+        <version>2.4.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <artifactId>generic-resource-api-model</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
+    <version>2.4.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
     <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-yang-types-20130715</artifactId>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>1.2.1</version>
-                <executions>
-                    <execution>
-                        <configuration>
-                            <executable>python</executable>
-                            <arguments>
-                                <argument>scripts/python/yang2props.py</argument>
-                                <argument>src/main/yang/GENERIC-RESOURCE-API.yang</argument>
-                                <argument>target/generic-resource-api.properties</argument>
-                            </arguments>
-                        </configuration>
-                        <id>generation</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+    <modules>
+        <module>yang</module>
+        <module>swagger</module>
+    </modules>
 </project>