<?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.uml13.maven.plugin</artifactId>
  <version>3.3.0</version>
  <packaging>maven-plugin</packaging>
  <name>modelant.uml13.maven.plugin</name>
  <description>Maven plugins to reverse engineer XSD and relational databases to UML 1.3 models and compare UML 1.3 models</description>
  <url>https://mdatools.net/modelant.uml13/modelant.uml13.maven/modelant.uml13.maven.plugin/</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.uml13/modelant.uml13.maven/modelant.uml13.maven.plugin</connection>
    <developerConnection>scm:git:https://github.com/rpopov/modelant.git/modelant.uml13/modelant.uml13.maven/modelant.uml13.maven.plugin</developerConnection>
    <url>https://github.com/rpopov/modelant/modelant.uml13/modelant.uml13.maven/modelant.uml13.maven.plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.mdatools</groupId>
      <artifactId>modelant.repository.impl</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.mdatools</groupId>
      <artifactId>modelant.uml13.reverse</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
