<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.github.javatlacati.jcalendar</groupId>
  <artifactId>jcalendar-swing</artifactId>
  <version>1.3.4</version>
  <packaging>pom</packaging>
  <name>JCalendar swing</name>
  <description>The JCalendar Component - New Features and Bug Fixes</description>
  <url>http://github.com/javatlacati/jcalendar</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Kai Toedter</name>
      <email>kai@toedter.com</email>
    </developer>
    <developer>
      <name>Luis Miranda</name>
      <email>luis.miranda@fastmail.fm</email>
    </developer>
    <developer>
      <name>Tom Sanders</name>
      <email>tom.sanders@inqwell.com</email>
    </developer>
    <developer>
      <name>Ruslan López Carro</name>
      <email>scherzo16@gmail.com</email>
    </developer>
  </developers>
  <modules>
    <module>jcalendar</module>
    <module>jcalendar-demo</module>
  </modules>
  <scm>
    <connection>scm:git:git://github.com/javatlacati/jcalendar.git</connection>
    <developerConnection>scm:git:git://github.com/javatlacati/jcalendar.git</developerConnection>
    <url>http://github.com/javatlacati/jcalendar.git</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>github</id>
      <name>GitHub Javatlacati's Apache Maven Packages</name>
      <url>https://maven.pkg.github.com/javatlacati/jcalendar</url>
    </repository>
  </distributionManagement>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
</project>
