<?xml version="1.0"?>
<!--
  ~ Copyright (c) 2013-2022 QuartzDesk.com. All Rights Reserved.
  ~ QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.quartzdesk</groupId>
  <artifactId>quartzdesk-web</artifactId>
  <version>4.0.10</version>
  <packaging>war</packaging>

  <name>QuartzDesk Web Application</name>

  <description>
    QuartzDesk Web Application that provides the GUI for the QuartzDesk platform. This web application is required for all QuartzDesk edition installations.
  </description>

  <url>https://www.quartzdesk.com</url>

  <licenses>
    <license>
      <name>QuartzDesk Commercial License</name>
      <url>https://www.quartzdesk.com/licensing/commercial-license</url>
    </license>
  </licenses>

  <scm>
    <url>http://scm.quartzdesk.com/svn/quartzdesk/quartzdesk/tags/quartzdesk-pom-4.0.10/quartzdesk-web</url>
    <connection>scm:svn:http://scm.quartzdesk.com/svn/quartzdesk/quartzdesk/tags/quartzdesk-pom-4.0.10/quartzdesk-web</connection>
  </scm>

  <developers>
    <developer>
      <name>QuartzDesk Team</name>
      <email>support@quartzdesk.com</email>
      <organization>QuartzDesk.com</organization>
      <organizationUrl>https://www.quartzdesk.com</organizationUrl>
    </developer>
  </developers>

</project>
