blob: a9bbb9ee38cf1af8aed959ad3751f25cebf61c52 [file] [log] [blame]
Stuart McCulloch285fcc22007-09-24 19:54:42 +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-->
Stuart McCullochb4f31532008-01-03 13:19:15 +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">
Stuart McCulloch285fcc22007-09-24 19:54:42 +000020 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
Stuart McCullochd00e6242008-01-03 09:01:10 +000023 <version>1.0.1</version>
Stuart McCulloch285fcc22007-09-24 19:54:42 +000024 <relativePath>../pom/pom.xml</relativePath>
25 </parent>
26 <organization>
27 <name>OSGi Alliance</name>
28 <url>http://www.osgi.org/</url>
29 </organization>
30 <modelVersion>4.0.0</modelVersion>
31 <name>OSGi OBR Service API</name>
32 <description>OSGi OBR Service API</description>
33 <artifactId>org.osgi.service.obr</artifactId>
Stuart McCullochb4f31532008-01-03 13:19:15 +000034 <version>1.0.0</version>
Stuart McCulloch285fcc22007-09-24 19:54:42 +000035 <packaging>jar</packaging>
36 <dependencies>
37 <dependency>
Stuart McCullocha9a68412007-12-19 09:23:00 +000038 <groupId>${pom.groupId}</groupId>
39 <artifactId>org.osgi.core</artifactId>
40 <version>1.0.0</version>
Stuart McCulloch285fcc22007-09-24 19:54:42 +000041 </dependency>
42 </dependencies>
Stuart McCullochb4f31532008-01-03 13:19:15 +000043
44 <scm>
45 <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.0</connection>
46 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.0</developerConnection>
47 <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.0</url>
48 </scm>
Stuart McCulloch285fcc22007-09-24 19:54:42 +000049</project>