diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 13:40:18 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 13:40:19 +0800 |
commit | 388e399dbf3fe5b5ea7be1530297e7c88117212f (patch) | |
tree | a4878325dc2f801e81b3144cba443f45585cd5ae /distribution/pom.xml | |
parent | 107bf78887f185d40078c75abd5f7dd72c70f86f (diff) |
Fix usecase-ui code merge failure
Change-Id: Iee81af3982a9720c60f9bf191f8b84ced341a636
Issue-ID: USECASEUI-269
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
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> |