<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.eclipsesource.jaxrs</groupId>
  <artifactId>swagger-all</artifactId>
  <version>1.5.7</version>
  <name>Jersey All (Rebundled)</name>
  <packaging>jar</packaging>
  <organization>
    <name>EclipseSource</name>
    <url>http://eclipsesource.com/</url>
  </organization>
  <description>swagger-all is a rebundled verison of Swagger as one OSGi bundle.</description>
	<url>https://github.com/hstaudacher/osgi-jax-rs-connector</url>
  <scm>
    <url>git://github.com/hstaudacher/osgi-jax-rs-connector.git</url>
    <connection>scm:git:git://github.com/hstaudacher/osgi-jax-rs-connector.git</connection>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/hstaudacher/osgi-jax-rs-connector/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>	
  </licenses>
  <developers>
    <developer>
      <name>Holger Staudacher</name>
      <organization>EclipseSource</organization>
    </developer>
  </developers>
</project>