blob: 7c83be4a84818d432606e7e1cf4fa3ebb7fff5ad [file] [log] [blame]
Guillaume Nodetfffc9372015-07-13 07:54:42 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>biz.aQute.bnd</groupId>
5 <artifactId>biz.aQute.bndlib</artifactId>
6 <version>20150713/version>
7 <description>A Swiss Army Knife for OSGi</description>
8 <name>bndlib</name>
9 <url>http://bnd.bndtools.org/</url>
10 <organization>
11 <name>Bndtools</name>
12 <url>http://bndtools.org/</url>
13 </organization>
14 <licenses>
15 <license>
16 <name>Apache License, Version 2.0</name>
17 <url>http://www.opensource.org/licenses/apache2.0.php</url>
18 <distribution>repo</distribution>
19 </license>
20 </licenses>
21 <scm>
22 <url>https://github.com/bndtools/bnd</url>
23 <connection>scm:git:https://github.com/bndtools/bnd.git</connection>
24 <developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
25 </scm>
26 <developers>
27 <developer>
28 <id>peter.kriens@aQute.biz</id>
29 <email>peter.kriens@aQute.biz</email>
30 </developer>
31 <developer>
32 <id>njbartlett@gmail.com</id>
33 <email>njbartlett@gmail.com</email>
34 </developer>
35 </developers>
36</project>