luna | dc478d6 | 2019-02-25 11:13:26 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
rajendrajaiswal | 2feeba8 | 2019-06-14 15:17:02 +0100 | [diff] [blame^] | 5 | |
luna | dc478d6 | 2019-02-25 11:13:26 +0800 | [diff] [blame] | 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | |
| 8 | <parent> |
| 9 | <groupId>org.onap.dcaegen2.services</groupId> |
| 10 | <artifactId>sdk</artifactId> |
rajendrajaiswal | 2feeba8 | 2019-06-14 15:17:02 +0100 | [diff] [blame^] | 11 | <version>1.3.0-SNAPSHOT</version> |
luna | dc478d6 | 2019-02-25 11:13:26 +0800 | [diff] [blame] | 12 | <relativePath>..</relativePath> |
| 13 | </parent> |
| 14 | |
| 15 | <groupId>org.onap.dcaegen2.services.sdk</groupId> |
| 16 | <artifactId>dcaegen2-services-sdk-standardization</artifactId> |
| 17 | |
| 18 | <name>dcaegen2-services-sdk-standardization</name> |
| 19 | <description>Common SDK repo for all DCAE standardization</description> |
| 20 | <packaging>pom</packaging> |
| 21 | |
| 22 | <modules> |
| 23 | <module>api-custom-header</module> |
Filip Krzywka | c12ea59 | 2019-05-21 10:28:31 +0200 | [diff] [blame] | 24 | <module>moher-api</module> |
luna | dc478d6 | 2019-02-25 11:13:26 +0800 | [diff] [blame] | 25 | </modules> |
| 26 | |
luna | 83d9cfb | 2019-03-28 10:12:13 +0800 | [diff] [blame] | 27 | </project> |