06ddf4
06ddf4
<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">
06ddf4
  <modelVersion>4.0.0</modelVersion>
06ddf4
  <groupId>biz.aQute.bnd</groupId>
06ddf4
  <artifactId>aQute.libg</artifactId>
06ddf4
  <version>3.5.0</version>
06ddf4
  <description>A library to be statically linked. Contains many small utilities. This bundle should not be installed in a framework, it is compile only.</description>
06ddf4
  <name>aQute.libg</name>
06ddf4
  <url>http://bnd.bndtools.org/</url>
06ddf4
  <organization>
06ddf4
    <name>Bndtools</name>
06ddf4
    <url>http://bndtools.org/</url>
06ddf4
  </organization>
06ddf4
  <licenses>
06ddf4
    <license>
06ddf4
      <name>Apache-2.0</name>
06ddf4
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
06ddf4
      <distribution>repo</distribution>
06ddf4
      <comments>Apache License, Version 2.0</comments>
06ddf4
    </license>
06ddf4
  </licenses>
06ddf4
  <scm>
06ddf4
    <url>https://github.com/bndtools/bnd</url>
06ddf4
    <connection>scm:git:https://github.com/bndtools/bnd.git</connection>
06ddf4
    <developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
06ddf4
    <tag>3.5.0.REL</tag>
06ddf4
  </scm>
06ddf4
  <developers>
06ddf4
    <developer>
06ddf4
      <id>pkriens</id>
06ddf4
      <email>Peter.Kriens@aQute.biz</email>
06ddf4
      <name>Peter Kriens</name>
06ddf4
      <organization>Bndtools</organization>
06ddf4
      <organizationUrl>https://github.com/bndtools</organizationUrl>
06ddf4
      <roles>
06ddf4
        <role>architect</role>
06ddf4
        <role>developer</role>
06ddf4
      </roles>
06ddf4
      <timezone>1</timezone>
06ddf4
    </developer>
06ddf4
  </developers>
06ddf4
</project>