<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.mulesoft.mule.runtime</groupId>
        <artifactId>mule</artifactId>
        <version>4.10.1</version>
    </parent>

    <artifactId>mule-manifest-ee</artifactId>
    <packaging>jar</packaging>
    <name>Mule EE Manifest</name>
    <description>Mule Runtime EE Manifest</description>

    <properties>
        <javaModuleName>com.mulesoft.mule.runtime.manifest.ee</javaModuleName>
        <oldMuleArtifactVersion>4.9.0-SNAPSHOT</oldMuleArtifactVersion>
    </properties>

</project>
