blob: 1888199221a9ca55e263a8d8514e498bd258e3b8 [file] [log] [blame]
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +00001<?xml version="1.0" encoding="UTF-8"?>
Guillaume Nodet6896d702009-09-22 09:11:12 +00002<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">
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +00003
4 <!--
5
6 Licensed to the Apache Software Foundation (ASF) under one or more
7 contributor license agreements. See the NOTICE file distributed with
8 this work for additional information regarding copyright ownership.
9 The ASF licenses this file to You under the Apache License, Version 2.0
10 (the "License"); you may not use this file except in compliance with
11 the License. You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 -->
21
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.apache.felix.karaf</groupId>
26 <artifactId>karaf</artifactId>
Chris Custinef6a85b32010-02-19 07:50:10 +000027 <version>1.5.0-SNAPSHOT</version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000028 </parent>
29
Gert Vanthienen14110c12009-08-06 21:36:13 +000030 <groupId>org.apache.felix.karaf.webconsole</groupId>
31 <artifactId>webconsole</artifactId>
32 <packaging>pom</packaging>
Chris Custinef6a85b32010-02-19 07:50:10 +000033 <version>1.5.0-SNAPSHOT</version>
Gert Vanthienen14110c12009-08-06 21:36:13 +000034 <name>Apache Felix Karaf :: Web Console</name>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000035
Gert Vanthienen14110c12009-08-06 21:36:13 +000036 <modules>
Guillaume Nodet756cf8e2009-08-07 09:48:21 +000037 <module>features</module>
38 <module>gogo</module>
Gert Vanthienen14110c12009-08-06 21:36:13 +000039 <module>branding</module>
Gert Vanthienen875d1322009-08-17 06:17:31 +000040 <module>admin</module>
Gert Vanthienen14110c12009-08-06 21:36:13 +000041 </modules>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000042
43</project>