blob: 472fc6e35814d84942699423dfcb2102e5da017e [file] [log] [blame]
Thomas Vachuska7399e482014-12-01 21:27:42 -08001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -08002<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">
3 <modelVersion>4.0.0</modelVersion>
Thomas Vachuska7399e482014-12-01 21:27:42 -08004
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -08005 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -08006 <groupId>org.onosproject</groupId>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -08007 <artifactId>onos-archetypes</artifactId>
Thomas Vachuska7399e482014-12-01 21:27:42 -08008 <version>1.0.0-SNAPSHOT</version>
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -08009 </parent>
Thomas Vachuska7399e482014-12-01 21:27:42 -080010
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080011 <artifactId>onos-bundle-archetype</artifactId>
12 <packaging>maven-archetype</packaging>
Thomas Vachuska7399e482014-12-01 21:27:42 -080013
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -080014 <description>ONOS OSGi bundle archetype</description>
Thomas Vachuska7399e482014-12-01 21:27:42 -080015
Brian O'Connorabafb502014-12-02 22:26:20 -080016</project>