|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Copyright © 2017 Ivar Grimstad ([email protected]) |
| 5 | +
|
| 6 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | + you may not use this file except in compliance with the License. |
| 8 | + You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, software |
| 13 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + See the License for the specific language governing permissions and |
| 16 | + limitations under the License. |
| 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/xsd/maven-4.0.0.xsd"> |
| 20 | + <modelVersion>4.0.0</modelVersion> |
| 21 | + <groupId>javax.mvc</groupId> |
| 22 | + <artifactId>javax.mvc-parent</artifactId> |
| 23 | + <version>1.0-SNAPSHOT</version> |
| 24 | + <packaging>pom</packaging> |
| 25 | + <name>MVC ${project.version} Parent</name> |
| 26 | + <url>https://www.mvc-spec.org/</url> |
| 27 | + |
| 28 | + <organization> |
| 29 | + <name>Ivar Grimstad</name> |
| 30 | + <url>https://www.mvc-spec.org/</url> |
| 31 | + </organization> |
| 32 | + |
| 33 | + <issueManagement> |
| 34 | + <system>github</system> |
| 35 | + <url>https://github.com/mvc-spec/mvc-spec/issues</url> |
| 36 | + </issueManagement> |
| 37 | + |
| 38 | + <mailingLists> |
| 39 | + <mailingList> |
| 40 | + <name>JSR371 Expert Group List</name> |
| 41 | + < archive> [email protected]</ archive> |
| 42 | + </mailingList> |
| 43 | + <mailingList> |
| 44 | + <name>MVC Specification Users List</name> |
| 45 | + < archive> [email protected]</ archive> |
| 46 | + </mailingList> |
| 47 | + </mailingLists> |
| 48 | + |
| 49 | + <scm> |
| 50 | + <connection>scm:git:https://github.com/mvc-spec/mvc-spec.git</connection> |
| 51 | + <developerConnection>scm:git:https://github.com/mvc-spec/mvc-spec.git</developerConnection> |
| 52 | + </scm> |
| 53 | + |
| 54 | + <distributionManagement> |
| 55 | + <snapshotRepository> |
| 56 | + <id>ossrh</id> |
| 57 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 58 | + </snapshotRepository> |
| 59 | + <repository> |
| 60 | + <id>ossrh</id> |
| 61 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 62 | + </repository> |
| 63 | + </distributionManagement> |
| 64 | + |
| 65 | + <properties> |
| 66 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 67 | + <maven.deploy.skip>true</maven.deploy.skip> |
| 68 | + </properties> |
| 69 | + |
| 70 | + <modules> |
| 71 | + <module>spec</module> |
| 72 | + <module>api</module> |
| 73 | + </modules> |
| 74 | + |
| 75 | +</project> |
0 commit comments