<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.enroute.base.api</artifactId>
  <version>2.0.0</version>
  <description>enRoute is an OSGi project that creates a runtime environment for developing applications. This bundle provides the base API for this environment. In any enRoute 2.0.0.201610141455 environment you will find implementations for all the contained services. The purpose of this bundle is to be use for compilation, it must not be used in a runtime; in general, providers must carry their service packages.</description>
  <name>osgi.enroute.base.api</name>
  <url>http://enroute.osgi.org/</url>
  <organization>
    <name>OSGi Alliance</name>
    <url>http://www.osgi.org/</url>
  </organization>
  <licenses>
    <license>
      <name>http://opensource.org/licenses/apache2.0.php</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
      <comments>Apache License, Version 2.0</comments>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/osgi/osgi.enroute</url>
    <connection>scm:git:https://github.com/osgi/osgi.enroute.git</connection>
    <developerConnection>scm:git:git@github.com:osgi/osgi.enroute.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>osgi</id>
      <email>info@osgi.org</email>
      <name>OSGi Alliance</name>
      <organization>OSGi Alliance</organization>
    </developer>
  </developers>
</project>
