<?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>org.mvnpm</groupId>
  <artifactId>fullcalendar</artifactId>
  <version>6.1.21</version>
  <name>fullcalendar</name>
  <description>Easily render a full-sized drag &amp; drop calendar with a combination of standard plugins</description>
  <url>https://fullcalendar.io/docs/initialize-globals</url>
  <organization>
    <name>Adam Shaw</name>
    <url>https://fullcalendar.io/docs/initialize-globals</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>arshaw</name>
      <email>arshaw@arshaw.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/fullcalendar/fullcalendar.git</connection>
    <developerConnection>https://github.com/fullcalendar/fullcalendar.git</developerConnection>
    <url>https://github.com/fullcalendar/fullcalendar</url>
  </scm>
  <issueManagement>
    <url>https://fullcalendar.io/reporting-bugs</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.fullcalendar-daygrid.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-daygrid.version>
    <org.mvnpm.at.fullcalendar-timegrid.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-timegrid.version>
    <org.mvnpm.at.fullcalendar-multimonth.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-multimonth.version>
    <org.mvnpm.at.fullcalendar-core.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-core.version>
    <org.mvnpm.at.fullcalendar-interaction.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-interaction.version>
    <org.mvnpm.at.fullcalendar-list.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-list.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>core</artifactId>
      <version>${org.mvnpm.at.fullcalendar-core.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>list</artifactId>
      <version>${org.mvnpm.at.fullcalendar-list.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>daygrid</artifactId>
      <version>${org.mvnpm.at.fullcalendar-daygrid.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>timegrid</artifactId>
      <version>${org.mvnpm.at.fullcalendar-timegrid.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>multimonth</artifactId>
      <version>${org.mvnpm.at.fullcalendar-multimonth.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>interaction</artifactId>
      <version>${org.mvnpm.at.fullcalendar-interaction.version}</version>
    </dependency>
  </dependencies>
</project>
