2014-10-31 06:20:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-01-05 07:45:36 -05:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2016-11-03 15:34:54 -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/xsd/maven-4.0.0.xsd">
|
2014-10-31 06:20:28 -04:00
|
|
|
<parent>
|
2015-04-27 17:32:30 -04:00
|
|
|
<artifactId>artemis-pom</artifactId>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2017-11-01 01:35:04 -04:00
|
|
|
<version>2.5.0-SNAPSHOT</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
<artifactId>artemis-protocols</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<packaging>pom</packaging>
|
2016-02-12 06:51:52 -05:00
|
|
|
<name>ActiveMQ Artemis Protocols</name>
|
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
|
|
|
|
<properties>
|
2014-11-19 14:58:44 -05:00
|
|
|
<activemq.basedir>${project.basedir}/..</activemq.basedir>
|
2014-10-31 06:20:28 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-amqp-protocol</module>
|
|
|
|
<module>artemis-stomp-protocol</module>
|
|
|
|
<module>artemis-openwire-protocol</module>
|
2015-05-07 07:54:24 -04:00
|
|
|
<module>artemis-hornetq-protocol</module>
|
2015-10-22 10:05:58 -04:00
|
|
|
<module>artemis-hqclient-protocol</module>
|
2015-07-06 12:01:08 -04:00
|
|
|
<module>artemis-mqtt-protocol</module>
|
2014-10-31 06:20:28 -04:00
|
|
|
</modules>
|
|
|
|
|
2014-11-10 11:14:12 -05:00
|
|
|
</project>
|