blob: 04731c9ac7a6fd2b940f3fd2f2d27bf0465f5f90 [file] [log] [blame]
Guillaume Nodet6896d702009-09-22 09:11:12 +00001<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 Nodet2e6afd12009-04-30 09:10:03 +00002
3 <!--
4
5 Licensed to the Apache Software Foundation (ASF) under one or more
6 contributor license agreements. See the NOTICE file distributed with
7 this work for additional information regarding copyright ownership.
8 The ASF licenses this file to You under the Apache License, Version 2.0
9 (the "License"); you may not use this file except in compliance with
10 the License. You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 -->
20
21 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000024 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet60dbfd72009-05-11 14:33:35 +000025 <artifactId>karaf</artifactId>
Guillaume Nodetdddb4e52010-06-15 09:09:47 +000026 <version>1.6.2</version>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000027 </parent>
28
Gert Vanthienenf54a8392009-05-02 19:57:13 +000029 <groupId>org.apache.felix.karaf.deployer</groupId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000030 <artifactId>deployer</artifactId>
31 <packaging>pom</packaging>
Guillaume Nodetdddb4e52010-06-15 09:09:47 +000032 <version>1.6.2</version>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000033 <name>Apache Felix Karaf :: Deployer</name>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000034
35 <modules>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000036 <module>spring</module>
37 <module>blueprint</module>
38 <module>features</module>
Guillaume Nodet60a69b62010-02-05 09:40:46 +000039 <module>war</module>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000040 </modules>
41
Gert Vanthienenf54a8392009-05-02 19:57:13 +000042</project>