<?xml version="1.0"?>
<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>

	<parent>
		<groupId>com.top-logic</groupId>
		<artifactId>tl-parent-all</artifactId>
		<version>7.9.3</version>
	</parent>

	<artifactId>tl-sap-parent</artifactId>
	<description>Aggregator module that builds all projects of the TopLogic SAP connector.</description>

    <licenses>
        <license>
            <name>BOS-TopLogic-1.0</name>
            <url>https://github.com/top-logic/.github/blob/main/LICENSES/LicenseRef-BOS-TopLogic-1.0.md</url>
        </license>
    </licenses>

	<organization>
		<name>Business Operation Systems GmbH</name>
		<url>https://www.top-logic.com</url>
	</organization>

	<packaging>pom</packaging>

	<modules>
		<module>../com.top_logic.sap2</module>
		<module>../com.top_logic.sap3</module>
	</modules>

	<build>
	</build>
</project>
