<?xml version="1.0"?>
<project 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.subscript-lang</groupId>
  <artifactId>scala-reflect</artifactId>
  <packaging>jar</packaging>
  <version>2.11.0</version>
  <name>Scala Compiler</name>
  <description>Compiler for the SubScript extension of the Scala Programming Language</description>
  <url>http://www.scala-lang.org/</url>
    <inceptionYear>2011</inceptionYear>
    <organization>
        <name>Delftware Technology</name>
        <url>http://subscript-lang.org/</url>
    </organization>
    <licenses>
        <license>
            <name>GNU GPL</name>
            <url>http://www.gnu.org/copyleft/gpl.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/AndreVanDelft/scala.git</connection>
        <url>https://github.com/AndreVanDelft/scala.git</url>
    </scm>
    <issueManagement>
        <system>GitHub</system>
        <url>https://github.com/AndreVanDelft/scala/issues/</url>
    </issueManagement>
  <properties>
    <info.apiURL>http://www.scala-lang.org/api/2.11.0/</info.apiURL>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.subscript-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.11.0</version>
    </dependency>
  </dependencies>
  <developers>
    <developer>
      <id>lamp</id>
      <name>EPFL LAMP</name>
    </developer>
    <developer>
      <id>Typesafe</id>
      <name>Typesafe, Inc.</name>
    </developer>
  </developers>
</project>
