Guillaume Nodet | 5a60ee9 | 2009-09-02 07:19:55 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
Guillaume Nodet | 04a5637 | 2009-06-22 22:07:09 +0000 | [diff] [blame] | 2 | <!-- |
| 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 Nodet | cf6fe21 | 2009-09-08 20:19:54 +0000 | [diff] [blame] | 20 | <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 Nodet | c35dd9e | 2009-06-22 22:27:13 +0000 | [diff] [blame] | 21 | <parent> |
Guillaume Nodet | 04a5637 | 2009-06-22 22:07:09 +0000 | [diff] [blame] | 22 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | c35dd9e | 2009-06-22 22:27:13 +0000 | [diff] [blame] | 23 | <artifactId>felix-parent</artifactId> |
Guillaume Nodet | 6d26983 | 2010-04-29 18:27:53 +0000 | [diff] [blame] | 24 | <version>1.2.1</version> |
Guillaume Nodet | c35dd9e | 2009-06-22 22:27:13 +0000 | [diff] [blame] | 25 | <relativePath>../pom/pom.xml</relativePath> |
| 26 | </parent> |
| 27 | <modelVersion>4.0.0</modelVersion> |
Guillaume Nodet | 907d4b1 | 2009-06-30 20:52:04 +0000 | [diff] [blame] | 28 | <packaging>pom</packaging> |
Derek Baum | bd5b608 | 2010-05-13 17:32:34 +0000 | [diff] [blame] | 29 | <name>Apache Felix Gogo</name> |
Richard S. Hall | df4169f | 2010-05-24 19:03:10 +0000 | [diff] [blame] | 30 | <description>Apache Felix Gogo Subproject</description> |
Karl Pauls | 14f14db | 2010-06-06 20:39:11 +0000 | [diff] [blame] | 31 | <artifactId>gogo-reactor</artifactId> |
Guillaume Nodet | f608e1b | 2010-06-23 17:08:21 +0000 | [diff] [blame] | 32 | <version>0.7.0-SNAPSHOT</version> |
Guillaume Nodet | 907d4b1 | 2009-06-30 20:52:04 +0000 | [diff] [blame] | 33 | |
| 34 | <modules> |
Clement Escoffier | 9aa9041 | 2010-06-10 08:57:54 +0000 | [diff] [blame] | 35 | <module>gogo-parent</module> |
Richard S. Hall | c1d2d3f | 2009-07-03 21:05:34 +0000 | [diff] [blame] | 36 | <module>runtime</module> |
Derek Baum | 54c9dc8 | 2010-05-13 23:08:59 +0000 | [diff] [blame] | 37 | <module>shell</module> |
Richard S. Hall | df4169f | 2010-05-24 19:03:10 +0000 | [diff] [blame] | 38 | <module>command</module> |
Guillaume Nodet | 907d4b1 | 2009-06-30 20:52:04 +0000 | [diff] [blame] | 39 | </modules> |
| 40 | |
Guillaume Nodet | 04a5637 | 2009-06-22 22:07:09 +0000 | [diff] [blame] | 41 | </project> |