1 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 4.0.0 5 </modelVersion> 6 <groupId> 7 biz.aQute 8 </groupId> 9 <artifactId> 10 bndlib 11 </artifactId> 12 <version> 13 1.50.0 14 </version> 15 <description> 16 A Swiss Army Knife for OSGi 17 </description> 18 <name> 19 bnd - Bundle Tool 20 </name> 21 <url> 22 http://www.aQute.biz/Code/Bnd 23 </url> 24 <scm> 25 <url> 26 git://github.com/bndtools/bnd.git 27 </url> 28 <connection> 29 git://github.com/bndtools/bnd.git 30 </connection> 31 <developerConnection> 32 git://github.com/bndtools/bnd.git 33 </developerConnection> 34 </scm> 35 <organization> 36 <name> 37 aQute SARL 38 </name> 39 <url> 40 http://www.aQute.biz 41 </url> 42 </organization> 43 <developers> 44 <developer> 45 <id> 46 Peter.Kriens (a] aQute.biz 47 </id> 48 <name> 49 Peter.Kriens 50 </name> 51 <email> 52 Peter.Kriens (a] aQute.biz 53 </email> 54 <organization> 55 aQute 56 </organization> 57 </developer> 58 </developers> 59 <licenses> 60 <license> 61 <name> 62 Apache Software License 2.0 63 </name> 64 <url> 65 http://www.opensource.org/licenses/apache2.0.php 66 </url> 67 <distribution> 68 repo 69 </distribution> 70 </license> 71 </licenses> 72 </project>