version for the release from EE4J_8 should be 1.1.5 (#132)
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/api/pom.xml b/api/pom.xml
index 1801bb0..d325732 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<packaging>bundle</packaging>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</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>
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 7f03345..23a4397 100644
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/bundles/ri/pom.xml b/bundles/ri/pom.xml
index 3c224e9..0ee2bfa 100755
--- a/bundles/ri/pom.xml
+++ b/bundles/ri/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json-bundles</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
</parent>
<artifactId>json-ri-bundle</artifactId>
diff --git a/demos/customprovider-jdk9/pom.xml b/demos/customprovider-jdk9/pom.xml
index 175150e..e6dcb4f 100644
--- a/demos/customprovider-jdk9/pom.xml
+++ b/demos/customprovider-jdk9/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/facebook/pom.xml b/demos/facebook/pom.xml
index 75982b8..7d243f5 100644
--- a/demos/facebook/pom.xml
+++ b/demos/facebook/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/jaxrs/pom.xml b/demos/jaxrs/pom.xml
index 70ea294..6e0bdd9 100644
--- a/demos/jaxrs/pom.xml
+++ b/demos/jaxrs/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/jsonpointer/pom.xml b/demos/jsonpointer/pom.xml
index 9884cb0..47ded93 100644
--- a/demos/jsonpointer/pom.xml
+++ b/demos/jsonpointer/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/pom.xml b/demos/pom.xml
index 663de8a..2e9ac68 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/servlet/pom.xml b/demos/servlet/pom.xml
index 2e6338f..ca41963 100644
--- a/demos/servlet/pom.xml
+++ b/demos/servlet/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index d06b32f..9bce432 100644
--- a/demos/twitter/pom.xml
+++ b/demos/twitter/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>demos</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/gf/customprovider/pom.xml b/gf/customprovider/pom.xml
index 1e7091d..30205c5 100644
--- a/gf/customprovider/pom.xml
+++ b/gf/customprovider/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>providers</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/gf/defaultprovider/pom.xml b/gf/defaultprovider/pom.xml
index b602929..75f2277 100644
--- a/gf/defaultprovider/pom.xml
+++ b/gf/defaultprovider/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>providers</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/gf/pom.xml b/gf/pom.xml
index 8b1cef3..4472feb 100644
--- a/gf/pom.xml
+++ b/gf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/impl/pom.xml b/impl/pom.xml
index 07e7483..7d8bea0 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<packaging>bundle</packaging>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</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>
diff --git a/jaxrs-1x/pom.xml b/jaxrs-1x/pom.xml
index 7a1e615..a12a24e 100644
--- a/jaxrs-1x/pom.xml
+++ b/jaxrs-1x/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jsonp-jaxrs-1x</artifactId>
<packaging>bundle</packaging>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</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>
diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml
index cf46604..52666cd 100644
--- a/jaxrs/pom.xml
+++ b/jaxrs/pom.xml
@@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish</groupId>
<artifactId>jsonp-jaxrs</artifactId>
<packaging>bundle</packaging>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</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>
diff --git a/pom.xml b/pom.xml
index 5fb5546..5f47b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<packaging>pom</packaging>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</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>
diff --git a/tests/pom.xml b/tests/pom.xml
index 532573a..c5c9422 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>