<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.axelor.app</groupId>
  <artifactId>com.axelor.app.gradle.plugin</artifactId>
  <version>8.2.3</version>
  <packaging>pom</packaging>
  <name>Axelor AOP - axelor-gradle</name>
  <description>Gradle plugin for integrating Axelor</description>
  <url>https://github.com/axelor/axelor-open-platform</url>
  <organization>
    <name>Axelor</name>
    <url>https://axelor.com</url>
  </organization>
  <licenses>
    <license>
      <name>GNU Affero General Public License version 3</name>
      <url>https://www.gnu.org/licenses/agpl-3.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>axelor-team</id>
      <name>Axelor Team</name>
      <email>it@axelor.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/axelor/axelor-open-platform.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/axelor/axelor-open-platform.git</developerConnection>
    <url>https://github.com/axelor/axelor-open-platform</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.axelor</groupId>
      <artifactId>axelor-gradle</artifactId>
      <version>8.2.3</version>
    </dependency>
  </dependencies>
</project>
