Blame SOURCES/bndlib-1.50.0.pom

960d38
960d38
<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'>
960d38
  <modelVersion>
960d38
    4.0.0
960d38
  </modelVersion>
960d38
  <groupId>
960d38
    biz.aQute
960d38
  </groupId>
960d38
  <artifactId>
960d38
    bndlib
960d38
  </artifactId>
960d38
  <version>
960d38
    1.50.0
960d38
  </version>
960d38
  <description>
960d38
    A Swiss Army Knife for OSGi
960d38
  </description>
960d38
  <name>
960d38
    bnd - Bundle Tool
960d38
  </name>
960d38
  <url>
960d38
    http://www.aQute.biz/Code/Bnd
960d38
  </url>
960d38
  <scm>
960d38
    <url>
960d38
      git://github.com/bndtools/bnd.git
960d38
    </url>
960d38
    <connection>
960d38
      git://github.com/bndtools/bnd.git
960d38
    </connection>
960d38
    <developerConnection>
960d38
      git://github.com/bndtools/bnd.git
960d38
    </developerConnection>
960d38
  </scm>
960d38
  <organization>
960d38
    <name>
960d38
      aQute SARL
960d38
    </name>
960d38
    <url>
960d38
      http://www.aQute.biz
960d38
    </url>
960d38
  </organization>
960d38
  <developers>
960d38
    <developer>
960d38
      <id>
960d38
        Peter.Kriens@aQute.biz
960d38
      </id>
960d38
      <name>
960d38
        Peter.Kriens
960d38
      </name>
960d38
      <email>
960d38
        Peter.Kriens@aQute.biz
960d38
      </email>
960d38
      <organization>
960d38
        aQute
960d38
      </organization>
960d38
    </developer>
960d38
  </developers>
960d38
  <licenses>
960d38
    <license>
960d38
      <name>
960d38
        Apache Software License 2.0
960d38
      </name>
960d38
      <url>
960d38
        http://www.opensource.org/licenses/apache2.0.php
960d38
      </url>
960d38
      <distribution>
960d38
        repo
960d38
      </distribution>
960d38
    </license>
960d38
  </licenses>
960d38
</project>