2.48
diff --git a/archetypes/jersey-example-java8-webapp/pom.xml b/archetypes/jersey-example-java8-webapp/pom.xml index 7d3e048..73fbf0f 100644 --- a/archetypes/jersey-example-java8-webapp/pom.xml +++ b/archetypes/jersey-example-java8-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-example-java8-webapp</artifactId>
diff --git a/archetypes/jersey-heroku-webapp/pom.xml b/archetypes/jersey-heroku-webapp/pom.xml index 91b95f9..7bbfe7b 100644 --- a/archetypes/jersey-heroku-webapp/pom.xml +++ b/archetypes/jersey-heroku-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <packaging>maven-archetype</packaging>
diff --git a/archetypes/jersey-quickstart-grizzly2/pom.xml b/archetypes/jersey-quickstart-grizzly2/pom.xml index a128462..d84895f 100644 --- a/archetypes/jersey-quickstart-grizzly2/pom.xml +++ b/archetypes/jersey-quickstart-grizzly2/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-quickstart-grizzly2</artifactId> <packaging>maven-archetype</packaging>
diff --git a/archetypes/jersey-quickstart-webapp/pom.xml b/archetypes/jersey-quickstart-webapp/pom.xml index e333605..7fcd565 100644 --- a/archetypes/jersey-quickstart-webapp/pom.xml +++ b/archetypes/jersey-quickstart-webapp/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.archetypes</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>maven-archetype</packaging>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 187b23d..cd18a86 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.archetypes</groupId>
diff --git a/bom/pom.xml b/bom/pom.xml index 0ee7431..a709a3b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml
@@ -30,7 +30,7 @@ <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <packaging>pom</packaging> <name>jersey-bom</name>
diff --git a/bundles/apidocs/pom.xml b/bundles/apidocs/pom.xml index 2c1663b..86d0947 100644 --- a/bundles/apidocs/pom.xml +++ b/bundles/apidocs/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.bundles</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>apidocs</artifactId>
diff --git a/bundles/examples/pom.xml b/bundles/examples/pom.xml index 82aeae9..fc55961 100644 --- a/bundles/examples/pom.xml +++ b/bundles/examples/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.bundles</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-examples</artifactId>
diff --git a/bundles/jaxrs-ri/pom.xml b/bundles/jaxrs-ri/pom.xml index 7b5b289..136cff7 100644 --- a/bundles/jaxrs-ri/pom.xml +++ b/bundles/jaxrs-ri/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.bundles</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jaxrs-ri</artifactId>
diff --git a/bundles/pom.xml b/bundles/pom.xml index 00218f8..3e38eee 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.bundles</groupId>
diff --git a/connectors/apache-connector/pom.xml b/connectors/apache-connector/pom.xml index e09269d..be3780c 100644 --- a/connectors/apache-connector/pom.xml +++ b/connectors/apache-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-apache-connector</artifactId>
diff --git a/connectors/apache5-connector/pom.xml b/connectors/apache5-connector/pom.xml index fa74f39..0f061d8 100644 --- a/connectors/apache5-connector/pom.xml +++ b/connectors/apache5-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-apache5-connector</artifactId>
diff --git a/connectors/grizzly-connector/pom.xml b/connectors/grizzly-connector/pom.xml index 298ade2..0cd435f 100644 --- a/connectors/grizzly-connector/pom.xml +++ b/connectors/grizzly-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-grizzly-connector</artifactId>
diff --git a/connectors/helidon-connector/pom.xml b/connectors/helidon-connector/pom.xml index c321197..790f707 100644 --- a/connectors/helidon-connector/pom.xml +++ b/connectors/helidon-connector/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.connectors</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/connectors/jdk-connector/pom.xml b/connectors/jdk-connector/pom.xml index 4cdbb87..4ef54b8 100644 --- a/connectors/jdk-connector/pom.xml +++ b/connectors/jdk-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-jdk-connector</artifactId>
diff --git a/connectors/jetty-connector/pom.xml b/connectors/jetty-connector/pom.xml index 2ee7a87..d5e04bd 100644 --- a/connectors/jetty-connector/pom.xml +++ b/connectors/jetty-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-jetty-connector</artifactId>
diff --git a/connectors/jetty-http2-connector/pom.xml b/connectors/jetty-http2-connector/pom.xml index 44e2e73..e26326e 100644 --- a/connectors/jetty-http2-connector/pom.xml +++ b/connectors/jetty-http2-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-jetty-http2-connector</artifactId>
diff --git a/connectors/netty-connector/pom.xml b/connectors/netty-connector/pom.xml index 9e6480c..24bb328 100644 --- a/connectors/netty-connector/pom.xml +++ b/connectors/netty-connector/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-netty-connector</artifactId>
diff --git a/connectors/pom.xml b/connectors/pom.xml index 09ade69..0ccc502 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.connectors</groupId>
diff --git a/containers/glassfish/jersey-gf-ejb/pom.xml b/containers/glassfish/jersey-gf-ejb/pom.xml index 913efc9..9d32dcc 100644 --- a/containers/glassfish/jersey-gf-ejb/pom.xml +++ b/containers/glassfish/jersey-gf-ejb/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers.glassfish</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-gf-ejb</artifactId>
diff --git a/containers/glassfish/pom.xml b/containers/glassfish/pom.xml index 99cc6e8..b481548 100644 --- a/containers/glassfish/pom.xml +++ b/containers/glassfish/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.containers.glassfish</groupId>
diff --git a/containers/grizzly2-http/pom.xml b/containers/grizzly2-http/pom.xml index 614b5b5..2559865 100644 --- a/containers/grizzly2-http/pom.xml +++ b/containers/grizzly2-http/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-grizzly2-http</artifactId>
diff --git a/containers/grizzly2-servlet/pom.xml b/containers/grizzly2-servlet/pom.xml index 623fa09..c4aa5d0 100644 --- a/containers/grizzly2-servlet/pom.xml +++ b/containers/grizzly2-servlet/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-grizzly2-servlet</artifactId>
diff --git a/containers/jdk-http/pom.xml b/containers/jdk-http/pom.xml index 20eedf5..58665d8 100644 --- a/containers/jdk-http/pom.xml +++ b/containers/jdk-http/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-jdk-http</artifactId>
diff --git a/containers/jersey-servlet-core/pom.xml b/containers/jersey-servlet-core/pom.xml index e484183..7807d97 100644 --- a/containers/jersey-servlet-core/pom.xml +++ b/containers/jersey-servlet-core/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-servlet-core</artifactId>
diff --git a/containers/jersey-servlet/pom.xml b/containers/jersey-servlet/pom.xml index 7efb099..b676c40 100644 --- a/containers/jersey-servlet/pom.xml +++ b/containers/jersey-servlet/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-servlet</artifactId>
diff --git a/containers/jetty-http/pom.xml b/containers/jetty-http/pom.xml index 6bbc875..741c9e9 100644 --- a/containers/jetty-http/pom.xml +++ b/containers/jetty-http/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.containers</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-jetty-http</artifactId>
diff --git a/containers/jetty-http2/pom.xml b/containers/jetty-http2/pom.xml index 9dd8606..6551be1 100644 --- a/containers/jetty-http2/pom.xml +++ b/containers/jetty-http2/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.containers</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-jetty-http2</artifactId>
diff --git a/containers/jetty-servlet/pom.xml b/containers/jetty-servlet/pom.xml index 1625ebf..2aaf6c1 100644 --- a/containers/jetty-servlet/pom.xml +++ b/containers/jetty-servlet/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-jetty-servlet</artifactId>
diff --git a/containers/netty-http/pom.xml b/containers/netty-http/pom.xml index 612da65..2210bd9 100644 --- a/containers/netty-http/pom.xml +++ b/containers/netty-http/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-netty-http</artifactId>
diff --git a/containers/pom.xml b/containers/pom.xml index 01c53a4..6551714 100644 --- a/containers/pom.xml +++ b/containers/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.containers</groupId>
diff --git a/containers/simple-http/pom.xml b/containers/simple-http/pom.xml index 16a0318..6907834 100644 --- a/containers/simple-http/pom.xml +++ b/containers/simple-http/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-container-simple-http</artifactId>
diff --git a/core-client/pom.xml b/core-client/pom.xml index 59cda6c..f7ce3f8 100644 --- a/core-client/pom.xml +++ b/core-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/core-common/pom.xml b/core-common/pom.xml index f6eaad4..8f20009 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/core-server/pom.xml b/core-server/pom.xml index d2c512a..6510d8d 100644 --- a/core-server/pom.xml +++ b/core-server/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/docs/pom.xml b/docs/pom.xml index 7aff0bc..a4544f7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-documentation</artifactId> <packaging>pom</packaging>
diff --git a/examples/assemblies/pom.xml b/examples/assemblies/pom.xml index 4aa20a9..3610815 100644 --- a/examples/assemblies/pom.xml +++ b/examples/assemblies/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>assemblies</artifactId>
diff --git a/examples/bookmark-em/pom.xml b/examples/bookmark-em/pom.xml index 880eb9f..8ba42ef 100644 --- a/examples/bookmark-em/pom.xml +++ b/examples/bookmark-em/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>bookmark-em</artifactId>
diff --git a/examples/bookmark/pom.xml b/examples/bookmark/pom.xml index a059909..7bb9240 100644 --- a/examples/bookmark/pom.xml +++ b/examples/bookmark/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>bookmark</artifactId>
diff --git a/examples/bookstore-webapp/pom.xml b/examples/bookstore-webapp/pom.xml index e530df6..3ebc90b 100644 --- a/examples/bookstore-webapp/pom.xml +++ b/examples/bookstore-webapp/pom.xml
@@ -35,7 +35,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>bookstore-webapp</artifactId>
diff --git a/examples/cdi-webapp/pom.xml b/examples/cdi-webapp/pom.xml index 9a8aec8..f054468 100644 --- a/examples/cdi-webapp/pom.xml +++ b/examples/cdi-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-webapp</artifactId>
diff --git a/examples/clipboard-programmatic/pom.xml b/examples/clipboard-programmatic/pom.xml index bc4fece..6feb1b4 100644 --- a/examples/clipboard-programmatic/pom.xml +++ b/examples/clipboard-programmatic/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>clipboard-programmatic</artifactId>
diff --git a/examples/clipboard/pom.xml b/examples/clipboard/pom.xml index 922dd38..25c6d0e 100644 --- a/examples/clipboard/pom.xml +++ b/examples/clipboard/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>clipboard</artifactId>
diff --git a/examples/configured-client/pom.xml b/examples/configured-client/pom.xml index 551f78f..cb129a5 100644 --- a/examples/configured-client/pom.xml +++ b/examples/configured-client/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>configured-client</artifactId>
diff --git a/examples/declarative-linking/pom.xml b/examples/declarative-linking/pom.xml index 1713dec..7a3b1a4 100644 --- a/examples/declarative-linking/pom.xml +++ b/examples/declarative-linking/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>declarative-linking</artifactId>
diff --git a/examples/entity-filtering-security/pom.xml b/examples/entity-filtering-security/pom.xml index c6ccfe7..eaa968c 100644 --- a/examples/entity-filtering-security/pom.xml +++ b/examples/entity-filtering-security/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>entity-filtering-security</artifactId>
diff --git a/examples/entity-filtering-selectable/pom.xml b/examples/entity-filtering-selectable/pom.xml index 756e7b7..c9033f4 100644 --- a/examples/entity-filtering-selectable/pom.xml +++ b/examples/entity-filtering-selectable/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>entity-filtering-selectable</artifactId>
diff --git a/examples/entity-filtering/pom.xml b/examples/entity-filtering/pom.xml index 1e8839a..fc0e5b7 100644 --- a/examples/entity-filtering/pom.xml +++ b/examples/entity-filtering/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>entity-filtering</artifactId>
diff --git a/examples/exception-mapping/pom.xml b/examples/exception-mapping/pom.xml index 367a379..4511015 100644 --- a/examples/exception-mapping/pom.xml +++ b/examples/exception-mapping/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>exception-mapping</artifactId>
diff --git a/examples/expect-100-continue-netty-client/pom.xml b/examples/expect-100-continue-netty-client/pom.xml index afca7cf..e1a98e7 100644 --- a/examples/expect-100-continue-netty-client/pom.xml +++ b/examples/expect-100-continue-netty-client/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent>
diff --git a/examples/extended-wadl-webapp/pom.xml b/examples/extended-wadl-webapp/pom.xml index dada3db..9a7f103 100644 --- a/examples/extended-wadl-webapp/pom.xml +++ b/examples/extended-wadl-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>extended-wadl-webapp</artifactId>
diff --git a/examples/freemarker-webapp/pom.xml b/examples/freemarker-webapp/pom.xml index a14f1d1..56e7d34 100644 --- a/examples/freemarker-webapp/pom.xml +++ b/examples/freemarker-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>freemarker-webapp</artifactId>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index fd53722..770f78e 100644 --- a/examples/groovy/pom.xml +++ b/examples/groovy/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>groovy</artifactId> <packaging>jar</packaging>
diff --git a/examples/helloworld-benchmark/pom.xml b/examples/helloworld-benchmark/pom.xml index 4bae667..9c6a2af 100644 --- a/examples/helloworld-benchmark/pom.xml +++ b/examples/helloworld-benchmark/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-benchmark</artifactId>
diff --git a/examples/helloworld-cdi2-se/pom.xml b/examples/helloworld-cdi2-se/pom.xml index 7ca1da4..bdceb3d 100644 --- a/examples/helloworld-cdi2-se/pom.xml +++ b/examples/helloworld-cdi2-se/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-cdi2-se</artifactId>
diff --git a/examples/helloworld-netty/pom.xml b/examples/helloworld-netty/pom.xml index 78a5ab3..cc9a217 100644 --- a/examples/helloworld-netty/pom.xml +++ b/examples/helloworld-netty/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-netty</artifactId>
diff --git a/examples/helloworld-programmatic/pom.xml b/examples/helloworld-programmatic/pom.xml index d0dee25..4fd4d77 100644 --- a/examples/helloworld-programmatic/pom.xml +++ b/examples/helloworld-programmatic/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-programmatic</artifactId>
diff --git a/examples/helloworld-pure-jax-rs/pom.xml b/examples/helloworld-pure-jax-rs/pom.xml index 8de2afd..8708b03 100644 --- a/examples/helloworld-pure-jax-rs/pom.xml +++ b/examples/helloworld-pure-jax-rs/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-pure-jax-rs</artifactId>
diff --git a/examples/helloworld-spring-annotations/pom.xml b/examples/helloworld-spring-annotations/pom.xml index 1b257a0..31666f4 100644 --- a/examples/helloworld-spring-annotations/pom.xml +++ b/examples/helloworld-spring-annotations/pom.xml
@@ -15,7 +15,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.examples</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>helloworld-spring-annotations</artifactId>
diff --git a/examples/helloworld-spring-webapp/pom.xml b/examples/helloworld-spring-webapp/pom.xml index e25accc..53746bc 100644 --- a/examples/helloworld-spring-webapp/pom.xml +++ b/examples/helloworld-spring-webapp/pom.xml
@@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-spring-webapp</artifactId>
diff --git a/examples/helloworld-webapp/pom.xml b/examples/helloworld-webapp/pom.xml index f902f36..57e74e6 100644 --- a/examples/helloworld-webapp/pom.xml +++ b/examples/helloworld-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-webapp</artifactId>
diff --git a/examples/helloworld-weld/pom.xml b/examples/helloworld-weld/pom.xml index 0b47715..6064264 100644 --- a/examples/helloworld-weld/pom.xml +++ b/examples/helloworld-weld/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld-weld</artifactId>
diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml index 461ac12..89a5277 100644 --- a/examples/helloworld/pom.xml +++ b/examples/helloworld/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>helloworld</artifactId>
diff --git a/examples/http-patch/pom.xml b/examples/http-patch/pom.xml index 9cce086..909d776 100644 --- a/examples/http-patch/pom.xml +++ b/examples/http-patch/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>http-patch</artifactId>
diff --git a/examples/http-trace/pom.xml b/examples/http-trace/pom.xml index eafffc6..1418c58 100644 --- a/examples/http-trace/pom.xml +++ b/examples/http-trace/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>http-trace</artifactId>
diff --git a/examples/https-clientserver-grizzly/pom.xml b/examples/https-clientserver-grizzly/pom.xml index f441141..6fcf36b 100644 --- a/examples/https-clientserver-grizzly/pom.xml +++ b/examples/https-clientserver-grizzly/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>https-clientserver-grizzly</artifactId>
diff --git a/examples/https-server-glassfish/pom.xml b/examples/https-server-glassfish/pom.xml index ea03143..4377405 100644 --- a/examples/https-server-glassfish/pom.xml +++ b/examples/https-server-glassfish/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>https-server-glassfish</artifactId>
diff --git a/examples/java8-webapp/pom.xml b/examples/java8-webapp/pom.xml index 4c63496..f40e72f 100644 --- a/examples/java8-webapp/pom.xml +++ b/examples/java8-webapp/pom.xml
@@ -18,7 +18,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>java8-webapp</artifactId>
diff --git a/examples/jaxb/pom.xml b/examples/jaxb/pom.xml index 4ed0a1e..a46cea9 100644 --- a/examples/jaxb/pom.xml +++ b/examples/jaxb/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jaxb</artifactId>
diff --git a/examples/jaxrs-types-injection/pom.xml b/examples/jaxrs-types-injection/pom.xml index 3543d0d..0192d45 100644 --- a/examples/jaxrs-types-injection/pom.xml +++ b/examples/jaxrs-types-injection/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jaxrs-types-injection</artifactId>
diff --git a/examples/jersey-ejb/pom.xml b/examples/jersey-ejb/pom.xml index 12632cb..8a1c4b3 100644 --- a/examples/jersey-ejb/pom.xml +++ b/examples/jersey-ejb/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-ejb</artifactId>
diff --git a/examples/json-binding-webapp/pom.xml b/examples/json-binding-webapp/pom.xml index fbc8376..0aed7ba 100644 --- a/examples/json-binding-webapp/pom.xml +++ b/examples/json-binding-webapp/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-binding-webapp</artifactId>
diff --git a/examples/json-jackson/pom.xml b/examples/json-jackson/pom.xml index 1ff17f5..186d87b 100644 --- a/examples/json-jackson/pom.xml +++ b/examples/json-jackson/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-jackson</artifactId>
diff --git a/examples/json-jackson1/pom.xml b/examples/json-jackson1/pom.xml index 1de2ec7..2c46288 100644 --- a/examples/json-jackson1/pom.xml +++ b/examples/json-jackson1/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-jackson1</artifactId>
diff --git a/examples/json-jettison/pom.xml b/examples/json-jettison/pom.xml index 35419e5..8838013 100644 --- a/examples/json-jettison/pom.xml +++ b/examples/json-jettison/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-jettison</artifactId>
diff --git a/examples/json-moxy/pom.xml b/examples/json-moxy/pom.xml index 5fb0e46..6c6d54f 100644 --- a/examples/json-moxy/pom.xml +++ b/examples/json-moxy/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-moxy</artifactId>
diff --git a/examples/json-processing-webapp/pom.xml b/examples/json-processing-webapp/pom.xml index d5cdb81..c2f5a79 100644 --- a/examples/json-processing-webapp/pom.xml +++ b/examples/json-processing-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-processing-webapp</artifactId>
diff --git a/examples/json-with-padding/pom.xml b/examples/json-with-padding/pom.xml index 86953db..71476a4 100644 --- a/examples/json-with-padding/pom.xml +++ b/examples/json-with-padding/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-with-padding</artifactId>
diff --git a/examples/managed-beans-webapp/pom.xml b/examples/managed-beans-webapp/pom.xml index 706e508..184cf4f 100644 --- a/examples/managed-beans-webapp/pom.xml +++ b/examples/managed-beans-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>managed-beans-webapp</artifactId>
diff --git a/examples/managed-client-simple-webapp/pom.xml b/examples/managed-client-simple-webapp/pom.xml index bf45c51..bfa75c9 100644 --- a/examples/managed-client-simple-webapp/pom.xml +++ b/examples/managed-client-simple-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>managed-client-simple-webapp</artifactId>
diff --git a/examples/managed-client-webapp/pom.xml b/examples/managed-client-webapp/pom.xml index 4c37f3e..1b0b827 100644 --- a/examples/managed-client-webapp/pom.xml +++ b/examples/managed-client-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>managed-client-webapp</artifactId>
diff --git a/examples/managed-client/pom.xml b/examples/managed-client/pom.xml index 7d1bd99..7f7f4dd 100644 --- a/examples/managed-client/pom.xml +++ b/examples/managed-client/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>managed-client</artifactId>
diff --git a/examples/micrometer/pom.xml b/examples/micrometer/pom.xml index ac3d9ac..f6e80ac 100644 --- a/examples/micrometer/pom.xml +++ b/examples/micrometer/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-micrometer-webapp</artifactId>
diff --git a/examples/multipart-webapp/pom.xml b/examples/multipart-webapp/pom.xml index 76155d6..8e74a2d 100644 --- a/examples/multipart-webapp/pom.xml +++ b/examples/multipart-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>multipart-webapp</artifactId>
diff --git a/examples/oauth-client-twitter/pom.xml b/examples/oauth-client-twitter/pom.xml index a54b72b..d50749d 100644 --- a/examples/oauth-client-twitter/pom.xml +++ b/examples/oauth-client-twitter/pom.xml
@@ -15,7 +15,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.examples</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/examples/open-tracing/pom.xml b/examples/open-tracing/pom.xml index fca724f..b8ff122 100644 --- a/examples/open-tracing/pom.xml +++ b/examples/open-tracing/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>open-tracing</artifactId>
diff --git a/examples/osgi-helloworld-webapp/additional-bundle/pom.xml b/examples/osgi-helloworld-webapp/additional-bundle/pom.xml index 109f7dd..109c86c 100644 --- a/examples/osgi-helloworld-webapp/additional-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/additional-bundle/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml b/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml index b0613f9..177cba3 100644 --- a/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/functional-test/pom.xml b/examples/osgi-helloworld-webapp/functional-test/pom.xml index a7e4938..f0a1ace 100644 --- a/examples/osgi-helloworld-webapp/functional-test/pom.xml +++ b/examples/osgi-helloworld-webapp/functional-test/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/lib-bundle/pom.xml b/examples/osgi-helloworld-webapp/lib-bundle/pom.xml index 7b8f56f..8e28c52 100644 --- a/examples/osgi-helloworld-webapp/lib-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/lib-bundle/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-helloworld-webapp/pom.xml b/examples/osgi-helloworld-webapp/pom.xml index c256bf5..477d247 100644 --- a/examples/osgi-helloworld-webapp/pom.xml +++ b/examples/osgi-helloworld-webapp/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>osgi-helloworld-webapp</artifactId>
diff --git a/examples/osgi-helloworld-webapp/war-bundle/pom.xml b/examples/osgi-helloworld-webapp/war-bundle/pom.xml index 2a91232..6acc136 100644 --- a/examples/osgi-helloworld-webapp/war-bundle/pom.xml +++ b/examples/osgi-helloworld-webapp/war-bundle/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-helloworld-webapp</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
diff --git a/examples/osgi-http-service/bundle/pom.xml b/examples/osgi-http-service/bundle/pom.xml index ccb8fd4..b7a5b0d 100644 --- a/examples/osgi-http-service/bundle/pom.xml +++ b/examples/osgi-http-service/bundle/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-http-service</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-http-service</groupId>
diff --git a/examples/osgi-http-service/functional-test/pom.xml b/examples/osgi-http-service/functional-test/pom.xml index 2f47c44..3d334ee 100644 --- a/examples/osgi-http-service/functional-test/pom.xml +++ b/examples/osgi-http-service/functional-test/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>osgi-http-service</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.examples.osgi-http-service</groupId>
diff --git a/examples/osgi-http-service/pom.xml b/examples/osgi-http-service/pom.xml index 0eec5a5..14fcb8b 100644 --- a/examples/osgi-http-service/pom.xml +++ b/examples/osgi-http-service/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>osgi-http-service</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml index 65328ae..280b665 100644 --- a/examples/pom.xml +++ b/examples/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <licenses>
diff --git a/examples/reload/pom.xml b/examples/reload/pom.xml index c99e549..6832d7b 100644 --- a/examples/reload/pom.xml +++ b/examples/reload/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>reload</artifactId>
diff --git a/examples/rx-client-webapp/pom.xml b/examples/rx-client-webapp/pom.xml index 86052fa..292aaca 100644 --- a/examples/rx-client-webapp/pom.xml +++ b/examples/rx-client-webapp/pom.xml
@@ -18,7 +18,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>rx-client-webapp</artifactId>
diff --git a/examples/server-async-managed/pom.xml b/examples/server-async-managed/pom.xml index e4b16da..59b1c73 100644 --- a/examples/server-async-managed/pom.xml +++ b/examples/server-async-managed/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-async-managed</artifactId>
diff --git a/examples/server-async-standalone/client/pom.xml b/examples/server-async-standalone/client/pom.xml index e1833c0..323475b 100644 --- a/examples/server-async-standalone/client/pom.xml +++ b/examples/server-async-standalone/client/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>server-async-standalone</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-async-standalone-client</artifactId>
diff --git a/examples/server-async-standalone/pom.xml b/examples/server-async-standalone/pom.xml index 5c7ec5c..091b3b1 100644 --- a/examples/server-async-standalone/pom.xml +++ b/examples/server-async-standalone/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-async-standalone</artifactId>
diff --git a/examples/server-async-standalone/webapp/pom.xml b/examples/server-async-standalone/webapp/pom.xml index 3cb7cd0..da6a5fb 100644 --- a/examples/server-async-standalone/webapp/pom.xml +++ b/examples/server-async-standalone/webapp/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>server-async-standalone</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-async-standalone-webapp</artifactId>
diff --git a/examples/server-async/pom.xml b/examples/server-async/pom.xml index 291e0ab..19d83ac 100644 --- a/examples/server-async/pom.xml +++ b/examples/server-async/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-async</artifactId>
diff --git a/examples/server-sent-events-jaxrs/pom.xml b/examples/server-sent-events-jaxrs/pom.xml index 8843b74..cbd0d07 100644 --- a/examples/server-sent-events-jaxrs/pom.xml +++ b/examples/server-sent-events-jaxrs/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-sent-events-jaxrs</artifactId>
diff --git a/examples/server-sent-events-jersey/pom.xml b/examples/server-sent-events-jersey/pom.xml index 68624cd..8d83f20 100644 --- a/examples/server-sent-events-jersey/pom.xml +++ b/examples/server-sent-events-jersey/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>server-sent-events-jersey</artifactId>
diff --git a/examples/servlet3-webapp/pom.xml b/examples/servlet3-webapp/pom.xml index c308663..06141f0 100644 --- a/examples/servlet3-webapp/pom.xml +++ b/examples/servlet3-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet3-webapp</artifactId>
diff --git a/examples/simple-console/pom.xml b/examples/simple-console/pom.xml index 8f19525..f0ecd73 100644 --- a/examples/simple-console/pom.xml +++ b/examples/simple-console/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>simple-console</artifactId>
diff --git a/examples/sse-item-store-jaxrs-webapp/pom.xml b/examples/sse-item-store-jaxrs-webapp/pom.xml index 4db3ff8..26c5fa8 100644 --- a/examples/sse-item-store-jaxrs-webapp/pom.xml +++ b/examples/sse-item-store-jaxrs-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>sse-item-store-jaxrs-webapp</artifactId>
diff --git a/examples/sse-item-store-jersey-webapp/pom.xml b/examples/sse-item-store-jersey-webapp/pom.xml index cdae650..b40d60d 100644 --- a/examples/sse-item-store-jersey-webapp/pom.xml +++ b/examples/sse-item-store-jersey-webapp/pom.xml
@@ -19,7 +19,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>webapp-example-parent</artifactId> <relativePath>../webapp-example-parent/pom.xml</relativePath> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>sse-item-store-jersey-webapp</artifactId>
diff --git a/examples/sse-twitter-aggregator/pom.xml b/examples/sse-twitter-aggregator/pom.xml index 4ad814a..f939fbd 100644 --- a/examples/sse-twitter-aggregator/pom.xml +++ b/examples/sse-twitter-aggregator/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>sse-twitter-aggregator</artifactId>
diff --git a/examples/system-properties-example/pom.xml b/examples/system-properties-example/pom.xml index db12dd1..b7cfa9e 100644 --- a/examples/system-properties-example/pom.xml +++ b/examples/system-properties-example/pom.xml
@@ -17,7 +17,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>system-properties-example</artifactId>
diff --git a/examples/webapp-example-parent/pom.xml b/examples/webapp-example-parent/pom.xml index caf2823..0725184 100644 --- a/examples/webapp-example-parent/pom.xml +++ b/examples/webapp-example-parent/pom.xml
@@ -18,7 +18,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>webapp-example-parent</artifactId>
diff --git a/examples/xml-moxy/pom.xml b/examples/xml-moxy/pom.xml index c84f174..c810de5 100644 --- a/examples/xml-moxy/pom.xml +++ b/examples/xml-moxy/pom.xml
@@ -16,7 +16,7 @@ <parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>xml-moxy</artifactId>
diff --git a/ext/bean-validation/pom.xml b/ext/bean-validation/pom.xml index afd43a5..f07fbaa 100644 --- a/ext/bean-validation/pom.xml +++ b/ext/bean-validation/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-bean-validation</artifactId>
diff --git a/ext/cdi/jersey-cdi-rs-inject/pom.xml b/ext/cdi/jersey-cdi-rs-inject/pom.xml index 01c55c3..1721551 100644 --- a/ext/cdi/jersey-cdi-rs-inject/pom.xml +++ b/ext/cdi/jersey-cdi-rs-inject/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext.cdi</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml index 03ebc29..1783172 100644 --- a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml +++ b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi1x-ban-custom-hk2-binding</artifactId>
diff --git a/ext/cdi/jersey-cdi1x-servlet/pom.xml b/ext/cdi/jersey-cdi1x-servlet/pom.xml index 586904c..2053e71 100644 --- a/ext/cdi/jersey-cdi1x-servlet/pom.xml +++ b/ext/cdi/jersey-cdi1x-servlet/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi1x-servlet</artifactId>
diff --git a/ext/cdi/jersey-cdi1x-transaction/pom.xml b/ext/cdi/jersey-cdi1x-transaction/pom.xml index 54e031c..8792e6f 100644 --- a/ext/cdi/jersey-cdi1x-transaction/pom.xml +++ b/ext/cdi/jersey-cdi1x-transaction/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi1x-transaction</artifactId>
diff --git a/ext/cdi/jersey-cdi1x-validation/pom.xml b/ext/cdi/jersey-cdi1x-validation/pom.xml index 8921bf5..fd2e519 100644 --- a/ext/cdi/jersey-cdi1x-validation/pom.xml +++ b/ext/cdi/jersey-cdi1x-validation/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi1x-validation</artifactId>
diff --git a/ext/cdi/jersey-cdi1x/pom.xml b/ext/cdi/jersey-cdi1x/pom.xml index 97b5509..3bfbda8 100644 --- a/ext/cdi/jersey-cdi1x/pom.xml +++ b/ext/cdi/jersey-cdi1x/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi1x</artifactId>
diff --git a/ext/cdi/jersey-weld2-se/pom.xml b/ext/cdi/jersey-weld2-se/pom.xml index b01f500..848488f 100644 --- a/ext/cdi/jersey-weld2-se/pom.xml +++ b/ext/cdi/jersey-weld2-se/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.cdi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-weld2-se</artifactId>
diff --git a/ext/cdi/pom.xml b/ext/cdi/pom.xml index 24b1d08..83ebf48 100644 --- a/ext/cdi/pom.xml +++ b/ext/cdi/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.ext.cdi</groupId>
diff --git a/ext/constants/pom.xml b/ext/constants/pom.xml index 52a4d27..8d00cd1 100644 --- a/ext/constants/pom.xml +++ b/ext/constants/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-constants</artifactId>
diff --git a/ext/entity-filtering/pom.xml b/ext/entity-filtering/pom.xml index 32487a0..d135a4d 100644 --- a/ext/entity-filtering/pom.xml +++ b/ext/entity-filtering/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-entity-filtering</artifactId>
diff --git a/ext/metainf-services/pom.xml b/ext/metainf-services/pom.xml index 41485ee..bf1fc5c 100644 --- a/ext/metainf-services/pom.xml +++ b/ext/metainf-services/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-metainf-services</artifactId>
diff --git a/ext/micrometer/pom.xml b/ext/micrometer/pom.xml index f703232..ead03ec 100644 --- a/ext/micrometer/pom.xml +++ b/ext/micrometer/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/microprofile/mp-config/pom.xml b/ext/microprofile/mp-config/pom.xml index 127c830..bb63828 100644 --- a/ext/microprofile/mp-config/pom.xml +++ b/ext/microprofile/mp-config/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/microprofile/mp-rest-client/pom.xml b/ext/microprofile/mp-rest-client/pom.xml index 0784f82..f2838dc 100644 --- a/ext/microprofile/mp-rest-client/pom.xml +++ b/ext/microprofile/mp-rest-client/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/microprofile/pom.xml b/ext/microprofile/pom.xml index c4c21e0..f0f2631 100644 --- a/ext/microprofile/pom.xml +++ b/ext/microprofile/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/ext/mvc-bean-validation/pom.xml b/ext/mvc-bean-validation/pom.xml index 046a5e1..e1dfbdc 100644 --- a/ext/mvc-bean-validation/pom.xml +++ b/ext/mvc-bean-validation/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-mvc-bean-validation</artifactId>
diff --git a/ext/mvc-freemarker/pom.xml b/ext/mvc-freemarker/pom.xml index 6e0ecf0..080bb4d 100644 --- a/ext/mvc-freemarker/pom.xml +++ b/ext/mvc-freemarker/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-mvc-freemarker</artifactId>
diff --git a/ext/mvc-jsp/pom.xml b/ext/mvc-jsp/pom.xml index 4c4c078..c4f3ab6 100644 --- a/ext/mvc-jsp/pom.xml +++ b/ext/mvc-jsp/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-mvc-jsp</artifactId>
diff --git a/ext/mvc-mustache/pom.xml b/ext/mvc-mustache/pom.xml index 24c9e81..5030006 100644 --- a/ext/mvc-mustache/pom.xml +++ b/ext/mvc-mustache/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-mvc-mustache</artifactId>
diff --git a/ext/mvc/pom.xml b/ext/mvc/pom.xml index 0345e29..cebbc56 100644 --- a/ext/mvc/pom.xml +++ b/ext/mvc/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-mvc</artifactId>
diff --git a/ext/pom.xml b/ext/pom.xml index c51a5e6..71e2902 100644 --- a/ext/pom.xml +++ b/ext/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.ext</groupId>
diff --git a/ext/proxy-client/pom.xml b/ext/proxy-client/pom.xml index 59bb316..d540fa3 100644 --- a/ext/proxy-client/pom.xml +++ b/ext/proxy-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-proxy-client</artifactId>
diff --git a/ext/rx/pom.xml b/ext/rx/pom.xml index ecedc43..14d6373 100644 --- a/ext/rx/pom.xml +++ b/ext/rx/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.ext.rx</groupId>
diff --git a/ext/rx/rx-client-guava/pom.xml b/ext/rx/rx-client-guava/pom.xml index 0d982bd..468bba5 100644 --- a/ext/rx/rx-client-guava/pom.xml +++ b/ext/rx/rx-client-guava/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-rx-client-guava</artifactId>
diff --git a/ext/rx/rx-client-rxjava/pom.xml b/ext/rx/rx-client-rxjava/pom.xml index 7c9fb9e..80cba1a 100644 --- a/ext/rx/rx-client-rxjava/pom.xml +++ b/ext/rx/rx-client-rxjava/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-rx-client-rxjava</artifactId>
diff --git a/ext/rx/rx-client-rxjava2/pom.xml b/ext/rx/rx-client-rxjava2/pom.xml index 3bf366b..c4ee337 100644 --- a/ext/rx/rx-client-rxjava2/pom.xml +++ b/ext/rx/rx-client-rxjava2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-rx-client-rxjava2</artifactId>
diff --git a/ext/servlet-portability/pom.xml b/ext/servlet-portability/pom.xml index d545f7d..12cbca1 100644 --- a/ext/servlet-portability/pom.xml +++ b/ext/servlet-portability/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-servlet-portability</artifactId>
diff --git a/ext/spring4/pom.xml b/ext/spring4/pom.xml index f910513..0bb3542 100644 --- a/ext/spring4/pom.xml +++ b/ext/spring4/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-spring4</artifactId>
diff --git a/ext/spring5/pom.xml b/ext/spring5/pom.xml index 363135e..e2cf5de 100644 --- a/ext/spring5/pom.xml +++ b/ext/spring5/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-spring5</artifactId>
diff --git a/ext/wadl-doclet/pom.xml b/ext/wadl-doclet/pom.xml index 09d065b..63cd574 100644 --- a/ext/wadl-doclet/pom.xml +++ b/ext/wadl-doclet/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.ext</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-wadl-doclet</artifactId>
diff --git a/incubator/cdi-inject-weld/pom.xml b/incubator/cdi-inject-weld/pom.xml index 65b71c9..02efa98 100644 --- a/incubator/cdi-inject-weld/pom.xml +++ b/incubator/cdi-inject-weld/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi-inject-weld</artifactId>
diff --git a/incubator/declarative-linking/pom.xml b/incubator/declarative-linking/pom.xml index dce8e07..7d36411 100644 --- a/incubator/declarative-linking/pom.xml +++ b/incubator/declarative-linking/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.ext</groupId>
diff --git a/incubator/gae-integration/pom.xml b/incubator/gae-integration/pom.xml index 4755e72..ca4c26c 100644 --- a/incubator/gae-integration/pom.xml +++ b/incubator/gae-integration/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-gae-integration</artifactId>
diff --git a/incubator/html-json/pom.xml b/incubator/html-json/pom.xml index 1e06cfd..9350028 100644 --- a/incubator/html-json/pom.xml +++ b/incubator/html-json/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.media</groupId>
diff --git a/incubator/injectless-client/pom.xml b/incubator/injectless-client/pom.xml index ee95f60..5fc8605 100644 --- a/incubator/injectless-client/pom.xml +++ b/incubator/injectless-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-injectless-client</artifactId>
diff --git a/incubator/kryo/pom.xml b/incubator/kryo/pom.xml index ad0353a..66fcf3f 100644 --- a/incubator/kryo/pom.xml +++ b/incubator/kryo/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.media</groupId>
diff --git a/incubator/open-tracing/pom.xml b/incubator/open-tracing/pom.xml index 7fd16cc..db1b72e 100644 --- a/incubator/open-tracing/pom.xml +++ b/incubator/open-tracing/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.incubator</groupId>
diff --git a/incubator/pom.xml b/incubator/pom.xml index 2542a33..7d1f05e 100644 --- a/incubator/pom.xml +++ b/incubator/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.incubator</groupId>
diff --git a/inject/cdi2-se/pom.xml b/inject/cdi2-se/pom.xml index aceae80..80103bd 100644 --- a/inject/cdi2-se/pom.xml +++ b/inject/cdi2-se/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-cdi2-se</artifactId>
diff --git a/inject/hk2/pom.xml b/inject/hk2/pom.xml index 55068eb..a69b82c 100644 --- a/inject/hk2/pom.xml +++ b/inject/hk2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-hk2</artifactId>
diff --git a/inject/pom.xml b/inject/pom.xml index f781d70..3cdb43d 100644 --- a/inject/pom.xml +++ b/inject/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.inject</groupId>
diff --git a/media/jaxb/pom.xml b/media/jaxb/pom.xml index 1679000..bbac833 100644 --- a/media/jaxb/pom.xml +++ b/media/jaxb/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-jaxb</artifactId>
diff --git a/media/json-binding/pom.xml b/media/json-binding/pom.xml index e429ea9..d71897f 100644 --- a/media/json-binding/pom.xml +++ b/media/json-binding/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-json-binding</artifactId>
diff --git a/media/json-gson/pom.xml b/media/json-gson/pom.xml index 42b5cad..8495026 100644 --- a/media/json-gson/pom.xml +++ b/media/json-gson/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-json-gson</artifactId>
diff --git a/media/json-jackson/pom.xml b/media/json-jackson/pom.xml index 3c10d06..952975b 100644 --- a/media/json-jackson/pom.xml +++ b/media/json-jackson/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-json-jackson</artifactId>
diff --git a/media/json-jackson1/pom.xml b/media/json-jackson1/pom.xml index 00a52ef..40f10d4 100644 --- a/media/json-jackson1/pom.xml +++ b/media/json-jackson1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-json-jackson1</artifactId>
diff --git a/media/json-jettison/pom.xml b/media/json-jettison/pom.xml index ece9221..960903b 100644 --- a/media/json-jettison/pom.xml +++ b/media/json-jettison/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-json-jettison</artifactId>
diff --git a/media/json-processing/pom.xml b/media/json-processing/pom.xml index 15518e2..e60c17f 100644 --- a/media/json-processing/pom.xml +++ b/media/json-processing/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-json-processing</artifactId>
diff --git a/media/moxy/pom.xml b/media/moxy/pom.xml index de3c7d7..482e775 100644 --- a/media/moxy/pom.xml +++ b/media/moxy/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-moxy</artifactId>
diff --git a/media/multipart/pom.xml b/media/multipart/pom.xml index 9bbd1ec..166db0b 100644 --- a/media/multipart/pom.xml +++ b/media/multipart/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-multipart</artifactId>
diff --git a/media/pom.xml b/media/pom.xml index a6e73aa..41602a3 100644 --- a/media/pom.xml +++ b/media/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.media</groupId>
diff --git a/media/sse/pom.xml b/media/sse/pom.xml index a72cc07..4f0ff81 100644 --- a/media/sse/pom.xml +++ b/media/sse/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.media</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-media-sse</artifactId>
diff --git a/pom.xml b/pom.xml index e24c28c..7c35d6d 100644 --- a/pom.xml +++ b/pom.xml
@@ -29,7 +29,7 @@ <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> <packaging>pom</packaging> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <name>jersey</name> <description> Eclipse Jersey is the open source (under dual EPL+GPL license) JAX-RS 2.1 (JSR 370)
diff --git a/security/oauth1-client/pom.xml b/security/oauth1-client/pom.xml index 4c7d5a7..d30b619 100644 --- a/security/oauth1-client/pom.xml +++ b/security/oauth1-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>oauth1-client</artifactId>
diff --git a/security/oauth1-server/pom.xml b/security/oauth1-server/pom.xml index a047f5a..69b61de 100644 --- a/security/oauth1-server/pom.xml +++ b/security/oauth1-server/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>oauth1-server</artifactId>
diff --git a/security/oauth1-signature/pom.xml b/security/oauth1-signature/pom.xml index 8f7d02e..a8578e6 100644 --- a/security/oauth1-signature/pom.xml +++ b/security/oauth1-signature/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/security/oauth2-client/pom.xml b/security/oauth2-client/pom.xml index e5e1992..a0d3437 100644 --- a/security/oauth2-client/pom.xml +++ b/security/oauth2-client/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.glassfish.jersey.security</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/security/pom.xml b/security/pom.xml index 7788ec9..3c8b868 100644 --- a/security/pom.xml +++ b/security/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.security</groupId>
diff --git a/test-framework/core/pom.xml b/test-framework/core/pom.xml index d81fcfe..64d0dbd 100644 --- a/test-framework/core/pom.xml +++ b/test-framework/core/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-core</artifactId>
diff --git a/test-framework/maven/container-runner-maven-plugin/pom.xml b/test-framework/maven/container-runner-maven-plugin/pom.xml index fe64dcd..ccbcb67 100644 --- a/test-framework/maven/container-runner-maven-plugin/pom.xml +++ b/test-framework/maven/container-runner-maven-plugin/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.maven</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>container-runner-maven-plugin</artifactId>
diff --git a/test-framework/maven/custom-enforcer-rules/pom.xml b/test-framework/maven/custom-enforcer-rules/pom.xml index 413ba96..d8a0d7a 100644 --- a/test-framework/maven/custom-enforcer-rules/pom.xml +++ b/test-framework/maven/custom-enforcer-rules/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.maven</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>custom-enforcer-rules</artifactId>
diff --git a/test-framework/maven/pom.xml b/test-framework/maven/pom.xml index 829ef35..71ee004 100644 --- a/test-framework/maven/pom.xml +++ b/test-framework/maven/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.test-framework.maven</groupId>
diff --git a/test-framework/memleak-test-common/pom.xml b/test-framework/memleak-test-common/pom.xml index d691996..2483069 100644 --- a/test-framework/memleak-test-common/pom.xml +++ b/test-framework/memleak-test-common/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>memleak-test-common</artifactId>
diff --git a/test-framework/pom.xml b/test-framework/pom.xml index 29e9be4..e04f7ca 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.test-framework</groupId>
diff --git a/test-framework/providers/bundle/pom.xml b/test-framework/providers/bundle/pom.xml index ce184a3..bc6cb58 100644 --- a/test-framework/providers/bundle/pom.xml +++ b/test-framework/providers/bundle/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-provider-bundle</artifactId>
diff --git a/test-framework/providers/external/pom.xml b/test-framework/providers/external/pom.xml index 1e25ce9..6a236af 100644 --- a/test-framework/providers/external/pom.xml +++ b/test-framework/providers/external/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-provider-external</artifactId>
diff --git a/test-framework/providers/grizzly2/pom.xml b/test-framework/providers/grizzly2/pom.xml index 515b606..518c362 100644 --- a/test-framework/providers/grizzly2/pom.xml +++ b/test-framework/providers/grizzly2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
diff --git a/test-framework/providers/inmemory/pom.xml b/test-framework/providers/inmemory/pom.xml index 901ab54..ab7e3ef 100644 --- a/test-framework/providers/inmemory/pom.xml +++ b/test-framework/providers/inmemory/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-provider-inmemory</artifactId>
diff --git a/test-framework/providers/jdk-http/pom.xml b/test-framework/providers/jdk-http/pom.xml index 27b5f13..755db66 100644 --- a/test-framework/providers/jdk-http/pom.xml +++ b/test-framework/providers/jdk-http/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-provider-jdk-http</artifactId>
diff --git a/test-framework/providers/jetty-http2/pom.xml b/test-framework/providers/jetty-http2/pom.xml index 31b5dc9..52e334f 100644 --- a/test-framework/providers/jetty-http2/pom.xml +++ b/test-framework/providers/jetty-http2/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.test-framework.providers</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/providers/jetty/pom.xml b/test-framework/providers/jetty/pom.xml index 9b1a728..81d79c6 100644 --- a/test-framework/providers/jetty/pom.xml +++ b/test-framework/providers/jetty/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.test-framework.providers</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/providers/netty/pom.xml b/test-framework/providers/netty/pom.xml index 2e20f7b..ca71646 100644 --- a/test-framework/providers/netty/pom.xml +++ b/test-framework/providers/netty/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-provider-netty</artifactId>
diff --git a/test-framework/providers/pom.xml b/test-framework/providers/pom.xml index b417c10..3840e73 100644 --- a/test-framework/providers/pom.xml +++ b/test-framework/providers/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.test-framework.providers</groupId>
diff --git a/test-framework/providers/simple/pom.xml b/test-framework/providers/simple/pom.xml index 2c7306a..dff7ba6 100644 --- a/test-framework/providers/simple/pom.xml +++ b/test-framework/providers/simple/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.test-framework.providers</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test-framework/util/pom.xml b/test-framework/util/pom.xml index 022044f..10754d5 100644 --- a/test-framework/util/pom.xml +++ b/test-framework/util/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-test-framework-util</artifactId>
diff --git a/tests/e2e-client/pom.xml b/tests/e2e-client/pom.xml index d647b0e..bb62334 100644 --- a/tests/e2e-client/pom.xml +++ b/tests/e2e-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-client</artifactId>
diff --git a/tests/e2e-core-common/pom.xml b/tests/e2e-core-common/pom.xml index 4c176c8..1dfd414 100644 --- a/tests/e2e-core-common/pom.xml +++ b/tests/e2e-core-common/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-core-common</artifactId>
diff --git a/tests/e2e-entity/pom.xml b/tests/e2e-entity/pom.xml index 3e10874..51d9f5a 100644 --- a/tests/e2e-entity/pom.xml +++ b/tests/e2e-entity/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-entity</artifactId>
diff --git a/tests/e2e-inject/cdi-inject-weld/pom.xml b/tests/e2e-inject/cdi-inject-weld/pom.xml index 3578e0e..7f1430f 100644 --- a/tests/e2e-inject/cdi-inject-weld/pom.xml +++ b/tests/e2e-inject/cdi-inject-weld/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>e2e-inject</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-inject-cdi-inject-weld</artifactId>
diff --git a/tests/e2e-inject/cdi2-se/pom.xml b/tests/e2e-inject/cdi2-se/pom.xml index 8a73d2d..0d66297 100644 --- a/tests/e2e-inject/cdi2-se/pom.xml +++ b/tests/e2e-inject/cdi2-se/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>e2e-inject</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-inject-cdi2-se</artifactId>
diff --git a/tests/e2e-inject/hk2/pom.xml b/tests/e2e-inject/hk2/pom.xml index 2e6aabb..89b6c09 100644 --- a/tests/e2e-inject/hk2/pom.xml +++ b/tests/e2e-inject/hk2/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>e2e-inject</artifactId> <groupId>org.glassfish.jersey.tests</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/e2e-inject/non-inject/pom.xml b/tests/e2e-inject/non-inject/pom.xml index b0be197..754a1ae 100644 --- a/tests/e2e-inject/non-inject/pom.xml +++ b/tests/e2e-inject/non-inject/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>e2e-inject</artifactId> <groupId>org.glassfish.jersey.tests</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependency> <groupId>org.glassfish.jersey.incubator</groupId> <artifactId>jersey-injectless-client</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId>
diff --git a/tests/e2e-inject/pom.xml b/tests/e2e-inject/pom.xml index 5015d3b..08b61e5 100644 --- a/tests/e2e-inject/pom.xml +++ b/tests/e2e-inject/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-inject</artifactId>
diff --git a/tests/e2e-jdk-specifics/pom.xml b/tests/e2e-jdk-specifics/pom.xml index 39f62da..1f346ef 100644 --- a/tests/e2e-jdk-specifics/pom.xml +++ b/tests/e2e-jdk-specifics/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-jdk-specifics</artifactId>
diff --git a/tests/e2e-server/pom.xml b/tests/e2e-server/pom.xml index b128088..c8087da 100644 --- a/tests/e2e-server/pom.xml +++ b/tests/e2e-server/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-server</artifactId>
diff --git a/tests/e2e-testng/pom.xml b/tests/e2e-testng/pom.xml index 2e66aa4..ee78b5b 100644 --- a/tests/e2e-testng/pom.xml +++ b/tests/e2e-testng/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-testng</artifactId>
diff --git a/tests/e2e-tls/pom.xml b/tests/e2e-tls/pom.xml index 527a9ed..eeebbfa 100644 --- a/tests/e2e-tls/pom.xml +++ b/tests/e2e-tls/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e-tls</artifactId>
diff --git a/tests/e2e/pom.xml b/tests/e2e/pom.xml index 367dad3..f0295b8 100644 --- a/tests/e2e/pom.xml +++ b/tests/e2e/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>e2e</artifactId>
diff --git a/tests/integration/asm/pom.xml b/tests/integration/asm/pom.xml index fefaed7..c1f6ebf 100644 --- a/tests/integration/asm/pom.xml +++ b/tests/integration/asm/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/async-jersey-filter/pom.xml b/tests/integration/async-jersey-filter/pom.xml index f5d876a..9ce5018 100644 --- a/tests/integration/async-jersey-filter/pom.xml +++ b/tests/integration/async-jersey-filter/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>async-jersey-filter</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml b/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml index 5cbf151..bc4bf7e 100644 --- a/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-beanvalidation-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-client-on-server/pom.xml b/tests/integration/cdi-integration/cdi-client-on-server/pom.xml index 7cf9391..5059c5d 100644 --- a/tests/integration/cdi-integration/cdi-client-on-server/pom.xml +++ b/tests/integration/cdi-integration/cdi-client-on-server/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-client-on-server</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-client/pom.xml b/tests/integration/cdi-integration/cdi-client/pom.xml index bd517bd..0f62386 100644 --- a/tests/integration/cdi-integration/cdi-client/pom.xml +++ b/tests/integration/cdi-integration/cdi-client/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-client</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml b/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml index 5ef161a..ff4ce70 100644 --- a/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-ejb-test-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml b/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml index 7c293ad..98501af 100644 --- a/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-iface-with-non-jaxrs-impl-test-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-log-check/pom.xml b/tests/integration/cdi-integration/cdi-log-check/pom.xml index 8e66806..f82e528 100644 --- a/tests/integration/cdi-integration/cdi-log-check/pom.xml +++ b/tests/integration/cdi-integration/cdi-log-check/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-log-check</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-manually-bound/pom.xml b/tests/integration/cdi-integration/cdi-manually-bound/pom.xml index f301e29..1d7cb53 100644 --- a/tests/integration/cdi-integration/cdi-manually-bound/pom.xml +++ b/tests/integration/cdi-integration/cdi-manually-bound/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>cdi-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml index 15ae949..a774df5 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml index 1843e91..d43adbf 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/pom.xml index 2cfa312..312239c 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-multimodule</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml index 90b71af..5e6160b 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml b/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml index 39cc87a..46c35d5 100644 --- a/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml +++ b/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml b/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml index 96fb17a..cd634bb 100644 --- a/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-multipart-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml b/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml index 29a5786..e5bc33d 100644 --- a/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml +++ b/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-singleton/pom.xml b/tests/integration/cdi-integration/cdi-singleton/pom.xml index c613d59..9fe2559 100644 --- a/tests/integration/cdi-integration/cdi-singleton/pom.xml +++ b/tests/integration/cdi-integration/cdi-singleton/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>cdi-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml b/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml index 288f9d0..470d9a7 100644 --- a/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml +++ b/tests/integration/cdi-integration/cdi-skipping-analyzer/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>cdi-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/cdi-integration/cdi-test-webapp/pom.xml b/tests/integration/cdi-integration/cdi-test-webapp/pom.xml index 7cef2af..91ecb4a 100644 --- a/tests/integration/cdi-integration/cdi-test-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-test-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-test-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml index 668b9ea..9c614a5 100644 --- a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-with-jersey-injection-custom-cfg-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml index bcc0711..92867f3 100644 --- a/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-with-jersey-injection-custom-hk2-banned-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml b/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml index 6c50fc9..fc77b86 100644 --- a/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml +++ b/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>cdi-with-jersey-injection-webapp</artifactId>
diff --git a/tests/integration/cdi-integration/context-inject-on-server/pom.xml b/tests/integration/cdi-integration/context-inject-on-server/pom.xml index 179966b..7c8b369 100644 --- a/tests/integration/cdi-integration/context-inject-on-server/pom.xml +++ b/tests/integration/cdi-integration/context-inject-on-server/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>context-inject-on-server</artifactId>
diff --git a/tests/integration/cdi-integration/gf-cdi-inject/pom.xml b/tests/integration/cdi-integration/gf-cdi-inject/pom.xml index ebfba16..235f736 100644 --- a/tests/integration/cdi-integration/gf-cdi-inject/pom.xml +++ b/tests/integration/cdi-integration/gf-cdi-inject/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration.cdi</groupId> <artifactId>cdi-integration-project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>gf-cdi-inject-on-server</artifactId>
diff --git a/tests/integration/cdi-integration/pom.xml b/tests/integration/cdi-integration/pom.xml index 25e2568..b87fa0b 100644 --- a/tests/integration/cdi-integration/pom.xml +++ b/tests/integration/cdi-integration/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/client-connector-provider/pom.xml b/tests/integration/client-connector-provider/pom.xml index 3e9d34b..b6c109f 100644 --- a/tests/integration/client-connector-provider/pom.xml +++ b/tests/integration/client-connector-provider/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>client-connector-provider</artifactId>
diff --git a/tests/integration/ejb-multimodule-reload/ear/pom.xml b/tests/integration/ejb-multimodule-reload/ear/pom.xml index ddeab52..50eb68c 100644 --- a/tests/integration/ejb-multimodule-reload/ear/pom.xml +++ b/tests/integration/ejb-multimodule-reload/ear/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule-reload/lib/pom.xml b/tests/integration/ejb-multimodule-reload/lib/pom.xml index f5dc0f4..70f369b 100644 --- a/tests/integration/ejb-multimodule-reload/lib/pom.xml +++ b/tests/integration/ejb-multimodule-reload/lib/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule-reload/pom.xml b/tests/integration/ejb-multimodule-reload/pom.xml index f58f674..e3d9c42 100644 --- a/tests/integration/ejb-multimodule-reload/pom.xml +++ b/tests/integration/ejb-multimodule-reload/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>ejb-multimodule-reload</artifactId>
diff --git a/tests/integration/ejb-multimodule-reload/war1/pom.xml b/tests/integration/ejb-multimodule-reload/war1/pom.xml index f98b7eb..2586466 100644 --- a/tests/integration/ejb-multimodule-reload/war1/pom.xml +++ b/tests/integration/ejb-multimodule-reload/war1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule-reload/war2/pom.xml b/tests/integration/ejb-multimodule-reload/war2/pom.xml index fd02b84..9cdeaa7 100644 --- a/tests/integration/ejb-multimodule-reload/war2/pom.xml +++ b/tests/integration/ejb-multimodule-reload/war2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule/ear/pom.xml b/tests/integration/ejb-multimodule/ear/pom.xml index 037435a..b7fbf5e 100644 --- a/tests/integration/ejb-multimodule/ear/pom.xml +++ b/tests/integration/ejb-multimodule/ear/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule/lib/pom.xml b/tests/integration/ejb-multimodule/lib/pom.xml index e046fa8..dbcdae2 100644 --- a/tests/integration/ejb-multimodule/lib/pom.xml +++ b/tests/integration/ejb-multimodule/lib/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-multimodule/pom.xml b/tests/integration/ejb-multimodule/pom.xml index 5827c55..d679cc3 100644 --- a/tests/integration/ejb-multimodule/pom.xml +++ b/tests/integration/ejb-multimodule/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>ejb-multimodule</artifactId>
diff --git a/tests/integration/ejb-multimodule/war/pom.xml b/tests/integration/ejb-multimodule/war/pom.xml index f250fbb..9e2787c 100644 --- a/tests/integration/ejb-multimodule/war/pom.xml +++ b/tests/integration/ejb-multimodule/war/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/ejb-test-webapp/pom.xml b/tests/integration/ejb-test-webapp/pom.xml index 11a73d2..06e40cb 100644 --- a/tests/integration/ejb-test-webapp/pom.xml +++ b/tests/integration/ejb-test-webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>ejb-test-webapp</artifactId>
diff --git a/tests/integration/externalproperties/pom.xml b/tests/integration/externalproperties/pom.xml index 0cd26ee..a7c60e5 100644 --- a/tests/integration/externalproperties/pom.xml +++ b/tests/integration/externalproperties/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>externalproperties</artifactId>
diff --git a/tests/integration/j-376/pom.xml b/tests/integration/j-376/pom.xml index c9ffb45..619a143 100644 --- a/tests/integration/j-376/pom.xml +++ b/tests/integration/j-376/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>j-376</artifactId>
diff --git a/tests/integration/j-441/ear/pom.xml b/tests/integration/j-441/ear/pom.xml index 65e70c9..27f6eca 100644 --- a/tests/integration/j-441/ear/pom.xml +++ b/tests/integration/j-441/ear/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>j-441-ear</artifactId>
diff --git a/tests/integration/j-441/pom.xml b/tests/integration/j-441/pom.xml index 4342c24..2e477bd 100644 --- a/tests/integration/j-441/pom.xml +++ b/tests/integration/j-441/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>j-441</artifactId>
diff --git a/tests/integration/j-441/war1/pom.xml b/tests/integration/j-441/war1/pom.xml index 98a9719..072104b 100644 --- a/tests/integration/j-441/war1/pom.xml +++ b/tests/integration/j-441/war1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-441/war2/pom.xml b/tests/integration/j-441/war2/pom.xml index f6e45ef..4193d4d 100644 --- a/tests/integration/j-441/war2/pom.xml +++ b/tests/integration/j-441/war2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-59/ear/pom.xml b/tests/integration/j-59/ear/pom.xml index 62f2bf9..dd1a92a 100644 --- a/tests/integration/j-59/ear/pom.xml +++ b/tests/integration/j-59/ear/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-59/lib/pom.xml b/tests/integration/j-59/lib/pom.xml index 2172f9c..12e7aaa 100644 --- a/tests/integration/j-59/lib/pom.xml +++ b/tests/integration/j-59/lib/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/j-59/pom.xml b/tests/integration/j-59/pom.xml index 3840d4c..19a9935 100644 --- a/tests/integration/j-59/pom.xml +++ b/tests/integration/j-59/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>j-59</artifactId>
diff --git a/tests/integration/j-59/war/pom.xml b/tests/integration/j-59/war/pom.xml index bf2910d..6b64bee 100644 --- a/tests/integration/j-59/war/pom.xml +++ b/tests/integration/j-59/war/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/integration/jackson-14/pom.xml b/tests/integration/jackson-14/pom.xml index e8dbda5..0d0a1e7 100644 --- a/tests/integration/jackson-14/pom.xml +++ b/tests/integration/jackson-14/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jaxrs-component-inject/pom.xml b/tests/integration/jaxrs-component-inject/pom.xml index b38d304..40338a5 100644 --- a/tests/integration/jaxrs-component-inject/pom.xml +++ b/tests/integration/jaxrs-component-inject/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jaxrs-component-inject</artifactId>
diff --git a/tests/integration/jersey-1107/pom.xml b/tests/integration/jersey-1107/pom.xml index 13b0a09..ba959ff 100644 --- a/tests/integration/jersey-1107/pom.xml +++ b/tests/integration/jersey-1107/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-1107</artifactId>
diff --git a/tests/integration/jersey-1223/pom.xml b/tests/integration/jersey-1223/pom.xml index 69324e8..0154a5e 100644 --- a/tests/integration/jersey-1223/pom.xml +++ b/tests/integration/jersey-1223/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1223</artifactId>
diff --git a/tests/integration/jersey-1604/pom.xml b/tests/integration/jersey-1604/pom.xml index 9f8d15f..2fcb83d 100644 --- a/tests/integration/jersey-1604/pom.xml +++ b/tests/integration/jersey-1604/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1604</artifactId>
diff --git a/tests/integration/jersey-1667/pom.xml b/tests/integration/jersey-1667/pom.xml index e0499e0..01aab62 100644 --- a/tests/integration/jersey-1667/pom.xml +++ b/tests/integration/jersey-1667/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-1667</artifactId>
diff --git a/tests/integration/jersey-1829/pom.xml b/tests/integration/jersey-1829/pom.xml index c9e9f19..00c36ec 100644 --- a/tests/integration/jersey-1829/pom.xml +++ b/tests/integration/jersey-1829/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1829</artifactId>
diff --git a/tests/integration/jersey-1883/pom.xml b/tests/integration/jersey-1883/pom.xml index afc966c..e8e703c 100644 --- a/tests/integration/jersey-1883/pom.xml +++ b/tests/integration/jersey-1883/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-1883</artifactId>
diff --git a/tests/integration/jersey-1928/pom.xml b/tests/integration/jersey-1928/pom.xml index 5b98feb..df67422 100644 --- a/tests/integration/jersey-1928/pom.xml +++ b/tests/integration/jersey-1928/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jersey-1928</artifactId>
diff --git a/tests/integration/jersey-1960/pom.xml b/tests/integration/jersey-1960/pom.xml index 7373fbd..d5a0f08 100644 --- a/tests/integration/jersey-1960/pom.xml +++ b/tests/integration/jersey-1960/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-1960</artifactId>
diff --git a/tests/integration/jersey-1964/pom.xml b/tests/integration/jersey-1964/pom.xml index 1aab99f..5189398 100644 --- a/tests/integration/jersey-1964/pom.xml +++ b/tests/integration/jersey-1964/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-1964</artifactId>
diff --git a/tests/integration/jersey-2031/pom.xml b/tests/integration/jersey-2031/pom.xml index 87818eb..8919dec 100644 --- a/tests/integration/jersey-2031/pom.xml +++ b/tests/integration/jersey-2031/pom.xml
@@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2031</artifactId>
diff --git a/tests/integration/jersey-2136/pom.xml b/tests/integration/jersey-2136/pom.xml index 4a89acf..cf02600 100644 --- a/tests/integration/jersey-2136/pom.xml +++ b/tests/integration/jersey-2136/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2136</artifactId>
diff --git a/tests/integration/jersey-2137/pom.xml b/tests/integration/jersey-2137/pom.xml index 2c83b98..f5d57a0 100644 --- a/tests/integration/jersey-2137/pom.xml +++ b/tests/integration/jersey-2137/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2137</artifactId>
diff --git a/tests/integration/jersey-2154/pom.xml b/tests/integration/jersey-2154/pom.xml index 12e3604..2f0a220 100644 --- a/tests/integration/jersey-2154/pom.xml +++ b/tests/integration/jersey-2154/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2154</artifactId>
diff --git a/tests/integration/jersey-2160/pom.xml b/tests/integration/jersey-2160/pom.xml index 544d496..63afb32 100644 --- a/tests/integration/jersey-2160/pom.xml +++ b/tests/integration/jersey-2160/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2160</artifactId>
diff --git a/tests/integration/jersey-2164/pom.xml b/tests/integration/jersey-2164/pom.xml index ebbf219..5ae440b 100644 --- a/tests/integration/jersey-2164/pom.xml +++ b/tests/integration/jersey-2164/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2164</artifactId>
diff --git a/tests/integration/jersey-2167/pom.xml b/tests/integration/jersey-2167/pom.xml index 3ead7c5..3583357 100644 --- a/tests/integration/jersey-2167/pom.xml +++ b/tests/integration/jersey-2167/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2167</artifactId>
diff --git a/tests/integration/jersey-2176/pom.xml b/tests/integration/jersey-2176/pom.xml index 7cd663b..6114abf 100644 --- a/tests/integration/jersey-2176/pom.xml +++ b/tests/integration/jersey-2176/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2176</artifactId>
diff --git a/tests/integration/jersey-2184/pom.xml b/tests/integration/jersey-2184/pom.xml index 57805d9..26ba6be 100644 --- a/tests/integration/jersey-2184/pom.xml +++ b/tests/integration/jersey-2184/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2184</artifactId>
diff --git a/tests/integration/jersey-2255/pom.xml b/tests/integration/jersey-2255/pom.xml index e1cf5ad..d8f0261 100644 --- a/tests/integration/jersey-2255/pom.xml +++ b/tests/integration/jersey-2255/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2255</artifactId>
diff --git a/tests/integration/jersey-2322/pom.xml b/tests/integration/jersey-2322/pom.xml index ffefcf4..528a395 100644 --- a/tests/integration/jersey-2322/pom.xml +++ b/tests/integration/jersey-2322/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2322</artifactId>
diff --git a/tests/integration/jersey-2335/pom.xml b/tests/integration/jersey-2335/pom.xml index 76dec12..c8d7bd5 100644 --- a/tests/integration/jersey-2335/pom.xml +++ b/tests/integration/jersey-2335/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2335</artifactId>
diff --git a/tests/integration/jersey-2421/pom.xml b/tests/integration/jersey-2421/pom.xml index d9e9d0c..b040850 100644 --- a/tests/integration/jersey-2421/pom.xml +++ b/tests/integration/jersey-2421/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2421</artifactId>
diff --git a/tests/integration/jersey-2551/pom.xml b/tests/integration/jersey-2551/pom.xml index 973c54f..63a2e58 100644 --- a/tests/integration/jersey-2551/pom.xml +++ b/tests/integration/jersey-2551/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2551</artifactId>
diff --git a/tests/integration/jersey-2612/pom.xml b/tests/integration/jersey-2612/pom.xml index a04c9a6..e933773 100644 --- a/tests/integration/jersey-2612/pom.xml +++ b/tests/integration/jersey-2612/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2612</artifactId>
diff --git a/tests/integration/jersey-2637/pom.xml b/tests/integration/jersey-2637/pom.xml index 1ba6680..73a4b50 100644 --- a/tests/integration/jersey-2637/pom.xml +++ b/tests/integration/jersey-2637/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2637</artifactId>
diff --git a/tests/integration/jersey-2654/pom.xml b/tests/integration/jersey-2654/pom.xml index d9412f8..dae1abc 100644 --- a/tests/integration/jersey-2654/pom.xml +++ b/tests/integration/jersey-2654/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2654</artifactId>
diff --git a/tests/integration/jersey-2673/pom.xml b/tests/integration/jersey-2673/pom.xml index 44fb124..41fa0f7 100644 --- a/tests/integration/jersey-2673/pom.xml +++ b/tests/integration/jersey-2673/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2673</artifactId>
diff --git a/tests/integration/jersey-2689/pom.xml b/tests/integration/jersey-2689/pom.xml index 10f0347..e8511d3 100644 --- a/tests/integration/jersey-2689/pom.xml +++ b/tests/integration/jersey-2689/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2689</artifactId>
diff --git a/tests/integration/jersey-2704/pom.xml b/tests/integration/jersey-2704/pom.xml index 93ee0dc..1dfb386 100644 --- a/tests/integration/jersey-2704/pom.xml +++ b/tests/integration/jersey-2704/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2704</artifactId>
diff --git a/tests/integration/jersey-2776/pom.xml b/tests/integration/jersey-2776/pom.xml index aec8281..61ad8ff 100644 --- a/tests/integration/jersey-2776/pom.xml +++ b/tests/integration/jersey-2776/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2776</artifactId>
diff --git a/tests/integration/jersey-2794/pom.xml b/tests/integration/jersey-2794/pom.xml index 115c8bb..f3717e4 100644 --- a/tests/integration/jersey-2794/pom.xml +++ b/tests/integration/jersey-2794/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2794</artifactId>
diff --git a/tests/integration/jersey-2846/pom.xml b/tests/integration/jersey-2846/pom.xml index 873f0d2..92a09c4 100644 --- a/tests/integration/jersey-2846/pom.xml +++ b/tests/integration/jersey-2846/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2846</artifactId>
diff --git a/tests/integration/jersey-2878/pom.xml b/tests/integration/jersey-2878/pom.xml index 660d837..8dca065 100644 --- a/tests/integration/jersey-2878/pom.xml +++ b/tests/integration/jersey-2878/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2878</artifactId>
diff --git a/tests/integration/jersey-2892/pom.xml b/tests/integration/jersey-2892/pom.xml index f58434e..093a403 100644 --- a/tests/integration/jersey-2892/pom.xml +++ b/tests/integration/jersey-2892/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-2892</artifactId>
diff --git a/tests/integration/jersey-3662/pom.xml b/tests/integration/jersey-3662/pom.xml index 79d6196..c083032 100644 --- a/tests/integration/jersey-3662/pom.xml +++ b/tests/integration/jersey-3662/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-3670/pom.xml b/tests/integration/jersey-3670/pom.xml index 3536639..e034e00 100644 --- a/tests/integration/jersey-3670/pom.xml +++ b/tests/integration/jersey-3670/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-3670</artifactId>
diff --git a/tests/integration/jersey-3796/pom.xml b/tests/integration/jersey-3796/pom.xml index 963aad9..a6e52fe 100644 --- a/tests/integration/jersey-3796/pom.xml +++ b/tests/integration/jersey-3796/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-3796</artifactId>
diff --git a/tests/integration/jersey-3992/pom.xml b/tests/integration/jersey-3992/pom.xml index a33f592..2736785 100644 --- a/tests/integration/jersey-3992/pom.xml +++ b/tests/integration/jersey-3992/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-3992</artifactId>
diff --git a/tests/integration/jersey-4003/pom.xml b/tests/integration/jersey-4003/pom.xml index 6107fd7..09b9012 100644 --- a/tests/integration/jersey-4003/pom.xml +++ b/tests/integration/jersey-4003/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4099/pom.xml b/tests/integration/jersey-4099/pom.xml index 6c9c6a3..abb895c 100644 --- a/tests/integration/jersey-4099/pom.xml +++ b/tests/integration/jersey-4099/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-4099</artifactId>
diff --git a/tests/integration/jersey-4321/pom.xml b/tests/integration/jersey-4321/pom.xml index a210d89..f651683 100644 --- a/tests/integration/jersey-4321/pom.xml +++ b/tests/integration/jersey-4321/pom.xml
@@ -24,7 +24,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4507/pom.xml b/tests/integration/jersey-4507/pom.xml index 3ff8432..e1868e4 100644 --- a/tests/integration/jersey-4507/pom.xml +++ b/tests/integration/jersey-4507/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4542/pom.xml b/tests/integration/jersey-4542/pom.xml index 435b97c..974ede9 100644 --- a/tests/integration/jersey-4542/pom.xml +++ b/tests/integration/jersey-4542/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4697/pom.xml b/tests/integration/jersey-4697/pom.xml index ccfd7d6..55cd272 100644 --- a/tests/integration/jersey-4697/pom.xml +++ b/tests/integration/jersey-4697/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4722/pom.xml b/tests/integration/jersey-4722/pom.xml index d5c549d..ca0e163 100644 --- a/tests/integration/jersey-4722/pom.xml +++ b/tests/integration/jersey-4722/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-4949/pom.xml b/tests/integration/jersey-4949/pom.xml index f325fac..7dfd8bb 100644 --- a/tests/integration/jersey-4949/pom.xml +++ b/tests/integration/jersey-4949/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-4949</artifactId>
diff --git a/tests/integration/jersey-5796/pom.xml b/tests/integration/jersey-5796/pom.xml index 0346caf..29757b1 100644 --- a/tests/integration/jersey-5796/pom.xml +++ b/tests/integration/jersey-5796/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/jersey-780/pom.xml b/tests/integration/jersey-780/pom.xml index a193e23..8992531 100644 --- a/tests/integration/jersey-780/pom.xml +++ b/tests/integration/jersey-780/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-780</artifactId>
diff --git a/tests/integration/jetty-response-close/pom.xml b/tests/integration/jetty-response-close/pom.xml index 2c831d7..2f45d68 100644 --- a/tests/integration/jetty-response-close/pom.xml +++ b/tests/integration/jetty-response-close/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/config/helidon/pom.xml b/tests/integration/microprofile/config/helidon/pom.xml index 45ed2e6..722158a 100644 --- a/tests/integration/microprofile/config/helidon/pom.xml +++ b/tests/integration/microprofile/config/helidon/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>microprofile-config-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/config/pom.xml b/tests/integration/microprofile/config/pom.xml index d90c861..af208b0 100644 --- a/tests/integration/microprofile/config/pom.xml +++ b/tests/integration/microprofile/config/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/microprofile/config/webapp/pom.xml b/tests/integration/microprofile/config/webapp/pom.xml index a4fddf2..b80a687 100644 --- a/tests/integration/microprofile/config/webapp/pom.xml +++ b/tests/integration/microprofile/config/webapp/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>microprofile-config-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/pom.xml b/tests/integration/microprofile/pom.xml index c357f61..4c3df28 100644 --- a/tests/integration/microprofile/pom.xml +++ b/tests/integration/microprofile/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/microprofile/rest-client/pom.xml b/tests/integration/microprofile/rest-client/pom.xml index d3288f0..c25be69 100644 --- a/tests/integration/microprofile/rest-client/pom.xml +++ b/tests/integration/microprofile/rest-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/microprofile/rest-client14-compatibility/pom.xml b/tests/integration/microprofile/rest-client14-compatibility/pom.xml index 8c19998..9796238 100644 --- a/tests/integration/microprofile/rest-client14-compatibility/pom.xml +++ b/tests/integration/microprofile/rest-client14-compatibility/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>microprofile-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.microprofile</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 04f5c95..a1fcd65 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.integration</groupId>
diff --git a/tests/integration/portability-jersey-1/pom.xml b/tests/integration/portability-jersey-1/pom.xml index cfc0e8d..008aee1 100644 --- a/tests/integration/portability-jersey-1/pom.xml +++ b/tests/integration/portability-jersey-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>portability-jersey-1</artifactId>
diff --git a/tests/integration/portability-jersey-2/pom.xml b/tests/integration/portability-jersey-2/pom.xml index 0907908..4dfd21b 100644 --- a/tests/integration/portability-jersey-2/pom.xml +++ b/tests/integration/portability-jersey-2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>portability-jersey-2</artifactId>
diff --git a/tests/integration/property-check/pom.xml b/tests/integration/property-check/pom.xml index ddb5127..d117cc5 100644 --- a/tests/integration/property-check/pom.xml +++ b/tests/integration/property-check/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>property-check</artifactId>
diff --git a/tests/integration/reactive-streams/pom.xml b/tests/integration/reactive-streams/pom.xml index cf2b347..4803119 100644 --- a/tests/integration/reactive-streams/pom.xml +++ b/tests/integration/reactive-streams/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging>
diff --git a/tests/integration/reactive-streams/sse/pom.xml b/tests/integration/reactive-streams/sse/pom.xml index fca62cf..ee34df5 100644 --- a/tests/integration/reactive-streams/sse/pom.xml +++ b/tests/integration/reactive-streams/sse/pom.xml
@@ -22,7 +22,7 @@ <parent> <artifactId>reactive-streams-integration-project</artifactId> <groupId>org.glassfish.jersey.tests.integration.reactive</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/integration/resteasy-client/pom.xml b/tests/integration/resteasy-client/pom.xml index dfd2090..e657561 100644 --- a/tests/integration/resteasy-client/pom.xml +++ b/tests/integration/resteasy-client/pom.xml
@@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>resteasy-client</artifactId>
diff --git a/tests/integration/security-digest/pom.xml b/tests/integration/security-digest/pom.xml index 3109226..870b6d5 100644 --- a/tests/integration/security-digest/pom.xml +++ b/tests/integration/security-digest/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests.integration</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>security-digest</artifactId>
diff --git a/tests/integration/servlet-2.5-autodiscovery-1/pom.xml b/tests/integration/servlet-2.5-autodiscovery-1/pom.xml index 8bf6bf6..52a78b6 100644 --- a/tests/integration/servlet-2.5-autodiscovery-1/pom.xml +++ b/tests/integration/servlet-2.5-autodiscovery-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-autodiscovery-1</artifactId>
diff --git a/tests/integration/servlet-2.5-autodiscovery-2/pom.xml b/tests/integration/servlet-2.5-autodiscovery-2/pom.xml index 9e0c2de..39bcdf0 100644 --- a/tests/integration/servlet-2.5-autodiscovery-2/pom.xml +++ b/tests/integration/servlet-2.5-autodiscovery-2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-autodiscovery-2</artifactId>
diff --git a/tests/integration/servlet-2.5-filter/pom.xml b/tests/integration/servlet-2.5-filter/pom.xml index e82c354..8aa149d 100644 --- a/tests/integration/servlet-2.5-filter/pom.xml +++ b/tests/integration/servlet-2.5-filter/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-filter</artifactId>
diff --git a/tests/integration/servlet-2.5-inflector-1/pom.xml b/tests/integration/servlet-2.5-inflector-1/pom.xml index b535087..91dea5e 100644 --- a/tests/integration/servlet-2.5-inflector-1/pom.xml +++ b/tests/integration/servlet-2.5-inflector-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-inflector-1</artifactId>
diff --git a/tests/integration/servlet-2.5-init-1/pom.xml b/tests/integration/servlet-2.5-init-1/pom.xml index 15d840e..c61135b 100644 --- a/tests/integration/servlet-2.5-init-1/pom.xml +++ b/tests/integration/servlet-2.5-init-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-1</artifactId>
diff --git a/tests/integration/servlet-2.5-init-2/pom.xml b/tests/integration/servlet-2.5-init-2/pom.xml index 3bd728d..e05d62d 100644 --- a/tests/integration/servlet-2.5-init-2/pom.xml +++ b/tests/integration/servlet-2.5-init-2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-2</artifactId>
diff --git a/tests/integration/servlet-2.5-init-3/pom.xml b/tests/integration/servlet-2.5-init-3/pom.xml index 7c5c544..c272c81 100644 --- a/tests/integration/servlet-2.5-init-3/pom.xml +++ b/tests/integration/servlet-2.5-init-3/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-3</artifactId>
diff --git a/tests/integration/servlet-2.5-init-4/pom.xml b/tests/integration/servlet-2.5-init-4/pom.xml index 4298080..acffd3d 100644 --- a/tests/integration/servlet-2.5-init-4/pom.xml +++ b/tests/integration/servlet-2.5-init-4/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-4</artifactId>
diff --git a/tests/integration/servlet-2.5-init-5/pom.xml b/tests/integration/servlet-2.5-init-5/pom.xml index 547c14a..3c35d3d 100644 --- a/tests/integration/servlet-2.5-init-5/pom.xml +++ b/tests/integration/servlet-2.5-init-5/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-5</artifactId>
diff --git a/tests/integration/servlet-2.5-init-6/pom.xml b/tests/integration/servlet-2.5-init-6/pom.xml index 09cd9c4..a972d17 100644 --- a/tests/integration/servlet-2.5-init-6/pom.xml +++ b/tests/integration/servlet-2.5-init-6/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-6</artifactId>
diff --git a/tests/integration/servlet-2.5-init-7/pom.xml b/tests/integration/servlet-2.5-init-7/pom.xml index 49a4485..461a71b 100644 --- a/tests/integration/servlet-2.5-init-7/pom.xml +++ b/tests/integration/servlet-2.5-init-7/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-7</artifactId>
diff --git a/tests/integration/servlet-2.5-init-8/pom.xml b/tests/integration/servlet-2.5-init-8/pom.xml index a96aaa9..9dbc418 100644 --- a/tests/integration/servlet-2.5-init-8/pom.xml +++ b/tests/integration/servlet-2.5-init-8/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-init-8</artifactId>
diff --git a/tests/integration/servlet-2.5-mvc-1/pom.xml b/tests/integration/servlet-2.5-mvc-1/pom.xml index 4030654..6ddff41 100644 --- a/tests/integration/servlet-2.5-mvc-1/pom.xml +++ b/tests/integration/servlet-2.5-mvc-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-mvc-1</artifactId>
diff --git a/tests/integration/servlet-2.5-mvc-2/pom.xml b/tests/integration/servlet-2.5-mvc-2/pom.xml index 3be3bd4..48de22b 100644 --- a/tests/integration/servlet-2.5-mvc-2/pom.xml +++ b/tests/integration/servlet-2.5-mvc-2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-mvc-2</artifactId>
diff --git a/tests/integration/servlet-2.5-mvc-3/pom.xml b/tests/integration/servlet-2.5-mvc-3/pom.xml index 7c43632..ec8cacc 100644 --- a/tests/integration/servlet-2.5-mvc-3/pom.xml +++ b/tests/integration/servlet-2.5-mvc-3/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-mvc-3</artifactId>
diff --git a/tests/integration/servlet-2.5-reload/pom.xml b/tests/integration/servlet-2.5-reload/pom.xml index db862cf..b9992fd 100644 --- a/tests/integration/servlet-2.5-reload/pom.xml +++ b/tests/integration/servlet-2.5-reload/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-2.5-reload</artifactId>
diff --git a/tests/integration/servlet-3-async/pom.xml b/tests/integration/servlet-3-async/pom.xml index da239e3..efde550 100644 --- a/tests/integration/servlet-3-async/pom.xml +++ b/tests/integration/servlet-3-async/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-async</artifactId>
diff --git a/tests/integration/servlet-3-chunked-io/pom.xml b/tests/integration/servlet-3-chunked-io/pom.xml index 2b12bce..3882713 100644 --- a/tests/integration/servlet-3-chunked-io/pom.xml +++ b/tests/integration/servlet-3-chunked-io/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-chunked-io</artifactId>
diff --git a/tests/integration/servlet-3-filter/pom.xml b/tests/integration/servlet-3-filter/pom.xml index b882a19..24bfa39 100644 --- a/tests/integration/servlet-3-filter/pom.xml +++ b/tests/integration/servlet-3-filter/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-filter</artifactId>
diff --git a/tests/integration/servlet-3-gf-async/pom.xml b/tests/integration/servlet-3-gf-async/pom.xml index bb62a69..d006710 100644 --- a/tests/integration/servlet-3-gf-async/pom.xml +++ b/tests/integration/servlet-3-gf-async/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-gf-async</artifactId>
diff --git a/tests/integration/servlet-3-inflector-1/pom.xml b/tests/integration/servlet-3-inflector-1/pom.xml index eb14dfd..0043191 100644 --- a/tests/integration/servlet-3-inflector-1/pom.xml +++ b/tests/integration/servlet-3-inflector-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-inflector-1</artifactId>
diff --git a/tests/integration/servlet-3-init-1/pom.xml b/tests/integration/servlet-3-init-1/pom.xml index b0f0764..7559de8 100644 --- a/tests/integration/servlet-3-init-1/pom.xml +++ b/tests/integration/servlet-3-init-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-1</artifactId>
diff --git a/tests/integration/servlet-3-init-2/pom.xml b/tests/integration/servlet-3-init-2/pom.xml index 8b237a3..1d4554b 100644 --- a/tests/integration/servlet-3-init-2/pom.xml +++ b/tests/integration/servlet-3-init-2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-2</artifactId>
diff --git a/tests/integration/servlet-3-init-3/pom.xml b/tests/integration/servlet-3-init-3/pom.xml index da869d8..5a12a96 100644 --- a/tests/integration/servlet-3-init-3/pom.xml +++ b/tests/integration/servlet-3-init-3/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-3</artifactId>
diff --git a/tests/integration/servlet-3-init-4/pom.xml b/tests/integration/servlet-3-init-4/pom.xml index 7813961..28ca50e 100644 --- a/tests/integration/servlet-3-init-4/pom.xml +++ b/tests/integration/servlet-3-init-4/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-4</artifactId>
diff --git a/tests/integration/servlet-3-init-5/pom.xml b/tests/integration/servlet-3-init-5/pom.xml index 350d5c5..55ce159 100644 --- a/tests/integration/servlet-3-init-5/pom.xml +++ b/tests/integration/servlet-3-init-5/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-5</artifactId>
diff --git a/tests/integration/servlet-3-init-6/pom.xml b/tests/integration/servlet-3-init-6/pom.xml index 78d4334..6a7e920 100644 --- a/tests/integration/servlet-3-init-6/pom.xml +++ b/tests/integration/servlet-3-init-6/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-6</artifactId>
diff --git a/tests/integration/servlet-3-init-7/pom.xml b/tests/integration/servlet-3-init-7/pom.xml index 8ee1bd1..53d6304 100644 --- a/tests/integration/servlet-3-init-7/pom.xml +++ b/tests/integration/servlet-3-init-7/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-7</artifactId>
diff --git a/tests/integration/servlet-3-init-8/pom.xml b/tests/integration/servlet-3-init-8/pom.xml index 270705e..200f46f 100644 --- a/tests/integration/servlet-3-init-8/pom.xml +++ b/tests/integration/servlet-3-init-8/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-8</artifactId>
diff --git a/tests/integration/servlet-3-init-9/pom.xml b/tests/integration/servlet-3-init-9/pom.xml index 341b152..600dc39 100644 --- a/tests/integration/servlet-3-init-9/pom.xml +++ b/tests/integration/servlet-3-init-9/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-9</artifactId>
diff --git a/tests/integration/servlet-3-init-provider/pom.xml b/tests/integration/servlet-3-init-provider/pom.xml index b721dde..5a46d22 100644 --- a/tests/integration/servlet-3-init-provider/pom.xml +++ b/tests/integration/servlet-3-init-provider/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-init-provider</artifactId>
diff --git a/tests/integration/servlet-3-params/pom.xml b/tests/integration/servlet-3-params/pom.xml index d0fba29..b532ce8 100644 --- a/tests/integration/servlet-3-params/pom.xml +++ b/tests/integration/servlet-3-params/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-params</artifactId>
diff --git a/tests/integration/servlet-3-sse-1/pom.xml b/tests/integration/servlet-3-sse-1/pom.xml index d35fe80..39e3bd2 100644 --- a/tests/integration/servlet-3-sse-1/pom.xml +++ b/tests/integration/servlet-3-sse-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-3-sse-1</artifactId>
diff --git a/tests/integration/servlet-4.0-mvc-1/pom.xml b/tests/integration/servlet-4.0-mvc-1/pom.xml index 4ad965a..e59ad95 100644 --- a/tests/integration/servlet-4.0-mvc-1/pom.xml +++ b/tests/integration/servlet-4.0-mvc-1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-4.0-mvc-1</artifactId>
diff --git a/tests/integration/servlet-request-wrapper-binding-2/pom.xml b/tests/integration/servlet-request-wrapper-binding-2/pom.xml index 26d3222..0a7a41e 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/pom.xml +++ b/tests/integration/servlet-request-wrapper-binding-2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-request-wrappper-binding-2</artifactId>
diff --git a/tests/integration/servlet-request-wrapper-binding/pom.xml b/tests/integration/servlet-request-wrapper-binding/pom.xml index 249e8ac..09cd919 100644 --- a/tests/integration/servlet-request-wrapper-binding/pom.xml +++ b/tests/integration/servlet-request-wrapper-binding/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-request-wrappper-binding</artifactId>
diff --git a/tests/integration/servlet-tests/pom.xml b/tests/integration/servlet-tests/pom.xml index 399404c..ece5254 100644 --- a/tests/integration/servlet-tests/pom.xml +++ b/tests/integration/servlet-tests/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>servlet-tests</artifactId>
diff --git a/tests/integration/sonar-test/pom.xml b/tests/integration/sonar-test/pom.xml index c049482..b844ce4 100644 --- a/tests/integration/sonar-test/pom.xml +++ b/tests/integration/sonar-test/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>sonar-test</artifactId>
diff --git a/tests/integration/spring4/pom.xml b/tests/integration/spring4/pom.xml index 07af68b..f36c37b 100644 --- a/tests/integration/spring4/pom.xml +++ b/tests/integration/spring4/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>spring4</artifactId>
diff --git a/tests/integration/spring5/pom.xml b/tests/integration/spring5/pom.xml index edb4185..cf9a708 100644 --- a/tests/integration/spring5/pom.xml +++ b/tests/integration/spring5/pom.xml
@@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>spring5</artifactId>
diff --git a/tests/integration/tracing-support/pom.xml b/tests/integration/tracing-support/pom.xml index 4b0eba6..f6f6c3b 100644 --- a/tests/integration/tracing-support/pom.xml +++ b/tests/integration/tracing-support/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.integration</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>tracing-support</artifactId>
diff --git a/tests/jmockit/pom.xml b/tests/jmockit/pom.xml index 1c27326..bce06b1 100644 --- a/tests/jmockit/pom.xml +++ b/tests/jmockit/pom.xml
@@ -23,7 +23,7 @@ <parent> <artifactId>project</artifactId> <groupId>org.glassfish.jersey.tests</groupId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/tests/mem-leaks/pom.xml b/tests/mem-leaks/pom.xml index 4e0b519..b0f9e18 100644 --- a/tests/mem-leaks/pom.xml +++ b/tests/mem-leaks/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.memleaks</groupId>
diff --git a/tests/mem-leaks/redeployment/pom.xml b/tests/mem-leaks/redeployment/pom.xml index b8e5db8..2c65824 100644 --- a/tests/mem-leaks/redeployment/pom.xml +++ b/tests/mem-leaks/redeployment/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId>
diff --git a/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml b/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml index b849f79..3ed9985 100644 --- a/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>redeployment-hello-world-app-ref</artifactId> @@ -132,7 +132,7 @@ <groupId>org.glassfish.jersey.examples</groupId> <artifactId>helloworld-webapp</artifactId> <type>war</type> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </dependency> </dependencies>
diff --git a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml index 9bc0cb1..ed472f1 100644 --- a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>redeployment-leaking-test-app</artifactId>
diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml index 73cfb16..1daf943 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>redeployment-no-jersey-app</artifactId>
diff --git a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml index f3d9edc..c64ed6c 100644 --- a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml +++ b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.redeployment</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>redeployment-threadlocals-app</artifactId>
diff --git a/tests/mem-leaks/test-cases/bean-param-leak/pom.xml b/tests/mem-leaks/test-cases/bean-param-leak/pom.xml index 652f5f4..39cc56f 100644 --- a/tests/mem-leaks/test-cases/bean-param-leak/pom.xml +++ b/tests/mem-leaks/test-cases/bean-param-leak/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>bean-param-leak</artifactId>
diff --git a/tests/mem-leaks/test-cases/leaking-test-app/pom.xml b/tests/mem-leaks/test-cases/leaking-test-app/pom.xml index 96181c4..fd3862a 100644 --- a/tests/mem-leaks/test-cases/leaking-test-app/pom.xml +++ b/tests/mem-leaks/test-cases/leaking-test-app/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>leaking-test-app</artifactId>
diff --git a/tests/mem-leaks/test-cases/pom.xml b/tests/mem-leaks/test-cases/pom.xml index 95619b1..e52d083 100644 --- a/tests/mem-leaks/test-cases/pom.xml +++ b/tests/mem-leaks/test-cases/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId>
diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml b/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml index ea9df45..1110e64 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>shutdown-hook-leak-client</artifactId>
diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml b/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml index 06c1740..56d3099 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.memleaks.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>shutdown-hook-leak</artifactId>
diff --git a/tests/osgi/functional/pom.xml b/tests/osgi/functional/pom.xml index 4539917..b254401 100644 --- a/tests/osgi/functional/pom.xml +++ b/tests/osgi/functional/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.jersey.tests.osgi</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>jersey-tests-osgi-functional</artifactId>
diff --git a/tests/osgi/pom.xml b/tests/osgi/pom.xml index 4706154..ddca398 100644 --- a/tests/osgi/pom.xml +++ b/tests/osgi/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.osgi</groupId>
diff --git a/tests/performance/benchmarks/pom.xml b/tests/performance/benchmarks/pom.xml index 4f96177..ef5c668 100644 --- a/tests/performance/benchmarks/pom.xml +++ b/tests/performance/benchmarks/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>performance-test-benchmarks</artifactId>
diff --git a/tests/performance/pom.xml b/tests/performance/pom.xml index 3e5fc3d..8708bc0 100644 --- a/tests/performance/pom.xml +++ b/tests/performance/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.performance</groupId>
diff --git a/tests/performance/runners/jersey-grizzly-runner/pom.xml b/tests/performance/runners/jersey-grizzly-runner/pom.xml index 3f1c590..1782176 100644 --- a/tests/performance/runners/jersey-grizzly-runner/pom.xml +++ b/tests/performance/runners/jersey-grizzly-runner/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.runners</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent>
diff --git a/tests/performance/runners/pom.xml b/tests/performance/runners/pom.xml index 3f84d8a..4509e06 100644 --- a/tests/performance/runners/pom.xml +++ b/tests/performance/runners/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.performance.runners</groupId>
diff --git a/tests/performance/test-cases/assemblies/pom.xml b/tests/performance/test-cases/assemblies/pom.xml index c606639..4d74afd 100644 --- a/tests/performance/test-cases/assemblies/pom.xml +++ b/tests/performance/test-cases/assemblies/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>assemblies</artifactId>
diff --git a/tests/performance/test-cases/filter-dynamic/pom.xml b/tests/performance/test-cases/filter-dynamic/pom.xml index 6d753ee..6af407a 100644 --- a/tests/performance/test-cases/filter-dynamic/pom.xml +++ b/tests/performance/test-cases/filter-dynamic/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>filter-dynamic</artifactId>
diff --git a/tests/performance/test-cases/filter-global/pom.xml b/tests/performance/test-cases/filter-global/pom.xml index fa29889..18a5af8 100644 --- a/tests/performance/test-cases/filter-global/pom.xml +++ b/tests/performance/test-cases/filter-global/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>filter-global</artifactId>
diff --git a/tests/performance/test-cases/filter-name/pom.xml b/tests/performance/test-cases/filter-name/pom.xml index a432850..05c3eae 100644 --- a/tests/performance/test-cases/filter-name/pom.xml +++ b/tests/performance/test-cases/filter-name/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>filter-name</artifactId>
diff --git a/tests/performance/test-cases/interceptor-dynamic/pom.xml b/tests/performance/test-cases/interceptor-dynamic/pom.xml index 02d09e7..e5b19fd 100644 --- a/tests/performance/test-cases/interceptor-dynamic/pom.xml +++ b/tests/performance/test-cases/interceptor-dynamic/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>interceptor-dynamic</artifactId>
diff --git a/tests/performance/test-cases/interceptor-global/pom.xml b/tests/performance/test-cases/interceptor-global/pom.xml index e64c754..090c019 100644 --- a/tests/performance/test-cases/interceptor-global/pom.xml +++ b/tests/performance/test-cases/interceptor-global/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>interceptor-global</artifactId>
diff --git a/tests/performance/test-cases/interceptor-name/pom.xml b/tests/performance/test-cases/interceptor-name/pom.xml index 412471b..818d6b0 100644 --- a/tests/performance/test-cases/interceptor-name/pom.xml +++ b/tests/performance/test-cases/interceptor-name/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>interceptor-name</artifactId>
diff --git a/tests/performance/test-cases/mbw-custom-provider/pom.xml b/tests/performance/test-cases/mbw-custom-provider/pom.xml index 257bce8..a87533c 100644 --- a/tests/performance/test-cases/mbw-custom-provider/pom.xml +++ b/tests/performance/test-cases/mbw-custom-provider/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>custom-provider</artifactId>
diff --git a/tests/performance/test-cases/mbw-json-jackson/pom.xml b/tests/performance/test-cases/mbw-json-jackson/pom.xml index a28f8b6..3d3f81a 100644 --- a/tests/performance/test-cases/mbw-json-jackson/pom.xml +++ b/tests/performance/test-cases/mbw-json-jackson/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-jackson</artifactId>
diff --git a/tests/performance/test-cases/mbw-json-moxy/pom.xml b/tests/performance/test-cases/mbw-json-moxy/pom.xml index acbc500..5fb152a 100644 --- a/tests/performance/test-cases/mbw-json-moxy/pom.xml +++ b/tests/performance/test-cases/mbw-json-moxy/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>json-moxy</artifactId>
diff --git a/tests/performance/test-cases/mbw-kryo/pom.xml b/tests/performance/test-cases/mbw-kryo/pom.xml index 8f1883d..e75fea6 100644 --- a/tests/performance/test-cases/mbw-kryo/pom.xml +++ b/tests/performance/test-cases/mbw-kryo/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>mbw-kryo</artifactId>
diff --git a/tests/performance/test-cases/mbw-text-plain/pom.xml b/tests/performance/test-cases/mbw-text-plain/pom.xml index 3922fd6..8df26f2 100644 --- a/tests/performance/test-cases/mbw-text-plain/pom.xml +++ b/tests/performance/test-cases/mbw-text-plain/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>text-plain</artifactId>
diff --git a/tests/performance/test-cases/mbw-xml-jaxb/pom.xml b/tests/performance/test-cases/mbw-xml-jaxb/pom.xml index e5ec777..9f1849a 100644 --- a/tests/performance/test-cases/mbw-xml-jaxb/pom.xml +++ b/tests/performance/test-cases/mbw-xml-jaxb/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>xml-jaxb</artifactId>
diff --git a/tests/performance/test-cases/mbw-xml-moxy/pom.xml b/tests/performance/test-cases/mbw-xml-moxy/pom.xml index 639e859..54eac9b 100644 --- a/tests/performance/test-cases/mbw-xml-moxy/pom.xml +++ b/tests/performance/test-cases/mbw-xml-moxy/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>xml-moxy</artifactId>
diff --git a/tests/performance/test-cases/param-srl/pom.xml b/tests/performance/test-cases/param-srl/pom.xml index badcb07..f95b85c 100644 --- a/tests/performance/test-cases/param-srl/pom.xml +++ b/tests/performance/test-cases/param-srl/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>param-srl</artifactId>
diff --git a/tests/performance/test-cases/pom.xml b/tests/performance/test-cases/pom.xml index ffa2aea..6b655bc 100644 --- a/tests/performance/test-cases/pom.xml +++ b/tests/performance/test-cases/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId>
diff --git a/tests/performance/test-cases/proxy-injection/pom.xml b/tests/performance/test-cases/proxy-injection/pom.xml index e796f64..52fd1b8 100644 --- a/tests/performance/test-cases/proxy-injection/pom.xml +++ b/tests/performance/test-cases/proxy-injection/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance.testcases</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>proxy-injection</artifactId>
diff --git a/tests/performance/tools/pom.xml b/tests/performance/tools/pom.xml index c440218..d5dd25a 100644 --- a/tests/performance/tools/pom.xml +++ b/tests/performance/tools/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.glassfish.jersey.tests.performance</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests.performance.tools</groupId> <artifactId>performance-test-tools</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml index b502ec9..5387569 100644 --- a/tests/pom.xml +++ b/tests/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <groupId>org.glassfish.jersey.tests</groupId>
diff --git a/tests/release-test/pom.xml b/tests/release-test/pom.xml index 0067e1d..ed2277d 100644 --- a/tests/release-test/pom.xml +++ b/tests/release-test/pom.xml
@@ -30,7 +30,7 @@ <parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/tests/stress/pom.xml b/tests/stress/pom.xml index bcd8847..03646eb 100644 --- a/tests/stress/pom.xml +++ b/tests/stress/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.jersey.tests</groupId> <artifactId>project</artifactId> - <version>2.48-SNAPSHOT</version> + <version>2.48</version> </parent> <artifactId>stress</artifactId>