Skip to content

Commit

Permalink
Prepare release org.glassfish:json:1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonp-bot committed Dec 28, 2018
1 parent ab1f82a commit d0a11bb
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
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<packaging>bundle</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>JSR 374 (JSON Processing) API</name>
<description>API module of JSR 374:Java API for Processing JSON</description>
<url>https://javaee.github.io/jsonp</url>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bundles/ri/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json-bundles</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion demos/facebook/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/jaxrs/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/jsonpointer/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/servlet/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demos/twitter/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gf/customprovider/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>providers</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gf/defaultprovider/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>providers</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gf/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<packaging>bundle</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>JSR 374 (JSON Processing) Default Provider</name>
<description>Default provider for JSR 374:Java API for Processing JSON</description>
<url>https://javaee.github.io/jsonp</url>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-1x/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>jsonp-jaxrs-1x</artifactId>
<packaging>bundle</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>JSR 374 (JSON Processing) Media for JAX-RS 1.1</name>
<description>JAX-RS 1.1 MessageBodyReader and MessageBodyWriter to support JsonObject/JsonArray/JsonStructure API of JSR 374:Java API for Processing JSON</description>
<url>https://javaee.github.io/jsonp</url>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs/pom.xml
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.glassfish</groupId>
<artifactId>jsonp-jaxrs</artifactId>
<packaging>bundle</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>JSR 374 (JSON Processing) Media for JAX-RS</name>
<description>JAX-RS MessageBodyReader and MessageBodyWriter to support JsonValue API of JSR 374:Java API for Processing JSON</description>
<url>https://javaee.github.io/jsonp</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<packaging>pom</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>JSR 374 (JSON Processing) RI</name>
<description>JSR 374:Java API for Processing JSON RI</description>
<url>https://javaee.github.io/jsonp</url>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d0a11bb

Please sign in to comment.