blob: 8cc7dd3ebdc13032e8b95b5eb1679fcfee641e66 [file] [log] [blame]
Guillaume Nodetfcc5f322009-09-02 07:19:55 +00001<?xml version="1.0"?>
Guillaume Nodet2dc205f2009-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 Nodetd7019d02009-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 Nodete5d66652009-06-22 22:27:13 +000021 <parent>
Guillaume Nodet2dc205f2009-06-22 22:07:09 +000022 <groupId>org.apache.felix</groupId>
Guillaume Nodete5d66652009-06-22 22:27:13 +000023 <artifactId>felix-parent</artifactId>
Guillaume Nodet20513852010-04-29 18:27:53 +000024 <version>1.2.1</version>
Guillaume Nodete5d66652009-06-22 22:27:13 +000025 <relativePath>../pom/pom.xml</relativePath>
26 </parent>
27 <modelVersion>4.0.0</modelVersion>
Guillaume Nodet5eb2d4e2009-06-30 20:52:04 +000028 <packaging>pom</packaging>
Derek Baum99446702010-05-13 17:32:34 +000029 <name>Apache Felix Gogo</name>
Richard S. Hall17f23022010-05-24 19:03:10 +000030 <description>Apache Felix Gogo Subproject</description>
Karl Pauls94ab71c2010-06-06 20:39:11 +000031 <artifactId>gogo-reactor</artifactId>
Guillaume Nodet1daa91b2010-06-23 17:08:21 +000032 <version>0.7.0-SNAPSHOT</version>
Guillaume Nodet5eb2d4e2009-06-30 20:52:04 +000033
34 <modules>
Clement Escoffier13223962010-06-10 08:57:54 +000035 <module>gogo-parent</module>
Richard S. Halld6b04432009-07-03 21:05:34 +000036 <module>runtime</module>
Derek Baumee1898e2010-05-13 23:08:59 +000037 <module>shell</module>
Richard S. Hall17f23022010-05-24 19:03:10 +000038 <module>command</module>
Guillaume Nodet5eb2d4e2009-06-30 20:52:04 +000039 </modules>
40
Guillaume Nodet2dc205f2009-06-22 22:07:09 +000041</project>