<?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.at.fullcalendar</groupId>
  <artifactId>react</artifactId>
  <version>6.1.21</version>
  <name>fullcalendar react</name>
  <description>The official React Component for FullCalendar</description>
  <url>https://fullcalendar.io/docs/react</url>
  <organization>
    <name>fullcalendar react</name>
    <url>https://fullcalendar.io/docs/react</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-react.git</connection>
    <developerConnection>https://github.com/fullcalendar/fullcalendar-react.git</developerConnection>
    <url>https://github.com/fullcalendar/fullcalendar-react</url>
  </scm>
  <issueManagement>
    <url>https://github.com/fullcalendar/fullcalendar-react/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-react-dom.version>[16.7.0,17),[17,18),[18,19),[19,20)</org.mvnpm-react-dom.version>
    <org.mvnpm.at.fullcalendar-core.version>[6.1.21,6.2)</org.mvnpm.at.fullcalendar-core.version>
    <org.mvnpm-react.version>[16.7.0,17),[17,18),[18,19),[19,20)</org.mvnpm-react.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.fullcalendar</groupId>
      <artifactId>core</artifactId>
      <version>${org.mvnpm.at.fullcalendar-core.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>react</artifactId>
      <version>${org.mvnpm-react.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>react-dom</artifactId>
      <version>${org.mvnpm-react-dom.version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
