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

Commit 2058fb7

Browse files
committed
Web site fixed
Signed-off-by: Dmitry Kornilov <[email protected]>
1 parent 9cb5c10 commit 2058fb7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<version>1.2-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>https://javaee.github.io/json-processing-spec</url>
60+
<url>https://javaee.github.io/jsonp</url>
6161
<build>
6262
<plugins>
6363
<plugin>

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>https://javaee.github.io/json-processing-spec</url>
59+
<url>https://javaee.github.io/jsonp</url>
6060

6161
<modules>
6262
<module>ri</module>

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<version>1.2-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>https://json-p.github.io/</url>
60+
<url>https://javaee.github.io/jsonp</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.2-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>https://javaee.github.io/json-processing-spec</url>
59+
<url>https://javaee.github.io/jsonp</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.2-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>https://javaee.github.io/json-processing-spec</url>
60+
<url>https://javaee.github.io/jsonp</url>
6161
<build>
6262
<plugins>
6363
<plugin>

pom.xml

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

6565
<scm>
6666
<connection>scm:git:git://github.com/javaee/jsonp.git</connection>
@@ -86,8 +86,8 @@
8686

8787
<developers>
8888
<developer>
89-
<id>kchung</id>
90-
<name>Kin-man Chung</name>
89+
<id>lukasj</id>
90+
<name>Lukas Jungmann</name>
9191
<organization>Oracle</organization>
9292
<roles>
9393
<role>lead</role>

0 commit comments

Comments
 (0)