<?xml version="1.0"?>
<!--

    Copyright The OpenZipkin Authors
    SPDX-License-Identifier: Apache-2.0

-->
<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">
  <parent>
    <groupId>io.zipkin.brave</groupId>
    <artifactId>brave-instrumentation-parent</artifactId>
    <version>6.1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>brave-instrumentation-jakarta-jms</artifactId>
  <name>Brave Instrumentation: JMS (Jakarta) - Relocation Artifact</name>

  <properties>
      <license.skip>true</license.skip>
  </properties>

  <distributionManagement>
    <relocation>
      <artifactId>brave-instrumentation-jms-jakarta</artifactId>
    </relocation>
  </distributionManagement>
</project>
