blob: 91d04f4a575279020612b440a702ff3d04d03729 [file] [log] [blame]
Thomas Vachuska7399e482014-12-01 21:27:42 -08001<?xml version="1.0" encoding="UTF-8"?>
alshabibab984662014-12-04 18:56:18 -08002<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07003 ~ Copyright 2014-present Open Networking Laboratory
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 -->
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080017<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 <modelVersion>4.0.0</modelVersion>
Thomas Vachuska7399e482014-12-01 21:27:42 -080019
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080020 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -080021 <groupId>org.onosproject</groupId>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080022 <artifactId>onos-archetypes</artifactId>
Ray Milkey64677e92017-08-01 10:48:08 -070023 <version>1.11.0-SNAPSHOT</version>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080024 </parent>
Thomas Vachuska7399e482014-12-01 21:27:42 -080025
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080026 <artifactId>onos-bundle-archetype</artifactId>
27 <packaging>maven-archetype</packaging>
Thomas Vachuska7399e482014-12-01 21:27:42 -080028
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080029 <description>ONOS OSGi bundle archetype</description>
Thomas Vachuska7399e482014-12-01 21:27:42 -080030
Brian O'Connorabafb502014-12-02 22:26:20 -080031</project>