|
62 | 62 |
|
63 | 63 | <inceptionYear>2005</inceptionYear>
|
64 | 64 | <description>JAX-WS (JSR 224) API</description>
|
65 |
| - <url>http://jsr224.java.net/</url> |
| 65 | + <url>https://github.com/javaee/jax-ws-spec</url> |
66 | 66 |
|
67 | 67 | <scm>
|
68 |
| - <connection>scm:git:git://java.net/jsr224~git</connection> |
| 68 | + <connection>scm:git:git://github.com/javaee/jax-ws-spec.git</connection> |
69 | 69 | <developerConnection>${scm.developerConnection}</developerConnection>
|
70 |
| - <url>http://svn.java.net/svn/jsr224~svn/branches/mr_2_2_new/api</url> |
71 |
| - <tag>HEAD</tag> |
72 |
| - </scm> |
| 70 | + <url>https://github.com/javaee/jax-ws-spec</url> |
| 71 | + </scm> |
73 | 72 |
|
74 | 73 | <licenses>
|
75 | 74 | <license>
|
76 |
| - <name> |
77 |
| - Dual license consisting of the CDDL v1.1 and GPL v2 |
78 |
| - </name> |
79 |
| - <url>http://glassfish.java.net/public/CDDL+GPL_1_1.html</url> |
| 75 | + <name>CDDL + GPLv2 with classpath exception</name> |
| 76 | + <url>https://oss.oracle.com/licenses/CDDL+GPL-1.1</url> |
80 | 77 | <distribution>repo</distribution>
|
81 | 78 | </license>
|
82 | 79 | </licenses>
|
83 | 80 |
|
| 81 | + <issueManagement> |
| 82 | + <system>IssueTracker</system> |
| 83 | + <url>https://github.com/javaee/jax-ws-spec/issues</url> |
| 84 | + </issueManagement> |
| 85 | + |
| 86 | + <mailingLists> |
| 87 | + <mailingList> |
| 88 | + <name>JAX-WS API Developer</name> |
| 89 | + < archive> [email protected]</ archive> |
| 90 | + </mailingList> |
| 91 | + </mailingLists> |
| 92 | + |
84 | 93 | <developers>
|
| 94 | + <developer> |
| 95 | + <name>Lukas Jungmann</name> |
| 96 | + |
| 97 | + <organization>Oracle Corporation</organization> |
| 98 | + </developer> |
85 | 99 | <developer>
|
86 | 100 | <name>Martin Grebac</name>
|
87 | 101 |
|
|
111 | 125 | <properties>
|
112 | 126 | <release.spec.title>Maintenance Release</release.spec.title>
|
113 | 127 | <release.spec.date>Jun 15, 2010</release.spec.date>
|
114 |
| - < release.spec.feedback> jsr224-spec [email protected]</ release.spec.feedback> |
| 128 | + <release.spec.feedback>javaee-spec@javaee.groups.io</release.spec.feedback> |
115 | 129 |
|
116 | 130 | <extension.name>javax.xml.ws</extension.name>
|
117 | 131 | <spec.version>2.3</spec.version>
|
|
125 | 139 | <findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
|
126 | 140 | <findbugs.threshold>Low</findbugs.threshold>
|
127 | 141 | <maven.build.timestamp.format>yyMMdd.HHmm</maven.build.timestamp.format>
|
128 |
| - <scm.developerConnection>scm:git:ssh://git.java.net/jsr224~git</scm.developerConnection> |
| 142 | + <scm.developerConnection>scm:git:git@github.com:javaee/jax-ws-spec.git</scm.developerConnection> |
129 | 143 | </properties>
|
130 | 144 |
|
131 | 145 | <build>
|
|
0 commit comments