|
3 | 3 |
|
4 | 4 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
5 | 5 |
|
6 |
| - Copyright (c) 1997-2016 Oracle and/or its affiliates. All rights reserved. |
| 6 | + Copyright (c) 1997-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
|
|
57 | 57 | <version>1.6.0-SNAPSHOT</version>
|
58 | 58 | <name>JavaMail API distribution</name>
|
59 | 59 | <description>${project.name}</description>
|
60 |
| - <url>http://javamail.java.net</url> |
| 60 | + <url>http://javaee.github.io/javamail</url> |
61 | 61 |
|
62 | 62 | <scm>
|
63 |
| - <connection>scm:hg:http://java.net/hg/javamail~mercurial</connection> |
64 |
| - <developerConnection>scm:hg:https://java.net/hg/javamail~mercurial</developerConnection> |
65 |
| - <url>http://java.net/hg/javamail~mercurial</url> |
| 63 | + <connection>scm:git:https://github.com/javaee/javamail.git</connection> |
| 64 | + < developerConnection>scm: git:[email protected]:javaee/javamail .git</ developerConnection> |
| 65 | + <url>https://github.com/javaee/javamail</url> |
66 | 66 | </scm>
|
67 | 67 |
|
68 | 68 | <issueManagement>
|
69 |
| - <system>Bugzilla</system> |
70 |
| - <url>http://kenai.com/bugzilla</url> |
| 69 | + <system>GitHub</system> |
| 70 | + <url>https://github.com/javaee/javamail/issues</url> |
71 | 71 | </issueManagement>
|
72 | 72 |
|
73 | 73 | <licenses>
|
74 | 74 | <license>
|
75 | 75 | <name>CDDL/GPLv2+CE</name>
|
76 |
| - <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url> |
| 76 | + <url>https://javaee.github.io/javamail/LICENSE</url> |
77 | 77 | <distribution>repo</distribution>
|
78 | 78 | <comments>CDDL or GPL version 2 plus the Classpath Exception</comments>
|
79 | 79 | </license>
|
|
0 commit comments