Update API version of jakarta.json:jsonp to 1.1.6
diff --git a/api/pom.xml b/api/pom.xml index 64f0d67..fcc4739 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -23,14 +23,14 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>jakarta.json</groupId> <artifactId>jakarta.json-api</artifactId> <packaging>bundle</packaging> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</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>
diff --git a/bundles/pom.xml b/bundles/pom.xml index 1579823..d7a437b 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/bundles/ri/pom.xml b/bundles/ri/pom.xml index 9e42f01..72e7046 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.6-SNAPSHOT</version> + <version>1.1.6</version> </parent> <artifactId>json-ri-bundle</artifactId>
diff --git a/demos/customprovider-jdk9/pom.xml b/demos/customprovider-jdk9/pom.xml index 1897be4..8df5eab 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/demos/facebook/pom.xml b/demos/facebook/pom.xml index cba0316..9ecd132 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/demos/jaxrs/pom.xml b/demos/jaxrs/pom.xml index a39b95c..cf982ed 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/demos/jsonpointer/pom.xml b/demos/jsonpointer/pom.xml index 11eb657..3289f4d 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/demos/pom.xml b/demos/pom.xml index ae3b040..7702e3c 100644 --- a/demos/pom.xml +++ b/demos/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/demos/servlet/pom.xml b/demos/servlet/pom.xml index f70707d..97ee046 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml index f3d3b97..8cff5a9 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/gf/customprovider/pom.xml b/gf/customprovider/pom.xml index cfbeac4..f56af0f 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/gf/defaultprovider/pom.xml b/gf/defaultprovider/pom.xml index be640b7..417c1ed 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/gf/pom.xml b/gf/pom.xml index c4f3684..dbdd257 100644 --- a/gf/pom.xml +++ b/gf/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>
diff --git a/impl/pom.xml b/impl/pom.xml index 37ae9b7..e36494c 100644 --- a/impl/pom.xml +++ b/impl/pom.xml
@@ -23,14 +23,14 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.glassfish</groupId> <artifactId>jakarta.json</artifactId> <packaging>bundle</packaging> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <name>JSON-P Default Provider</name> <description>Default provider for Jakarta JSON Processing</description> <url>https://github.com/eclipse-ee4j/jsonp</url>
diff --git a/jaxrs-1x/pom.xml b/jaxrs-1x/pom.xml index 8675e13..745a477 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.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>jsonp-jaxrs-1x</artifactId> <packaging>bundle</packaging> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</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>
diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index 7774011..96edec7 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml
@@ -23,14 +23,14 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.glassfish</groupId> <artifactId>jsonp-jaxrs</artifactId> <packaging>bundle</packaging> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</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>
diff --git a/pom.xml b/pom.xml index a146adf..eedab34 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,7 +33,7 @@ <groupId>org.glassfish</groupId> <artifactId>json</artifactId> <packaging>pom</packaging> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</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>
diff --git a/tests/pom.xml b/tests/pom.xml index c3efaa6..3bd7e0f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish</groupId> <artifactId>json</artifactId> - <version>1.1.6-SNAPSHOT</version> + <version>1.1.6</version> <relativePath>../pom.xml</relativePath> </parent>