Skip to content

Commit 9892c06

Browse files
lukasjm0mus
authored andcommitted
set version to 1.1.3-SNAPSHOT (#94)
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 6306ef2 commit 9892c06

File tree

20 files changed

+28
-28
lines changed

20 files changed

+28
-28
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<groupId>org.glassfish</groupId>
2525
<artifactId>json</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.1.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>javax.json</groupId>
3131
<artifactId>javax.json-api</artifactId>
3232
<packaging>bundle</packaging>
33-
<version>1.2-SNAPSHOT</version>
33+
<version>1.1.3-SNAPSHOT</version>
3434
<name>JSR 374 (JSON Processing) API</name>
3535
<description>API module of JSR 374:Java API for Processing JSON</description>
3636
<url>https://javaee.github.io/jsonp</url>

bundles/licensee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish</groupId>
2424
<artifactId>json-bundles</artifactId>
25-
<version>1.2-SNAPSHOT</version>
25+
<version>1.1.3-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>json-licensee-bundle</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish</groupId>
2525
<artifactId>json</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.1.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

bundles/ri/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish</groupId>
2424
<artifactId>json-bundles</artifactId>
25-
<version>1.2-SNAPSHOT</version>
25+
<version>1.1.3-SNAPSHOT</version>
2626
</parent>
2727

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

bundles/ri/src/main/resources/README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
* javax.json-1.1.2.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.
1+
* javax.json-1.1.3.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
for APIs:
66
<dependency>
77
<groupId>javax.json</groupId>
88
<artifactId>javax.json-api</artifactId>
9-
<version>1.1.2</version>
9+
<version>1.1.3</version>
1010
</dependency>
1111

1212
for reference implementation:
1313

1414
<dependency>
1515
<groupId>org.glassfish</groupId>
1616
<artifactId>javax.json</artifactId>
17-
<version>1.1.2</version>
17+
<version>1.1.3</version>
1818
</dependency>
1919

2020
* 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 APIs nor the ri jar.

demos/customprovider-jdk9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>1.1.3-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/facebook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>1.1.3-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>1.1.3-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/jsonpointer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>1.1.3-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish</groupId>
1818
<artifactId>json</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>1.1.3-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)