blob: a04fb6900f37347ffe7a4db3e6cbedcb75f92b2c [file] [log] [blame]
Vinay Vishal57171472018-09-18 20:22:00 +05301<!--
2
hussainnm53712522021-02-18 19:46:31 +05303 Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
Vinay Vishal57171472018-09-18 20:22:00 +05304
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v. 2.0, which is available at
7 http://www.eclipse.org/legal/epl-2.0.
8
9 This Source Code may also be made available under the following Secondary
10 Licenses when the conditions for such availability set forth in the
11 Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
12 version 2 with the GNU Classpath Exception, which is available at
13 https://www.gnu.org/software/classpath/license.html.
14
15 SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
16
17-->
18
19<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">
20 <modelVersion>4.0.0</modelVersion>
21 <parent>
22 <groupId>org.glassfish.main</groupId>
23 <artifactId>glassfish-parent</artifactId>
hussainnm59208822021-02-18 18:42:53 +053024 <version>6.1.0-SNAPSHOT</version>
Vinay Vishal57171472018-09-18 20:22:00 +053025 <relativePath>../pom.xml</relativePath>
26 </parent>
27 <groupId>org.glassfish.main.jms</groupId>
28 <artifactId>jms</artifactId>
29 <packaging>pom</packaging>
30 <name>GlassFish JMS modules</name>
31 <modules>
32 <module>jms-core</module>
33 <module>admin</module>
34 <module>gf-jms-connector</module>
35 <module>gf-jms-injection</module>
36 <module>jmsra</module>
37 </modules>
38</project>