Update RI version of jakarta.json:jsonp to 2.0.0-RC2
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 3561464..707a605 100644
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/bundles/ri/pom.xml b/bundles/ri/pom.xml
index 1ad06e3..e7d808c 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
</parent>
<artifactId>json-ri-bundle</artifactId>
diff --git a/demos/customprovider-jdk9/pom.xml b/demos/customprovider-jdk9/pom.xml
index 501a3bf..579b232 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/facebook/pom.xml b/demos/facebook/pom.xml
index 228a91c..271c231 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/jaxrs/pom.xml b/demos/jaxrs/pom.xml
index df0ed16..2924e66 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/jsonpointer/pom.xml b/demos/jsonpointer/pom.xml
index 0252be0..54fc0f0 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/pom.xml b/demos/pom.xml
index f2d47f4..538f6f0 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/servlet/pom.xml b/demos/servlet/pom.xml
index 1b2eb27..2bbfa7f 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index 1275492..8cde08a 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/gf/customprovider/pom.xml b/gf/customprovider/pom.xml
index d65bb88..5af7e9b 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/gf/defaultprovider/pom.xml b/gf/defaultprovider/pom.xml
index c192ac6..9e41630 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/gf/pom.xml b/gf/pom.xml
index 0d0dc8f..74ae793 100644
--- a/gf/pom.xml
+++ b/gf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/impl/pom.xml b/impl/pom.xml
index a35d3c6..241f1a6 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<packaging>bundle</packaging>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</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 d601b4c..5bc0a1c 100644
--- a/jaxrs-1x/pom.xml
+++ b/jaxrs-1x/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jsonp-jaxrs-1x</artifactId>
<packaging>bundle</packaging>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</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 9283cf7..32caa11 100644
--- a/jaxrs/pom.xml
+++ b/jaxrs/pom.xml
@@ -23,14 +23,14 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish</groupId>
<artifactId>jsonp-jaxrs</artifactId>
<packaging>bundle</packaging>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</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 d11da17..0e6f201 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<packaging>pom</packaging>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-RC2</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>