2014-10-31 06:20:28 -04:00
|
|
|
<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>
|
2014-11-11 07:46:32 -05:00
|
|
|
<groupId>org.apache.activemq6.examples</groupId>
|
|
|
|
<artifactId>activemq6-examples</artifactId>
|
|
|
|
<version>6.0.0-SNAPSHOT</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</parent>
|
|
|
|
|
2014-11-11 07:46:32 -05:00
|
|
|
<groupId>org.apache.activemq6.examples.core</groupId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<artifactId>core-examples</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2014-11-11 07:46:32 -05:00
|
|
|
<name>ActiveMQ6 Core Examples</name>
|
2014-10-31 06:20:28 -04:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<udp-address>231.7.7.7</udp-address>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
</project>
|