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

   <groupId>org.rh-messaging</groupId>
   <artifactId>rh-messaging-pom</artifactId>
   <version>1.0</version>
   <packaging>pom</packaging>

   <name>Red Hat Messaging POM</name>
   <url>https://github.com/rh-messaging/rh-messaging-pom</url>
   <description>This is a shared POM parent for Red Hat Messaging Maven projects</description>


   <scm>
      <url>https://github.com/rh-messaging/rh-messaging-pom</url>
   </scm>

   <licenses>
      <license>
         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      </license>
   </licenses>

   <developers>
      <developer>
         <name>Andy Taylor</name>
         <email>ataylor@redhat.com</email>
         <organization>Red Hat</organization>
      </developer>
   </developers>

   <distributionManagement>
      <repository>
         <id>jboss-releases-repository</id>
         <name>JBoss Releases Repository</name>
         <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
      </repository>
      <snapshotRepository>
         <id>jboss-snapshots-repository</id>
         <name>JBoss Snapshots Repository</name>
         <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
      </snapshotRepository>
   </distributionManagement>
</project>