<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.gitlab.evertduipmans</groupId>
  <artifactId>saxiongameapp</artifactId>
  <version>0.2.0</version>
  <name>saxiongameapp</name>
  <description>An application for students of Saxion HBO-ICT course It's In The Game. It is a wrapper around the LibGDX gaming engine, to build simple 2D games.</description>
  <url>https://gitlab.com/saxionnl/hbo-ict/tools/saxiongameapp</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>evertduipmans</id>
      <name>Evert Duipmans</name>
      <email>e.f.duipmans@saxion.nl</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitlab.com/saxionnl/hbo-ict/tools/saxiongameapp.git</connection>
    <developerConnection>scm:git:https://gitlab.com/saxionnl/hbo-ict/tools/saxiongameapp.git</developerConnection>
    <url>https://gitlab.com/saxionnl/hbo-ict/tools/saxiongameapp</url>
  </scm>
  <packaging>jar</packaging>
</project>
