1<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'> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>biz.aQute</groupId> 4 <artifactId>bnd</artifactId> 5 <version>1.50.0</version> 6 <packaging>jar</packaging> 7 <description>A utility and plugin to wrap, build, or print bundles</description> 8 <name>aQute Bundle Tool</name> 9 <url>http://www.aQute.biz/Code/Bnd</url> 10 <scm> 11 <url>https://github.com/bndtools/bnd</url> 12 <connection>scm:git:git://github.com/bndtools/bnd.git</connection> 13 </scm> 14 <organization> 15 <name>aQute SARL</name> 16 <url>http://www.aQute.biz</url> 17 </organization> 18 <developers> 19 <developer> 20 <name>Peter Kriens</name> 21 <email>peter.kriens@aqute.biz</email> 22 <roles> 23 <role>Primary Developer</role> 24 </roles> 25 </developer> 26 </developers> 27 <licenses> 28 <license> 29 <name>All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).</name> 30 <url>http://www.opensource.org/licenses/apache2.0.php</url> 31 <distribution>repo</distribution> 32 </license> 33 </licenses> 34</project> 35