<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.labs64.netlicensing</groupId>
  <artifactId>netlicensing-client-parent</artifactId>
  <version>2.9.4</version>
  <packaging>pom</packaging>
  <name>Labs64 :: NetLicensing :: Client :: Parent</name>
  <description>Java wrapper for Labs64 NetLicensing RESTful API</description>
  <url>https://netlicensing.io</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>netlicensing</id>
      <name>Labs64 NetLicensing</name>
      <email>info@netlicensing.io</email>
      <url>https://www.linkedin.com/showcase/netlicensing/</url>
      <organization>Labs64 GmbH</organization>
      <organizationUrl>https://www.labs64.de</organizationUrl>
      <roles>
        <role>Project Manager</role>
        <role>Developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</connection>
    <developerConnection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</developerConnection>
    <url>https://github.com/Labs64/NetLicensingClient-java</url>
  </scm>
</project>
