diff --git a/bundles/dist/pom.xml b/bundles/dist/pom.xml index 1e3f567d..edc4c758 100755 --- a/bundles/dist/pom.xml +++ b/bundles/dist/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson parsson-bundles - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT parsson-dist diff --git a/bundles/jakarta.json/pom.xml b/bundles/jakarta.json/pom.xml index 20842af3..46e4ad20 100644 --- a/bundles/jakarta.json/pom.xml +++ b/bundles/jakarta.json/pom.xml @@ -23,13 +23,13 @@ org.eclipse.parsson parsson-bundles - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml org.eclipse.parsson jakarta.json - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT JSON-P with Parsson Provider Default provider for Jakarta JSON Processing diff --git a/bundles/pom.xml b/bundles/pom.xml index c2a383d4..ba2c744b 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -23,7 +23,7 @@ org.eclipse.parsson project - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/customprovider-jdk9/pom.xml b/demos/customprovider-jdk9/pom.xml index 9c71ad3f..0fd489b7 100644 --- a/demos/customprovider-jdk9/pom.xml +++ b/demos/customprovider-jdk9/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/facebook/pom.xml b/demos/facebook/pom.xml index 61eb9c4c..91164522 100644 --- a/demos/facebook/pom.xml +++ b/demos/facebook/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/jsonpointer/pom.xml b/demos/jsonpointer/pom.xml index a276430f..09169f7e 100644 --- a/demos/jsonpointer/pom.xml +++ b/demos/jsonpointer/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/pom.xml b/demos/pom.xml index 8e339d1f..c7fb8f3d 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson project - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/rest/pom.xml b/demos/rest/pom.xml index 9c71b409..19ec5a2a 100644 --- a/demos/rest/pom.xml +++ b/demos/rest/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/servlet/pom.xml b/demos/servlet/pom.xml index 932db9d9..c194e478 100644 --- a/demos/servlet/pom.xml +++ b/demos/servlet/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml index 1d9eddc1..fb1bea06 100644 --- a/demos/twitter/pom.xml +++ b/demos/twitter/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index f6c5863d..013eec7a 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -23,13 +23,13 @@ org.eclipse.parsson project - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml org.eclipse.parsson parsson - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT Eclipse Parsson Jakarta JSON Processing provider diff --git a/pom.xml b/pom.xml index 67b9c1c3..64168c70 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.eclipse.parsson project pom - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT Eclipse Parsson Project Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents. https://github.com/eclipse-ee4j/parsson diff --git a/providers/customprovider/pom.xml b/providers/customprovider/pom.xml index c6431445..514800c5 100644 --- a/providers/customprovider/pom.xml +++ b/providers/customprovider/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson providers - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/providers/defaultprovider/pom.xml b/providers/defaultprovider/pom.xml index 48acdb94..a4762d4b 100644 --- a/providers/defaultprovider/pom.xml +++ b/providers/defaultprovider/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson providers - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/providers/pom.xml b/providers/pom.xml index 5994cf1c..e38341b0 100644 --- a/providers/pom.xml +++ b/providers/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson project - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml diff --git a/rest/pom.xml b/rest/pom.xml index bdb0088f..8f2941f5 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -23,14 +23,14 @@ org.eclipse.parsson project - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ../pom.xml org.eclipse.parsson parsson-media jar - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT Eclipse Parsson Media for Jakarta RESTful Web Services Jakarta RESTful Web Services MessageBodyReader and MessageBodyWriter to support JsonValue API of Jakarta JSON Processing