blob: a2de3b772840122a7f4ccb26f3ddf05a0f9832e6 [file] [log] [blame]
Yuta HIGUCHI78472272018-05-03 17:08:16 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
psneha3adf3652018-06-25 10:08:35 -04003 ~ Copyright 2017 Open Networking Foundation
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
Yuta HIGUCHI78472272018-05-03 17:08:16 -070017<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
psneha3adf3652018-06-25 10:08:35 -040019 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Yuta HIGUCHI78472272018-05-03 17:08:16 -070020 <modelVersion>4.0.0</modelVersion>
Ray Milkey333e30b2018-07-09 13:37:49 -070021
Yuta HIGUCHI78472272018-05-03 17:08:16 -070022 <parent>
psneha3adf3652018-06-25 10:08:35 -040023 <groupId>org.onosproject</groupId>
Ray Milkey333e30b2018-07-09 13:37:49 -070024 <artifactId>onos-apps</artifactId>
Ray Milkey4867af22018-08-10 16:52:28 -070025 <version>1.14.0-SNAPSHOT</version>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070026 </parent>
27
28 <artifactId>onos-apps-t3</artifactId>
Ray Milkey333e30b2018-07-09 13:37:49 -070029 <packaging>pom</packaging>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070030
psneha3adf3652018-06-25 10:08:35 -040031 <modules>
32 <module>web</module>
33 <module>app</module>
34 </modules>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070035
Yuta HIGUCHI78472272018-05-03 17:08:16 -070036
psneha3adf3652018-06-25 10:08:35 -040037</project>