blob: 8cc7dd3ebdc13032e8b95b5eb1679fcfee641e66 [file] [log] [blame]
Guillaume Nodet5a60ee92009-09-02 07:19:55 +00001<?xml version="1.0"?>
Guillaume Nodet04a56372009-06-22 22:07:09 +00002<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
Guillaume Nodetcf6fe212009-09-08 20:19:54 +000020<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/maven-v4_0_0.xsd">
Guillaume Nodetc35dd9e2009-06-22 22:27:13 +000021 <parent>
Guillaume Nodet04a56372009-06-22 22:07:09 +000022 <groupId>org.apache.felix</groupId>
Guillaume Nodetc35dd9e2009-06-22 22:27:13 +000023 <artifactId>felix-parent</artifactId>
Guillaume Nodet6d269832010-04-29 18:27:53 +000024 <version>1.2.1</version>
Guillaume Nodetc35dd9e2009-06-22 22:27:13 +000025 <relativePath>../pom/pom.xml</relativePath>
26 </parent>
27 <modelVersion>4.0.0</modelVersion>
Guillaume Nodet907d4b12009-06-30 20:52:04 +000028 <packaging>pom</packaging>
Derek Baumbd5b6082010-05-13 17:32:34 +000029 <name>Apache Felix Gogo</name>
Richard S. Halldf4169f2010-05-24 19:03:10 +000030 <description>Apache Felix Gogo Subproject</description>
Karl Pauls14f14db2010-06-06 20:39:11 +000031 <artifactId>gogo-reactor</artifactId>
Guillaume Nodetf608e1b2010-06-23 17:08:21 +000032 <version>0.7.0-SNAPSHOT</version>
Guillaume Nodet907d4b12009-06-30 20:52:04 +000033
34 <modules>
Clement Escoffier9aa90412010-06-10 08:57:54 +000035 <module>gogo-parent</module>
Richard S. Hallc1d2d3f2009-07-03 21:05:34 +000036 <module>runtime</module>
Derek Baum54c9dc82010-05-13 23:08:59 +000037 <module>shell</module>
Richard S. Halldf4169f2010-05-24 19:03:10 +000038 <module>command</module>
Guillaume Nodet907d4b12009-06-30 20:52:04 +000039 </modules>
40
Guillaume Nodet04a56372009-06-22 22:07:09 +000041</project>