<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>tech.beshu.ror</groupId>
  <artifactId>audit_3</artifactId>
  <version>1.70.1</version>
  <name>ReadonlyREST audit library</name>
  <description>A library to writing custom audit log serializer for Elasticsearch ReadonlyREST plugin</description>
  <url>https://readonlyrest.com/</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE, Version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>scarduzio</id>
      <name>Simone Scarduzio</name>
      <email>simone@readonlyrest.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:sscarduzio/elasticsearch-readonlyrest-plugin.git</connection>
    <url>https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin/</url>
  </scm>
</project>
