<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>it.unibo.alchemist</groupId>
  <artifactId>alchemist-incarnation-protelis</artifactId>
  <version>0.1.0</version>
  <name>alchemist-incarnation-protelis</name>
  <description>Implementation of the Alchemist's meta-meta model supporting execution of Protelis programs</description>
  <url>https://github.com/DanySK/alchemist-incarnation-protelis</url>
  <licenses>
    <license>
      <name>GPL linking exception</name>
      <url>https://github.com/DanySK/alchemist-incarnation-protelis/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@unibo.it</email>
      <url>http://danilopianini.apice.unibo.it/</url>
    </developer>
    <developer>
      <name>Jacob Beal</name>
      <email>jakebeal@bbn.com</email>
      <url>http://web.mit.edu/jakebeal/www/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:DanySK/alchemist-incarnation-protelis.git</connection>
    <developerConnection>scm:git:git@github.com:DanySK/alchemist-incarnation-protelis.git</developerConnection>
    <url>https://github.com/DanySK/alchemist-incarnation-protelis</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>[4.3, 5.0[</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alice.tuprolog</groupId>
      <artifactId>tuprolog</artifactId>
      <version>[2.0.0, 3.0.0[</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist.protelis</artifactId>
      <version>[1.0.0, 2.0.0[</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-implementationbase</artifactId>
      <version>[0.1.0, 1.0.0[</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
