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

Commit 286633a

Browse files
committed
[maven-release-plugin] prepare release jsonp-1.1
1 parent d342508 commit 286633a

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.2-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<groupId>javax.json</groupId>
5555
<artifactId>javax.json-api</artifactId>
5656
<packaging>bundle</packaging>
57-
<version>1.2-SNAPSHOT</version>
57+
<version>1.1</version>
5858
<name>JSR 374 (JSON Processing) API</name>
5959
<description>API module of JSR 374:Java API for Processing JSON</description>
6060
<url>https://javaee.github.io/json-processing-spec</url>

bundles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.2-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

bundles/ri/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish</groupId>
4848
<artifactId>json-bundles</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
</parent>
5151

5252
<artifactId>json-ri-bundle</artifactId>

demos/facebook/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

demos/jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

demos/jsonpointer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish</groupId>
4848
<artifactId>json</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

demos/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

demos/twitter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

gf/customprovider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>providers</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

gf/defaultprovider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>providers</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

gf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish</groupId>
4848
<artifactId>json</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

impl/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.2-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<groupId>org.glassfish</groupId>
5555
<artifactId>javax.json</artifactId>
5656
<packaging>bundle</packaging>
57-
<version>1.2-SNAPSHOT</version>
57+
<version>1.1</version>
5858
<name>JSR 374 (JSON Processing) Default Provider</name>
5959
<description>Default provider for JSR 374:Java API for Processing JSON</description>
6060
<url>https://json-p.github.io/</url>

jaxrs-1x/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.2-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<artifactId>jsonp-jaxrs-1x</artifactId>
5555
<packaging>bundle</packaging>
56-
<version>1.2-SNAPSHOT</version>
56+
<version>1.1</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>
5959
<url>https://javaee.github.io/json-processing-spec</url>

jaxrs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.2-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<groupId>org.glassfish</groupId>
5555
<artifactId>jsonp-jaxrs</artifactId>
5656
<packaging>bundle</packaging>
57-
<version>1.2-SNAPSHOT</version>
57+
<version>1.1</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>
6060
<url>https://javaee.github.io/json-processing-spec</url>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<groupId>org.glassfish</groupId>
5858
<artifactId>json</artifactId>
5959
<packaging>pom</packaging>
60-
<version>1.2-SNAPSHOT</version>
60+
<version>1.1</version>
6161
<name>JSR 374 (JSON Processing) RI</name>
6262
<description>JSR 374:Java API for Processing JSON RI</description>
6363
<url>https://json-p.github.io/</url>
@@ -66,7 +66,7 @@
6666
<connection>scm:git:git://github.com/javaee/jsonp.git</connection>
6767
<developerConnection>scm:git:git@github.com:javaee/jsonp.git</developerConnection>
6868
<url>https://github.com/javaee/jsonp</url>
69-
<tag>HEAD</tag>
69+
<tag>jsonp-1.1</tag>
7070
</scm>
7171

7272
<licenses>

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.2-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

0 commit comments

Comments
 (0)