9afdec
9afdec
<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">
9afdec
  <modelVersion>4.0.0</modelVersion>
9afdec
  <groupId>org.osgi</groupId>
9afdec
  <artifactId>osgi.annotation</artifactId>
9afdec
  <version>6.0.0</version>
9afdec
  <description>OSGi Annotation Release 6, Annotations for use in compiling bundles.</description>
9afdec
  <name>org.osgi:osgi.annotation</name>
9afdec
  <url>http://www.osgi.org/</url>
9afdec
  <organization>
9afdec
    <name>OSGi Alliance</name>
9afdec
    <url>http://www.osgi.org/</url>
9afdec
  </organization>
9afdec
  <licenses>
9afdec
    <license>
9afdec
      <name>Apache License, Version 2.0</name>
9afdec
      <url>http://opensource.org/licenses/apache2.0.php</url>
9afdec
      <distribution>repo</distribution>
9afdec
    </license>
9afdec
  </licenses>
9afdec
  <scm>
9afdec
    <url>https://www.osgi.org/members/git/build.git</url>
9afdec
    <connection>scm:git:https://www.osgi.org/members/git/build.git</connection>
9afdec
    <developerConnection>scm:git:https://www.osgi.org/members/git/build.git</developerConnection>
9afdec
  </scm>
9afdec
  <developers>
9afdec
    <developer>
9afdec
      <id>osgi</id>
9afdec
      <email>info@osgi.org</email>
9afdec
      <name>OSGi Alliance</name>
9afdec
      <organization>OSGi Alliance</organization>
9afdec
    </developer>
9afdec
  </developers>
9afdec
</project>