<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
        <artifactId>quarkus-relocations-parent</artifactId>
        <groupId>io.quarkus</groupId>
        <version>2.10.0.Final</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>quarkus-amazon-sqs</artifactId>

    <distributionManagement>
        <relocation>
            <groupId>io.quarkiverse.amazonservices</groupId>
            <artifactId>quarkus-amazon-sqs</artifactId>
            <version>1.0.2</version>
            <message>${project.groupId}:${project.artifactId} was relocated to io.quarkiverse.amazonservices:${project.artifactId} and is now managed by the io.quarkus.platform:quarkus-amazon-services-bom:${project.version}. Please, update its groupId in the dependency declaration and import io.quarkus.platform:quarkus-amazon-services-bom:${project.version} in your project configuration. For more information about this change, please, refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.6</message>
        </relocation>
    </distributionManagement>
</project>
