blob: 4072bc97c490922f463f6ebb04fe0c87fe96f27e [file] [log] [blame]
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +00001<!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18-->
Sten Roger Sandvikee4dd852009-09-28 20:30:00 +000019<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">
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000020 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>org.apache.felix</groupId>
24 <artifactId>felix-parent</artifactId>
Carsten Ziegelerb44a1632015-12-30 13:39:28 +000025 <version>3</version>
Sten Roger Sandvikf52abb82009-09-14 10:42:08 +000026 <relativePath>../pom/pom.xml</relativePath>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000027 </parent>
28
Felix Meschberger4a4b0322011-12-05 15:22:27 +000029 <name>Apache Felix Http Reactor</name>
Sten Roger Sandvikb61405d2009-09-28 20:23:26 +000030 <groupId>org.apache.felix</groupId>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000031 <artifactId>org.apache.felix.http</artifactId>
Jan Willem Janssen43fa9c72014-11-05 09:44:40 +000032 <version>7-SNAPSHOT</version>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000033 <packaging>pom</packaging>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000034
Jan Willem Janssen7d9f9fe2013-09-17 13:46:15 +000035 <scm>
Jan Willem Janssen43fa9c72014-11-05 09:44:40 +000036 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http</connection>
37 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http</developerConnection>
38 <url>http://svn.apache.org/viewvc/felix/trunk/http/</url>
Jan Willem Janssen7d9f9fe2013-09-17 13:46:15 +000039 </scm>
Jan Willem Janssenae0d7512014-11-04 12:04:37 +000040
41 <prerequisites>
Carsten Ziegelerb44a1632015-12-30 13:39:28 +000042 <maven>3.0.5</maven>
Jan Willem Janssenae0d7512014-11-04 12:04:37 +000043 </prerequisites>
Jan Willem Janssen7d9f9fe2013-09-17 13:46:15 +000044
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000045 <modules>
46 <module>api</module>
Felix Meschbergerd40e0d82014-02-18 10:41:25 +000047 <module>servlet-api</module>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000048 <module>base</module>
49 <module>bridge</module>
50 <module>jetty</module>
Felix Meschberger4a4b0322011-12-05 15:22:27 +000051 <module>parent</module>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000052 <module>proxy</module>
53 <module>whiteboard</module>
Timothy Michael Moloney2f6f1372011-03-04 01:56:24 +000054 <module>cometd</module>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000055 <module>bundle</module>
Felix Meschberger43d91ce2012-10-05 18:30:44 +000056 <module>sslfilter</module>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000057 <module>itest</module>
Sten Roger Sandvik4cbab062009-09-26 13:11:48 +000058 <module>samples/bridge</module>
59 <module>samples/whiteboard</module>
Timothy Michael Moloney2f6f1372011-03-04 01:56:24 +000060 <module>samples/cometd</module>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000061 </modules>
Sten Roger Sandvik5af73c22009-09-14 09:59:12 +000062</project>