Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +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 | --> |
Marcel Offermans | 2345d80 | 2011-04-27 10:15:39 +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"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <packaging>pom</packaging> |
| 23 | <parent> |
| 24 | <groupId>org.apache.felix</groupId> |
| 25 | <artifactId>felix-parent</artifactId> |
| 26 | <version>1.2.0</version> |
| 27 | <relativePath>../pom/pom.xml</relativePath> |
| 28 | </parent> |
| 29 | <name>Apache Felix Dependency Manager Projects</name> |
| 30 | <artifactId>dependencymanager-reactor</artifactId> |
| 31 | <version>3.0.0-SNAPSHOT</version> |
| 32 | <licenses> |
| 33 | <license> |
| 34 | <name>Apache License, Version 2.0</name> |
| 35 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 36 | <distribution>repo</distribution> |
| 37 | </license> |
| 38 | </licenses> |
| 39 | <modules> |
| 40 | <module>core</module> |
| 41 | <module>shell</module> |
| 42 | <module>compat</module> |
| 43 | <module>annotation</module> |
| 44 | <module>runtime</module> |
| 45 | <module>samples</module> |
| 46 | <module>samples.annotation</module> |
| 47 | <module>test</module> |
| 48 | </modules> |
| 49 | <repositories> |
| 50 | <repository> |
| 51 | <id>maven2-repository.dev.java.net</id> |
| 52 | <name>Java.net Maven 2 Repository</name> |
| 53 | <url>http://download.java.net/maven/2</url> |
| 54 | </repository> |
| 55 | </repositories> |
| 56 | <scm> |
| 57 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/dependencymanager/</connection> |
| 58 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/dependencymanager/</developerConnection> |
| 59 | <url>http://svn.apache.org/viewvc/felix/trunk/dependencymanager/</url> |
| 60 | </scm> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 61 | </project> |