diff --git a/bundles/dist/pom.xml b/bundles/dist/pom.xml index 557ed2a0..d5ded05b 100755 --- a/bundles/dist/pom.xml +++ b/bundles/dist/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson parsson-bundles - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT parsson-dist diff --git a/bundles/jakarta.json/pom.xml b/bundles/jakarta.json/pom.xml index d0bfe5a1..76cb24e4 100644 --- a/bundles/jakarta.json/pom.xml +++ b/bundles/jakarta.json/pom.xml @@ -23,13 +23,13 @@ org.eclipse.parsson parsson-bundles - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml org.eclipse.parsson jakarta.json - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT JSON-P with Parsson Provider Default provider for Jakarta JSON Processing diff --git a/bundles/pom.xml b/bundles/pom.xml index 01534d74..eabbf529 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -23,7 +23,7 @@ org.eclipse.parsson project - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/customprovider-jdk9/pom.xml b/demos/customprovider-jdk9/pom.xml index 9dc891e4..2a76711f 100644 --- a/demos/customprovider-jdk9/pom.xml +++ b/demos/customprovider-jdk9/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/facebook/pom.xml b/demos/facebook/pom.xml index c707d150..22df6389 100644 --- a/demos/facebook/pom.xml +++ b/demos/facebook/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/jsonpointer/pom.xml b/demos/jsonpointer/pom.xml index 55b1f484..35a7fd17 100644 --- a/demos/jsonpointer/pom.xml +++ b/demos/jsonpointer/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/pom.xml b/demos/pom.xml index 129b1410..e4de8103 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson project - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/rest/pom.xml b/demos/rest/pom.xml index eaf7ed02..0cf718a4 100644 --- a/demos/rest/pom.xml +++ b/demos/rest/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/servlet/pom.xml b/demos/servlet/pom.xml index 3f66917c..83b18bd9 100644 --- a/demos/servlet/pom.xml +++ b/demos/servlet/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml index 87fc5d98..de860603 100644 --- a/demos/twitter/pom.xml +++ b/demos/twitter/pom.xml @@ -16,7 +16,7 @@ org.eclipse.parsson demos - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index b61e79ca..a3741562 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -23,13 +23,13 @@ org.eclipse.parsson project - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml org.eclipse.parsson parsson - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT Eclipse Parsson Jakarta JSON Processing provider diff --git a/pom.xml b/pom.xml index a525a642..d117a9cf 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.eclipse.parsson project pom - 1.1.3-SNAPSHOT + 1.1.2-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 29fed11a..64723cd7 100644 --- a/providers/customprovider/pom.xml +++ b/providers/customprovider/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson providers - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/providers/defaultprovider/pom.xml b/providers/defaultprovider/pom.xml index 358e165c..dd83a3b8 100644 --- a/providers/defaultprovider/pom.xml +++ b/providers/defaultprovider/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson providers - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/providers/pom.xml b/providers/pom.xml index 52d6081a..c2a62244 100644 --- a/providers/pom.xml +++ b/providers/pom.xml @@ -22,7 +22,7 @@ org.eclipse.parsson project - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml diff --git a/rest/pom.xml b/rest/pom.xml index 46703cdf..902036b2 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -23,14 +23,14 @@ org.eclipse.parsson project - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT ../pom.xml org.eclipse.parsson parsson-media jar - 1.1.3-SNAPSHOT + 1.1.2-SNAPSHOT Eclipse Parsson Media for Jakarta RESTful Web Services Jakarta RESTful Web Services MessageBodyReader and MessageBodyWriter to support JsonValue API of Jakarta JSON Processing