<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.safetorun</groupId>
  <artifactId>safeToRunInternal</artifactId>
  <version>2.0.0-beta</version>
  <name>safeToRunInternal</name>
  <description>Safe to run</description>
  <url>https://github.com/Safetorun/safe_to_run/</url>
  <licenses>
    <license>
      <name>Safe to run License</name>
      <url>https://github.com/Safetorun/safe_to_run/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dllewellyn</id>
      <name>Daniel Llewellyn</name>
      <email>danieln.llewellyn@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/Safetorun/safe_to_run.git</connection>
    <developerConnection>scm:git:ssh://github.com/Safetorun/safe_to_run.git</developerConnection>
    <url>https://github.com/Safetorun/safe_to_run/tree/main</url>
  </scm>
</project>
