<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>

    <groupId>com.mulesoft.connectivity</groupId>
    <artifactId>interpreted-connectivity-parent-pom</artifactId>
    <name>interpreted-connectivity-parent-pom</name>
    <modules>
        <module>interpreted-connectivity-parent</module>
        <module>connectivity-tooling-bom</module>
    </modules>
    <version>1.5.0-3.develop</version>
    <packaging>pom</packaging>

    <properties>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

        <linkweave.version>1.5.0-90.develop</linkweave.version>

        <data.weave.version>2.10.0</data.weave.version>
        <connectivity.mule.language.version>1.2.0-983.develop</connectivity.mule.language.version>
        <data.weave.http.version>2.10.0</data.weave.http.version>

        <data.weave.http.module.version>${data.weave.http.version}</data.weave.http.module.version>
        <data.weave.http.netty.module.version>${data.weave.http.version}</data.weave.http.netty.module.version>
        <data.weave.maven.plugin.version>2.10.0</data.weave.maven.plugin.version>
        <data.weave.testing.framework.version>2.10.0</data.weave.testing.framework.version>

        <maven.shade.plugin.version>3.5.2</maven.shade.plugin.version>
        <!-- Uber / Local Build Properties -->
        <connector.maven.plugin.version>3.0.2</connector.maven.plugin.version>

        <logback.version>1.5.18</logback.version>
        <!-- TODO: Fix to map version of bom from other modules -->
        <bom.version>1.5.0-3.develop</bom.version>

        <maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
        <release.status>PILOT</release.status>
    </properties>

    <distributionManagement>
        <repository>
            <id>mule-releases</id>
            <name>MuleSoft Release Repository</name>
            <url>https://repository-master.mulesoft.org/nexus/content/repositories/releases</url>
        </repository>
        <snapshotRepository>
            <id>build-snapshots</id>
            <name>MuleSoft Snapshot Repository</name>
            <url>https://repository-master.mulesoft.org/nexus/content/repositories/snapshots/</url>
            <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
    </distributionManagement>

</project>
