<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>com.ibm.jzos</groupId>
    <artifactId>ibmjzos</artifactId>

    <!-- This version of stub JZOS library is compatible with Java 8. -->
    <version>2.4.11.2</version>

    <organization>
        <name>IBM Corp.</name>
    </organization>

    <name>JZOS Batch Launcher and Toolkit</name>
    <description>
        Java™ Batch Launcher and Toolkit for z/OS® (JZOS) is a set of tools that helps you to develop z/OS Java applications that 
        run in a traditional batch environment, and that access z/OS system services. This is a non-functional version of the JZOS jar 
        file to be used for compiling applications only.
    </description>
    <url>https://www.ibm.com/docs/en/sdk-java-technology/8?topic=components-jzos-batch-launcher-toolkit</url>
    <licenses>
        <license>
            <name>L-XUCA-3FC87U JZOS JAR for IBM SDK for z/OS, Java Technology Edition</name>
            <url>https://www.ibm.com/support/customer/csol/terms/?id=L-XUCA-3FC87U&amp;lc=en</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
</project>
