|
3 | 3 |
|
4 | 4 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
5 | 5 |
|
6 |
| - Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved. |
| 6 | + Copyright (c) 2012-2017 Oracle and/or its affiliates. All rights reserved. |
7 | 7 |
|
8 | 8 | The contents of this file are subject to the terms of either the GNU
|
9 | 9 | General Public License Version 2 only ("GPL") or the Common Development
|
10 | 10 | and Distribution License("CDDL") (collectively, the "License"). You
|
11 | 11 | may not use this file except in compliance with the License. You can
|
12 | 12 | obtain a copy of the License at
|
13 |
| - https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html |
14 |
| - or packager/legal/LICENSE.txt. See the License for the specific |
| 13 | + https://oss.oracle.com/licenses/CDDL+GPL-1.1 |
| 14 | + or LICENSE.txt. See the License for the specific |
15 | 15 | language governing permissions and limitations under the License.
|
16 | 16 |
|
17 | 17 | When distributing the software, include this License Header Notice in each
|
18 |
| - file and include the License file at packager/legal/LICENSE.txt. |
| 18 | + file and include the License file at LICENSE.txt. |
19 | 19 |
|
20 | 20 | GPL Classpath Exception:
|
21 | 21 | Oracle designates this particular file as subject to the "Classpath"
|
|
51 | 51 |
|
52 | 52 | <groupId>javax.annotation</groupId>
|
53 | 53 | <artifactId>javax.annotation-api</artifactId>
|
54 |
| - <version>1.4-SNAPSHOT</version> |
| 54 | + <version>1.3.1-SNAPSHOT</version> |
55 | 55 |
|
56 | 56 | <properties>
|
57 | 57 | <non.final>false</non.final>
|
|
70 | 70 | <url>http://jcp.org/en/jsr/detail?id=250</url>
|
71 | 71 |
|
72 | 72 | <developers>
|
73 |
| - <developer> |
74 |
| - <id>mode</id> |
75 |
| - <name>Rajiv Mordani</name> |
76 |
| - <organization>Oracle, Inc.</organization> |
| 73 | + <developer> |
| 74 | + <id>ldemichiel</id> |
| 75 | + <name>Linda De Michiel</name> |
| 76 | + <organization>Oracle Corp.</organization> |
77 | 77 | <roles>
|
78 | 78 | <role>lead</role>
|
79 | 79 | </roles>
|
|
82 | 82 |
|
83 | 83 | <organization>
|
84 | 84 | <name>GlassFish Community</name>
|
85 |
| - <url>https://glassfish.java.net</url> |
| 85 | + <url>https://javaee.github.io/glassfish</url> |
86 | 86 | </organization>
|
87 | 87 | <licenses>
|
88 | 88 | <license>
|
89 | 89 | <name>CDDL + GPLv2 with classpath exception</name>
|
90 |
| - <url>https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url> |
| 90 | + <url>https://github.com/javaee/javax.annotation/blob/master/LICENSE</url> |
91 | 91 | <distribution>repo</distribution>
|
92 | 92 | <comments>A business-friendly OSS license</comments>
|
93 | 93 | </license>
|
94 | 94 | </licenses>
|
95 | 95 | <issueManagement>
|
96 |
| - <system>jira</system> |
97 |
| - <url>http://java.net/jira/browse/GLASSFISH</url> |
| 96 | + <system>GitHub</system> |
| 97 | + <url>https://github.com/javaee/javax.annotation/issues</url> |
98 | 98 | </issueManagement>
|
99 | 99 | <mailingLists>
|
100 | 100 | <mailingList>
|
101 | 101 | <name>GlassFish Developer</name>
|
102 |
| - <archive>users@https://glassfish.java.net</archive> |
| 102 | + <archive>javaee-spec@javaee.groups.io</archive> |
103 | 103 | </mailingList>
|
104 | 104 | </mailingLists>
|
105 | 105 | <scm>
|
106 |
| - <connection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/api/javaee-api/javax.annotation</connection> |
107 |
| - <developerConnection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/api/javaee-api/javax.annotation</developerConnection> |
108 |
| - <url>http://java.net/projects/glassfish/sources/svn/show/trunk/api/javaee-api/javax.annotation</url> |
| 106 | + <connection>scm:git:https://github.com/javaee/javax.annotation.git</connection> |
| 107 | + <developerConnection>scm:git:git@github.com:javaee/javax.annotation.git</developerConnection> |
| 108 | + <url>https://github.com/javaee/javax.annotation</url> |
109 | 109 | </scm>
|
110 | 110 |
|
111 | 111 | <build>
|
|
197 | 197 | <configuration>
|
198 | 198 | <archive>
|
199 | 199 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
| 200 | + <manifestEntries> |
| 201 | + <!-- for JDK 9 --> |
| 202 | + <Automatic-Module-Name> |
| 203 | + java.annotation |
| 204 | + </Automatic-Module-Name> |
| 205 | + </manifestEntries> |
200 | 206 | </archive>
|
201 | 207 | <excludes>
|
202 | 208 | <exclude>**/*.java</exclude>
|
|
254 | 260 | </group>
|
255 | 261 | </groups>
|
256 | 262 | <bottom>
|
257 |
| -<![CDATA[Copyright © 1999-2013, |
| 263 | +<![CDATA[Copyright © 1999-2017, |
258 | 264 | <a href="http://www.oracle.com">Oracle</a>
|
259 | 265 | and/or its affiliates. All Rights Reserved.
|
260 | 266 | Use is subject to
|
|
0 commit comments