<?xml version="1.0" encoding="UTF-8"?>
<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>ir.huri</groupId>
  <artifactId>JalaliCalendar</artifactId>
  <version>1.3.3</version>
  <name>Jalali Calendar</name>
  <description>JalaliCalendar is a Persian Calendar for java inspired from Roozh project. It has a better API and it's more developer friendly</description>
  <url>https://github.com/razeghi71/JalaliCalendar</url>
  <licenses>
    <license>
      <name>GPL v3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>razeghi71</id>
      <name>Mohammad Razeghi</name>
      <email>razeghi71@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:razeghi71/JalaliCalendar</connection>
    <developerConnection>scm:git:git@github.com:razeghi71/JalaliCalendar</developerConnection>
    <url>https://github.com/razeghi71/JalaliCalendar</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
