Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit 17f9dc8

Browse files
committed
fix project description, links
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent adadc78 commit 17f9dc8

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

api/pom.xml

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,40 @@
6262

6363
<inceptionYear>2005</inceptionYear>
6464
<description>JAX-WS (JSR 224) API</description>
65-
<url>http://jsr224.java.net/</url>
65+
<url>https://github.com/javaee/jax-ws-spec</url>
6666

6767
<scm>
68-
<connection>scm:git:git://java.net/jsr224~git</connection>
68+
<connection>scm:git:git://github.com/javaee/jax-ws-spec.git</connection>
6969
<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>
7372

7473
<licenses>
7574
<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>
8077
<distribution>repo</distribution>
8178
</license>
8279
</licenses>
8380

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+
8493
<developers>
94+
<developer>
95+
<name>Lukas Jungmann</name>
96+
<email>[email protected]</email>
97+
<organization>Oracle Corporation</organization>
98+
</developer>
8599
<developer>
86100
<name>Martin Grebac</name>
87101
<email>[email protected]</email>
@@ -111,7 +125,7 @@
111125
<properties>
112126
<release.spec.title>Maintenance Release</release.spec.title>
113127
<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>
115129

116130
<extension.name>javax.xml.ws</extension.name>
117131
<spec.version>2.3</spec.version>
@@ -125,7 +139,7 @@
125139
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
126140
<findbugs.threshold>Low</findbugs.threshold>
127141
<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>
129143
</properties>
130144

131145
<build>

0 commit comments

Comments
 (0)