Skip to content

Commit

Permalink
Update API version of jakarta.json:jsonp to 2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonp-bot committed Jan 16, 2020
1 parent 2360cab commit cf567c2
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<packaging>bundle</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<name>Jakarta JSON Processing API</name>
<description>Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.</description>
<url>https://github.com/eclipse-ee4j/jsonp</url>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bundles/ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
</parent>

<artifactId>json-ri-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demos/customprovider-jdk9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/facebook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/jsonpointer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gf/customprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>providers</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gf/defaultprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>providers</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<packaging>bundle</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<name>JSON-P Default Provider</name>
<description>Default provider for Jakarta JSON Processing</description>
<url>https://github.com/eclipse-ee4j/jsonp</url>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-1x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>jsonp-jaxrs-1x</artifactId>
<packaging>bundle</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<name>Jakarta JSON Processing Media for JAX-RS 1.1</name>
<description>JAX-RS 1.1 MessageBodyReader and MessageBodyWriter to support JsonObject/JsonArray/JsonStructure API of Jakarta JSON Processing</description>
<url>https://github.com/eclipse-ee4j/jsonp</url>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.glassfish</groupId>
<artifactId>jsonp-jaxrs</artifactId>
<packaging>bundle</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<name>Jakarta JSON Processing Media for Jakarta RESTful Web Services</name>
<description>Jakarta RESTful Web Services MessageBodyReader and MessageBodyWriter to support JsonValue API of Jakarta JSON Processing</description>
<url>https://github.com/eclipse-ee4j/jsonp</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<name>Jakarta JSON Processing</name>
<description>Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.</description>
<url>https://github.com/eclipse-ee4j/jsonp</url>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit cf567c2

Please sign in to comment.