<?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>net.mdatools</groupId>
  <artifactId>modelant.core.impl</artifactId>
  <version>3.3.0</version>
  <name>modelant.core.impl</name>
  <description>Implementation of the modelant core functionality.</description>
  <url>https://mdatools.net/modelant.core/modelant.core.impl/</url>
  <licenses>
    <license>
      <name>Eclipse Public License v 2.0</name>
      <url>https://www.eclipse.org/legal/epl-v20.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Rusi Popov</name>
      <email>popovr@mdatools.net</email>
      <organization>MDA Tools</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/rpopov/modelant.git/modelant.core/modelant.core.impl</connection>
    <developerConnection>scm:git:https://github.com/rpopov/modelant.git/modelant.core/modelant.core.impl</developerConnection>
    <url>https://github.com/rpopov/modelant/modelant.core/modelant.core.impl</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.mdatools</groupId>
      <artifactId>modelant.core.api</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.mdatools</groupId>
      <artifactId>modelant.repository.api</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
