<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.jmolecules</groupId>
  <artifactId>jmolecules-ddd</artifactId>
  <version>1.6.0</version>
  <name>jMolecules - DDD</name>
  <description>Architectural concepts in Java</description>
  <url>https://github.com/xmolecules/jmolecules/jmolecules-ddd</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>odrotbohm</id>
      <name>Oliver Drotbohm</name>
      <email>odrotbohm@vmware.com</email>
      <organization>VMware Inc.</organization>
      <organizationUrl>https://vmware.com</organizationUrl>
    </developer>
    <developer>
      <id>hschwentner</id>
      <name>Henning Schwentner</name>
      <email>hs@wps.de</email>
      <organization>WPS – Workplace Solutions GmbH</organization>
      <organizationUrl>https://www.wps.de</organizationUrl>
    </developer>
    <developer>
      <id>spirnbaum</id>
      <name>Stephan Pirnbaum</name>
      <email>stephan.pirnbaum@buschmais.com</email>
      <organization>buschmais GbR</organization>
      <organizationUrl>https://www.buschmais.de</organizationUrl>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Sascha Kohlmann</name>
      <email>sascha.kohlmann@gmail.com</email>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:git:https://github.com/xmolecules/jmolecules/jmolecules-ddd</connection>
    <developerConnection>scm:git:ssh://git@github.com/xmolecules/jmolecules.git/jmolecules-ddd</developerConnection>
    <tag>1.6.0</tag>
    <url>https://github.com/xmolecules/jmolecules/jmolecules-ddd</url>
  </scm>
</project>
