Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 4 | Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved. |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 5 | |
| 6 | This program and the accompanying materials are made available under the |
| 7 | terms of the Eclipse Public License v. 2.0, which is available at |
| 8 | http://www.eclipse.org/legal/epl-2.0. |
| 9 | |
| 10 | This Source Code may also be made available under the following Secondary |
| 11 | Licenses when the conditions for such availability set forth in the |
| 12 | Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| 13 | version 2 with the GNU Classpath Exception, which is available at |
| 14 | https://www.gnu.org/software/classpath/license.html. |
| 15 | |
| 16 | SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| 17 | |
| 18 | --> |
| 19 | |
| 20 | <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"> |
| 21 | <parent> |
| 22 | <groupId>org.glassfish.main</groupId> |
| 23 | <artifactId>glassfish-parent</artifactId> |
David Matějček | 36b3ba0 | 2021-05-04 21:15:35 +0200 | [diff] [blame] | 24 | <version>6.1.1-SNAPSHOT</version> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 25 | </parent> |
| 26 | |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <groupId>org.glassfish.main.jdbc</groupId> |
| 29 | <artifactId>jdbc</artifactId> |
| 30 | <name>JDBC Module</name> |
| 31 | <packaging>pom</packaging> |
David Matějček | 36b3ba0 | 2021-05-04 21:15:35 +0200 | [diff] [blame] | 32 | <version>6.1.1-SNAPSHOT</version> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 33 | |
| 34 | <build> |
| 35 | <plugins> |
| 36 | <plugin> |
| 37 | <groupId>org.glassfish.build</groupId> |
| 38 | <artifactId>glassfishbuild-maven-plugin</artifactId> |
| 39 | <configuration> |
| 40 | <!-- configuration for the run mojo --> |
| 41 | <distribution> |
| 42 | <groupId>org.glassfish.distributions</groupId> |
| 43 | <artifactId>web</artifactId> |
| 44 | <version>${project.version}</version> |
| 45 | </distribution> |
| 46 | </configuration> |
| 47 | </plugin> |
| 48 | </plugins> |
| 49 | </build> |
| 50 | |
| 51 | <developers> |
| 52 | <developer> |
| 53 | <id>jr158900</id> |
| 54 | <name>Jagadish Ramu</name> |
| 55 | <url>http://blogs.sun.com/JagadishPrasath</url> |
| 56 | <organization>Oracle, Inc.</organization> |
| 57 | <roles> |
| 58 | <role>lead</role> |
| 59 | <role>developer</role> |
| 60 | </roles> |
| 61 | </developer> |
| 62 | |
| 63 | <developer> |
| 64 | <id>sm157516</id> |
| 65 | <name>Shalini Muthukrishnan</name> |
| 66 | <url>http://blogs.sun.com/technical</url> |
| 67 | <organization>Oracle, Inc.</organization> |
| 68 | <roles> |
| 69 | <role>developer</role> |
| 70 | </roles> |
| 71 | </developer> |
| 72 | </developers> |
| 73 | |
| 74 | <modules> |
| 75 | <module>jdbc-ra</module> |
| 76 | <module>admin</module> |
David Matějček | 4aceee0 | 2021-05-12 21:18:27 +0200 | [diff] [blame] | 77 | <module>templates</module> |
| 78 | <module>jdbc-config</module> |
| 79 | <module>jdbc-runtime</module> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 80 | </modules> |
| 81 | </project> |