blob: c76939ce0c93c11cce4583162cb606d0ebb47f44 [file] [log] [blame]
Yuta HIGUCHIe76a24d2014-09-27 00:48:34 -07001<?xml version="1.0" encoding="UTF-8"?>
alshabibab984662014-12-04 18:56:18 -08002<!--
3 ~ Copyright 2014 Open Networking Laboratory
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 HIGUCHIe76a24d2014-09-27 00:48:34 -070017<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4_0_0.xsd">
Brian O'Connor932d9412014-12-03 17:20:11 -080020 <modelVersion>4.0.0</modelVersion>
Yuta HIGUCHI382b2662014-10-02 15:44:12 -070021
Brian O'Connor932d9412014-12-03 17:20:11 -080022 <parent>
23 <groupId>org.onosproject</groupId>
24 <artifactId>onos-base</artifactId>
25 <version>1</version>
26 </parent>
27
28 <groupId>org.onosproject</groupId>
29 <artifactId>onos-build-conf</artifactId>
Brian O'Connor4751e832015-12-04 22:43:11 -080030 <version>1.2-SNAPSHOT</version>
Ayaka Koshibe41ee2f02015-07-01 16:06:25 -070031 <description>Various ONOS build settings</description>
Brian O'Connor932d9412014-12-03 17:20:11 -080032
33 <properties>
34 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35 </properties>
Yuta HIGUCHI382b2662014-10-02 15:44:12 -070036
tom0eb04ca2014-08-25 14:34:51 -070037</project>
38