diff options
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r-- | distribution/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml index 1e0b371e..cdbb19b5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -15,13 +15,14 @@ limitations under the License. --> <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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecase-ui</artifactId> <version>2.0.0</version> </parent> - <modelVersion>4.0.0</modelVersion> <artifactId>distribution</artifactId> <packaging>pom</packaging> <name>usecase-ui/distribution</name> |