<?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>

  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>9</version>
  </parent>

  <groupId>org.jboss.spec.javax.ws.rs</groupId>
  <artifactId>jboss-jaxrs-api_1.1_spec</artifactId>
  <version>1.0.1.Final</version>
  <packaging>jar</packaging>

  <name>The Java(TM) API for RESTful Web Services (JAX-RS) 1.1</name>
  <description>JSR 311: The Java(TM) API for RESTful Web Services (JAX-RS) 1.1</description>

  <licenses>
    <license>
      <name>CDDL</name>
      <url>http://www.opensource.org/licenses/cddl1.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git@github.com:jboss/jboss-jaxrs-api_spec.git</connection>
    <developerConnection>scm:git:git@github.com:jboss/jboss-jaxrs-api_spec.git</developerConnection>
    <url>https://github.com/jboss/jboss-jaxrs-api_spec</url>
  </scm>

</project>
