<?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>
  <parent>
    <groupId>com.github.everit-org.json-schema</groupId>
    <artifactId>org.everit.json.schema.parent</artifactId>
    <version>1.11.1</version>
  </parent>
  <groupId>com.github.everit-org.json-schema</groupId>
  <artifactId>org.everit.json.schema.tests.parent</artifactId>
  <version>1.11.1</version>
  <packaging>pom</packaging>
  <name>everit-org/json-schema</name>
  <description>JSON Schema validator for java, based on the org.json API</description>
  <url>https://github.com/everit-org/json-schema</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>Other</name>
      <url></url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>everit-org</id>
      <name>Everit Kft.</name>
      <email>info@everit.biz</email>
    </developer>
  </developers>
  <modules>
    <module>vanilla</module>
    <module>android</module>
  </modules>
  <scm>
    <connection>scm:git://github.com/everit-org/json-schema.git</connection>
    <developerConnection>scm:git://github.com/everit-org/json-schema.git</developerConnection>
    <url>git://github.com/everit-org/json-schema.git</url>
  </scm>
</project>
