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

    <!-- This version of stub JZOS library is compatible with Java 11 or later. -->
    <version>3.1.3.3</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/semeru-runtime-ce-z/11?topic=guide-jzos-batch-launcher-toolkit</url>
    <licenses>
        <license>
            <name>L-KQJF-W5WVUL JZOS JAR for IBM Semeru Runtime Certified Edition for z/OS</name>
            <url>https://www.ibm.com/support/customer/csol/terms/?id=L-KQJF-W5WVUL&amp;lc=en</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
</project>