Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit d11033c

Browse files
committed
Update project info.
1 parent a7a2c5b commit d11033c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
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.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -57,23 +57,23 @@
5757
<version>1.6.0-SNAPSHOT</version>
5858
<name>JavaMail API distribution</name>
5959
<description>${project.name}</description>
60-
<url>http://javamail.java.net</url>
60+
<url>http://javaee.github.io/javamail</url>
6161

6262
<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>
6666
</scm>
6767

6868
<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>
7171
</issueManagement>
7272

7373
<licenses>
7474
<license>
7575
<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>
7777
<distribution>repo</distribution>
7878
<comments>CDDL or GPL version 2 plus the Classpath Exception</comments>
7979
</license>

0 commit comments

Comments
 (0)