<?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>
  <parent>
    <groupId>com.github.ehrbase.openEHR_SDK</groupId>
    <artifactId>root</artifactId>
    <version>v1.5.0</version>
  </parent>
  <groupId>com.github.ehrbase.openEHR_SDK</groupId>
  <artifactId>opt-1.4</artifactId>
  <version>v1.5.0</version>
  <name>ehrbase/openEHR_SDK</name>
  <url>https://github.com/ehrbase/openEHR_SDK</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>Other</name>
      <url></url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ehrbase</id>
      <name></name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/ehrbase/openEHR_SDK.git</connection>
    <developerConnection>scm:git://github.com/ehrbase/openEHR_SDK.git</developerConnection>
    <url>git://github.com/ehrbase/openEHR_SDK.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.xmlbeans</groupId>
      <artifactId>xmlbeans</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>xmlbeans-maven-plugin</artifactId>
        <version>2.3.3</version>
        <executions>
          <execution>
            <goals>
              <goal>xmlbeans</goal>
            </goals>
          </execution>
        </executions>
        <inherited>true</inherited>
        <configuration>
          <schemaDirectory>src/main/xsd</schemaDirectory>
          <javaSource>1.8</javaSource>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
