activemq-artemis/examples/core/pom.xml

21 lines
657 B
XML
Raw Normal View History

<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>
<parent>
<groupId>org.hornetq.examples</groupId>
<artifactId>hornetq-examples</artifactId>
<version>2.5.0-SNAPSHOT</version>
</parent>
<groupId>org.hornetq.examples.core</groupId>
<artifactId>core-examples</artifactId>
<packaging>pom</packaging>
<name>HornetQ Core Examples</name>
<properties>
<udp-address>231.7.7.7</udp-address>
</properties>
</project>