<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2016, 2026 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0 which is available at
    http://www.eclipse.org/legal/epl-2.0,
    or the Eclipse Distribution License v. 1.0 which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->

<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.eclipse.ee4j</groupId>
        <artifactId>project</artifactId>
        <version>2.0.4</version>
    </parent>

    <!-- Published under the OLD group ID intentionally. -->
    <groupId>org.eclipse</groupId>
    <artifactId>yasson</artifactId>
    <version>3.0.5</version>
    <packaging>pom</packaging>
    <name>Yasson</name>
    <description>
        Relocation POM. The artifact has moved to org.eclipse.yasson:yasson.
        Add org.eclipse.yasson:yasson to your dependencies instead.
    </description>

    <distributionManagement>
        <relocation>
            <groupId>org.eclipse.yasson</groupId>
            <artifactId>yasson</artifactId>
            <message>
                The groupId has changed from org.eclipse to org.eclipse.yasson.
                Update your dependency to org.eclipse.yasson:yasson.
            </message>
        </relocation>
    </distributionManagement>

    <build>
        <plugins>
            <!-- Nothing to compile or test; skip source/javadoc jars for this POM-only module. -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <configuration>
                    <skipSource>true</skipSource>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
