Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit ae1bf04

Browse files
committed
update references from old java.net to github
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 4e8b8c1 commit ae1bf04

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<version>1.1.0-SNAPSHOT</version>
5858
<name>JSR 374 (JSON Processing) API</name>
5959
<description>API module of JSR 374:Java API for Processing JSON</description>
60-
<url>http://json-processing-spec.java.net</url>
60+
<url>https://javaee.github.io/json-processing-spec</url>
6161
<build>
6262
<plugins>
6363
<plugin>
@@ -75,12 +75,12 @@
7575
</group>
7676
</groups>
7777
<bottom>
78-
<![CDATA[Copyright &#169; 2012-2016,
78+
<![CDATA[Copyright &#169; 2012-2017,
7979
<a href="http://www.oracle.com">Oracle</a>
8080
and/or its affiliates. All Rights Reserved.
8181
Use is subject to
8282
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
83-
<br>Comments to : users@json-processing-spec.java.net
83+
<br>Comments to : jsonp-spec@javaee.groups.io
8484
]]>
8585
</bottom>
8686
<links>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<packaging>pom</packaging>
5757
<name>JSR 374 (JSON Processing) bundles</name>
5858
<description>JSON Processing bundles</description>
59-
<url>http://json-processing-spec.java.net</url>
59+
<url>https://javaee.github.io/json-processing-spec</url>
6060

6161
<modules>
6262
<module>ri</module>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
* javax.json-1.0.jar contains both "JSR 353 : Java API for JSON Processing" API and its default provider implementation. Keep it in classpath for both compiling and running your application.
1+
* javax.json-1.1.jar contains both "JSR 374 : Java API for JSON Processing 1.1" API and its default provider implementation. Keep it in classpath for both compiling and running your application.
22

33
* If you are running with maven, you can use the following maven coordinates:
44

55
<dependency>
66
<groupId>org.glassfish</groupId>
77
<artifactId>javax.json</artifactId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
</dependency>
1010

11-
* GlassFix 4.x already bundles latest JSON Processing implementation and JAX-RS integration module. If you deploy an application with GlassFish 4.x, your application (war/ear) doesn't have to bundle the ri jar.
11+
* GlassFish 5.x already bundles latest JSON Processing implementation and JAX-RS integration module. If you deploy an application with GlassFish 5.x, your application (war/ear) doesn't have to bundle the ri jar.
1212

13-
* Samples can be run from http://glassfish-samples.java.net
13+
* Samples can be run from https://github.com/javaee/glassfish-samples

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<version>1.1.0-SNAPSHOT</version>
5858
<name>JSR 374 (JSON Processing) Default Provider</name>
5959
<description>Default provider for JSR 374:Java API for Processing JSON</description>
60-
<url>http://jsonp.java.net</url>
60+
<url>https://json-p.github.io/</url>
6161

6262
<build>
6363
<plugins>

jaxrs-1x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<version>1.1.0-SNAPSHOT</version>
5757
<name>JSR 374 (JSON Processing) Media for JAX-RS 1.1</name>
5858
<description>JAX-RS 1.1 MessageBodyReader and MessageBodyWriter to support JsonObject/JsonArray/JsonStructure API of JSR 374:Java API for Processing JSON</description>
59-
<url>http://json-processing-spec.java.net</url>
59+
<url>https://javaee.github.io/json-processing-spec</url>
6060
<build>
6161
<plugins>
6262
<plugin>

jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<version>1.1.0-SNAPSHOT</version>
5858
<name>JSR 374 (JSON Processing) Media for JAX-RS</name>
5959
<description>JAX-RS MessageBodyReader and MessageBodyWriter to support JsonValue API of JSR 374:Java API for Processing JSON</description>
60-
<url>http://json-processing-spec.java.net</url>
60+
<url>https://javaee.github.io/json-processing-spec</url>
6161
<build>
6262
<plugins>
6363
<plugin>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
<version>1.1.0-SNAPSHOT</version>
6161
<name>JSR 374 (JSON Processing) RI</name>
6262
<description>JSR 374:Java API for Processing JSON RI</description>
63-
<url>http://jsonp.java.net</url>
63+
<url>https://json-p.github.io/</url>
6464

6565
<scm>
66-
<connection>scm:git:git://java.net/jsonp~git/api</connection>
67-
<developerConnection>scm:git:ssh://git.java.net/jsonp~git/</developerConnection>
68-
<url>http://java.net/projects/jsonp/sources/git/show</url>
66+
<connection>scm:git:git://github.com/javaee/jsonp.git</connection>
67+
<developerConnection>scm:git:git@github.com:javaee/jsonp.git</developerConnection>
68+
<url>https://github.com/javaee/jsonp</url>
6969
<tag>HEAD</tag>
7070
</scm>
7171

0 commit comments

Comments
 (0)