| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| 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. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <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.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>39</version> |
| <relativePath><!--Resolve on repository--></relativePath> |
| </parent> |
| |
| <groupId>org.apache.geronimo</groupId> |
| <artifactId>geronimo-mail_2.1_parent</artifactId> |
| <version>1.1.1-SNAPSHOT</version> |
| |
| <packaging>pom</packaging> |
| |
| <name>Apache Geronimo Jakarta Mail 2.1</name> |
| <description>Jakarta Mail 2.1 API Specification</description> |
| |
| <scm> |
| <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-mail.git</connection> |
| <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-mail.git</developerConnection> |
| <url>http://gitbox.apache.org/repos/asf/geronimo-mail.git</url> |
| <tag>geronimo-mail_2.1_parent-1.1.0</tag> |
| </scm> |
| |
| <issueManagement> |
| <system>jira</system> |
| <url>https://issues.apache.org/jira/browse/GERONIMO</url> |
| </issueManagement> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Geronimo Commits List</name> |
| <subscribe>commits-subscribe@geronimo.apache.org</subscribe> |
| <unsubscribe>commits-unsubscribe@geronimo.apache.org</unsubscribe> |
| <post>commits@geronimo.apache.org</post> |
| <archive>https://mail-archives.apache.org/mod_mbox/geronimo-commits/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Geronimo Developer List</name> |
| <subscribe>dev-subscribe@geronimo.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@geronimo.apache.org</unsubscribe> |
| <post>dev@geronimo.apache.org</post> |
| <archive>https://mail-archives.apache.org/mod_mbox/geronimo-dev/</archive> |
| </mailingList> |
| <mailingList> |
| <name>Geronimo Users List</name> |
| <subscribe>users-subscribe@geronimo.apache.org</subscribe> |
| <unsubscribe>users-unsubscribe@geronimo.apache.org</unsubscribe> |
| <post>users@geronimo.apache.org</post> |
| <archive>https://mail-archives.apache.org/mod_mbox/geronimo-users/</archive> |
| </mailingList> |
| </mailingLists> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>3.5.6</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| |
| <modules> |
| <module>geronimo-mail_2.1_spec</module> |
| <module>geronimo-mail_2.1_impl</module> |
| <module>geronimo-mail_2.1_tck</module> |
| </modules> |
| |
| </project> |