<?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>se.curity.identityserver</groupId>
  <artifactId>identityserver.sdk</artifactId>
  <version>8.2.2</version>
  <name>Curity Identity Server SDK</name>
  <description>The Software Development Kit (SDK) that defines the types that may be used by extensions to add functionality to the Curity Identity Server</description>
  <url>https://curity.io/product/</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>The Curity Identity Server License Agreement</name>
      <url>https://curity.io/</url>
      <distribution>manual</distribution>
      <comments>To obtain a license for using the SDK, contact sales@curity.io</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Travis Spencer</name>
      <email>travis.spencer@curity.io</email>
      <organization>Curity AB</organization>
      <organizationUrl>https://curity.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>https://curity.io/product/</url>
  </scm>
  <issueManagement>
    <system>Curity Help Desk</system>
    <url>https://curity.support/</url>
  </issueManagement>
</project>
