blob: 1c6033d98f5453d44bfaf4746a9599cb7bf801f4 [file] [log] [blame]
Lvbo163f721b1a2017-08-23 17:27:33 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/**
4 * Copyright (c) 2017 ZTE Corporation.
5 * All rights reserved. This program and the accompanying materials
6 * are made available under the terms of the Eclipse Public License v1.0
7 * and the Apache License 2.0 which both accompany this distribution,
8 * and are available at http://www.eclipse.org/legal/epl-v10.html
9 * and http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Contributors:
12 * ZTE - initial API and implementation and/or initial documentation
13 */
14-->
15<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17 <parent>
18 <groupId>org.onap.oparent</groupId>
19 <artifactId>oparent</artifactId>
20 <version>1.0.0-SNAPSHOT</version>
21 </parent>
22
23 <modelVersion>4.0.0</modelVersion>
24 <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
25 <artifactId>sdc-workflow-designer</artifactId>
26 <packaging>pom</packaging>
Lvbo163b613e1a2017-09-05 09:40:50 +080027 <version>1.0.0-SNAPSHOT</version>
Lvbo163f721b1a2017-08-23 17:27:33 +080028 <name>sdc-workflow-designer</name>
29
30 <modules>
31 <module>sdc-workflow-designer-ui</module>
32 </modules>
33</project>