blob: afe23b4fd5331c0fe287e16f9e241fca6e201df0 [file] [log] [blame]
tomaa49a1e2014-09-12 23:11:46 -07001<?xml version="1.0" encoding="UTF-8"?>
alshabibab984662014-12-04 18:56:18 -08002<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2014-present Open Networking Foundation
alshabibab984662014-12-04 18:56:18 -08004 ~
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 -->
tomaa49a1e2014-09-12 23:11:46 -070017<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/xsd/maven-4.0.0.xsd">
18
19 <modelVersion>4.0.0</modelVersion>
20
21 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -080022 <groupId>org.onosproject</groupId>
tomaa49a1e2014-09-12 23:11:46 -070023 <artifactId>onos</artifactId>
ONOS Jenkins User168ac922017-12-12 18:44:15 +000024 <version>1.13.0-b6</version>
tomaa49a1e2014-09-12 23:11:46 -070025 <relativePath>../../../pom.xml</relativePath>
26 </parent>
27
28 <artifactId>onos-branding</artifactId>
29 <packaging>bundle</packaging>
Ayaka Koshibe41ee2f02015-07-01 16:06:25 -070030 <description>Custom Karaf CLI motd</description>
tomaa49a1e2014-09-12 23:11:46 -070031 <build>
32 <plugins>
33 <plugin>
34 <groupId>org.apache.felix</groupId>
35 <artifactId>maven-bundle-plugin</artifactId>
tomaa49a1e2014-09-12 23:11:46 -070036 </plugin>
37 </plugins>
38 </build>
39
40</project>
41