From 0f495331447d3979c3699ebbcaf0ea0c23f68bb5 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Wed, 12 Aug 2020 16:53:00 +0530 Subject: [PATCH] FISH-48 HK2 prepare release 2.6.1.payara-p3 Signed-off-by: Gaurav Gupta --- bom/pom.xml | 2 +- class-model/pom.xml | 2 +- examples/caching/pom.xml | 2 +- examples/caching/runner/pom.xml | 2 +- examples/caching/system/pom.xml | 2 +- examples/configuration/pom.xml | 2 +- examples/configuration/webserver/pom.xml | 2 +- examples/configuration/xml/pom.xml | 2 +- examples/custom-resolver/pom.xml | 2 +- examples/events/pom.xml | 2 +- examples/events/threaded/pom.xml | 2 +- examples/operations/pom.xml | 2 +- examples/pom.xml | 2 +- examples/security-lockdown/alice/pom.xml | 2 +- examples/security-lockdown/mallory/pom.xml | 2 +- examples/security-lockdown/pom.xml | 2 +- examples/security-lockdown/runner/pom.xml | 2 +- examples/security-lockdown/system/pom.xml | 2 +- external/aopalliance/pom.xml | 2 +- external/jsr330/pom.xml | 2 +- external/pom.xml | 2 +- guice-bridge/pom.xml | 2 +- hk2-api/pom.xml | 2 +- hk2-configuration/hk2-integration/pom.xml | 2 +- hk2-configuration/manager/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/integration-test/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/main/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/schema/pom.xml | 2 +- hk2-configuration/persistence/hk2-xml/test1/pom.xml | 2 +- hk2-configuration/persistence/pom.xml | 2 +- hk2-configuration/persistence/property-file/pom.xml | 2 +- hk2-configuration/pom.xml | 2 +- hk2-core/pom.xml | 2 +- hk2-extras/pom.xml | 2 +- hk2-jmx/pom.xml | 2 +- hk2-locator/pom.xml | 2 +- hk2-metadata-generator/main/pom.xml | 2 +- hk2-metadata-generator/pom.xml | 2 +- hk2-metadata-generator/test1/pom.xml | 2 +- hk2-runlevel/pom.xml | 2 +- hk2-testing/ant/pom.xml | 2 +- hk2-testing/collections/pom.xml | 2 +- hk2-testing/hk2-junitrunner/pom.xml | 2 +- hk2-testing/hk2-locator-extras/pom.xml | 2 +- hk2-testing/hk2-locator-no-proxies/pom.xml | 2 +- hk2-testing/hk2-locator-no-proxies2/pom.xml | 2 +- hk2-testing/hk2-mockito/pom.xml | 2 +- hk2-testing/hk2-runlevel-extras/pom.xml | 2 +- hk2-testing/hk2-testng/pom.xml | 2 +- hk2-testing/interceptor-events/pom.xml | 2 +- hk2-testing/jersey/jersey-guice/form-param/pom.xml | 2 +- hk2-testing/jersey/jersey-guice/pom.xml | 2 +- hk2-testing/jersey/pom.xml | 2 +- hk2-testing/pom.xml | 2 +- hk2-utils/pom.xml | 2 +- hk2/pom.xml | 2 +- javadocs/pom.xml | 2 +- maven-plugins/consolidatedbundle-maven-plugin/pom.xml | 2 +- maven-plugins/hk2-inhabitant-generator/pom.xml | 2 +- maven-plugins/osgiversion-maven-plugin/pom.xml | 2 +- maven-plugins/pom.xml | 2 +- osgi/adapter-tests/contract-bundle/pom.xml | 2 +- osgi/adapter-tests/faux-sdp-bundle/pom.xml | 2 +- osgi/adapter-tests/no-hk2-bundle/pom.xml | 2 +- osgi/adapter-tests/osgi-adapter-test/pom.xml | 2 +- osgi/adapter-tests/pom.xml | 2 +- osgi/adapter-tests/sdp-management-bundle/pom.xml | 2 +- osgi/adapter-tests/test-module-startup/pom.xml | 2 +- osgi/adapter/pom.xml | 2 +- osgi/pom.xml | 2 +- pom.xml | 2 +- spring-bridge/pom.xml | 2 +- 75 files changed, 75 insertions(+), 75 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 341724558c..034b46efa8 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -27,7 +27,7 @@ org.glassfish.hk2 hk2-bom - 2.6.1.payara-p2 + 2.6.1.payara-p3 pom HK2 Bom Pom diff --git a/class-model/pom.xml b/class-model/pom.xml index 9d387d3bff..8922d269ab 100644 --- a/class-model/pom.xml +++ b/class-model/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 diff --git a/examples/caching/pom.xml b/examples/caching/pom.xml index 012b65e6ca..9827e5396e 100644 --- a/examples/caching/pom.xml +++ b/examples/caching/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/examples/caching/runner/pom.xml b/examples/caching/runner/pom.xml index 7c23447d82..316c53ad01 100644 --- a/examples/caching/runner/pom.xml +++ b/examples/caching/runner/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 caching-aop-example - 2.6.1.payara-p2 + 2.6.1.payara-p3 caching-aop-example-runner diff --git a/examples/caching/system/pom.xml b/examples/caching/system/pom.xml index 263c3640b6..e501b2e031 100644 --- a/examples/caching/system/pom.xml +++ b/examples/caching/system/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 caching-aop-example - 2.6.1.payara-p2 + 2.6.1.payara-p3 caching-aop-example-system diff --git a/examples/configuration/pom.xml b/examples/configuration/pom.xml index af1555166d..3c2072f96d 100644 --- a/examples/configuration/pom.xml +++ b/examples/configuration/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/examples/configuration/webserver/pom.xml b/examples/configuration/webserver/pom.xml index 8c8a54f8d6..d8eca8fdad 100644 --- a/examples/configuration/webserver/pom.xml +++ b/examples/configuration/webserver/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 configuration-examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 webserver-configuration-example diff --git a/examples/configuration/xml/pom.xml b/examples/configuration/xml/pom.xml index 7cdd38195c..6d33e04a38 100644 --- a/examples/configuration/xml/pom.xml +++ b/examples/configuration/xml/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 configuration-examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 xml-configuration-example diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index b93f3263b9..0b929bafe6 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 custom-resolver-example Custom Resolver Example diff --git a/examples/events/pom.xml b/examples/events/pom.xml index 0c0c1f6251..627fa485f3 100644 --- a/examples/events/pom.xml +++ b/examples/events/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/examples/events/threaded/pom.xml b/examples/events/threaded/pom.xml index fcc64eca2d..2b82cd9317 100644 --- a/examples/events/threaded/pom.xml +++ b/examples/events/threaded/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 event-examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 threading-event-example diff --git a/examples/operations/pom.xml b/examples/operations/pom.xml index e72091cd61..23204a8017 100644 --- a/examples/operations/pom.xml +++ b/examples/operations/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 operations-example Operations Example diff --git a/examples/pom.xml b/examples/pom.xml index 1e50e598aa..ec69beb4ab 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/examples/security-lockdown/alice/pom.xml b/examples/security-lockdown/alice/pom.xml index 41e1616d6a..76b2aa6122 100644 --- a/examples/security-lockdown/alice/pom.xml +++ b/examples/security-lockdown/alice/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 security-lockdown-example - 2.6.1.payara-p2 + 2.6.1.payara-p3 security-lockdown-example-alice diff --git a/examples/security-lockdown/mallory/pom.xml b/examples/security-lockdown/mallory/pom.xml index ce4ad9aa85..61abce3fe4 100644 --- a/examples/security-lockdown/mallory/pom.xml +++ b/examples/security-lockdown/mallory/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 security-lockdown-example - 2.6.1.payara-p2 + 2.6.1.payara-p3 security-lockdown-example-mallory diff --git a/examples/security-lockdown/pom.xml b/examples/security-lockdown/pom.xml index 9c7df2cc2f..bb09430175 100644 --- a/examples/security-lockdown/pom.xml +++ b/examples/security-lockdown/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 examples - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/examples/security-lockdown/runner/pom.xml b/examples/security-lockdown/runner/pom.xml index c8d2a077bb..2895156577 100644 --- a/examples/security-lockdown/runner/pom.xml +++ b/examples/security-lockdown/runner/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 security-lockdown-example - 2.6.1.payara-p2 + 2.6.1.payara-p3 security-lockdown-example-runner diff --git a/examples/security-lockdown/system/pom.xml b/examples/security-lockdown/system/pom.xml index d0e738917d..6639df916b 100644 --- a/examples/security-lockdown/system/pom.xml +++ b/examples/security-lockdown/system/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 security-lockdown-example - 2.6.1.payara-p2 + 2.6.1.payara-p3 security-lockdown-example-system diff --git a/external/aopalliance/pom.xml b/external/aopalliance/pom.xml index 4782503c55..f4afcfeeef 100644 --- a/external/aopalliance/pom.xml +++ b/external/aopalliance/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 external - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2.external aopalliance-repackaged diff --git a/external/jsr330/pom.xml b/external/jsr330/pom.xml index 512af2a8f7..8d5289dfae 100644 --- a/external/jsr330/pom.xml +++ b/external/jsr330/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 external - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2.external jakarta.inject diff --git a/external/pom.xml b/external/pom.xml index 8910424c0c..43eb7c1968 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/guice-bridge/pom.xml b/guice-bridge/pom.xml index ebda2bf830..61f5db62ae 100644 --- a/guice-bridge/pom.xml +++ b/guice-bridge/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 guice-bridge diff --git a/hk2-api/pom.xml b/hk2-api/pom.xml index 26e661ddeb..9a898d58f1 100644 --- a/hk2-api/pom.xml +++ b/hk2-api/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 hk2-api diff --git a/hk2-configuration/hk2-integration/pom.xml b/hk2-configuration/hk2-integration/pom.xml index 603b70e1e8..a32cf114d9 100644 --- a/hk2-configuration/hk2-integration/pom.xml +++ b/hk2-configuration/hk2-integration/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-configuration - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-configuration-integration diff --git a/hk2-configuration/manager/pom.xml b/hk2-configuration/manager/pom.xml index c79b3fec1e..91cd6237a8 100644 --- a/hk2-configuration/manager/pom.xml +++ b/hk2-configuration/manager/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-configuration - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-configuration-hub diff --git a/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml b/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml index c87b012689..452f5f9340 100644 --- a/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-xml-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-json diff --git a/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml b/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml index 54b617319a..373ff4eb4d 100644 --- a/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-xml-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-pbuf diff --git a/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml b/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml index 5fd2c480e0..9b016f2776 100644 --- a/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-xml-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-xml-integration-test diff --git a/hk2-configuration/persistence/hk2-xml/main/pom.xml b/hk2-configuration/persistence/hk2-xml/main/pom.xml index 94527e77f4..e7349bf3da 100644 --- a/hk2-configuration/persistence/hk2-xml/main/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/main/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-xml-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-xml diff --git a/hk2-configuration/persistence/hk2-xml/pom.xml b/hk2-configuration/persistence/hk2-xml/pom.xml index e8dfbd3702..77a30401e0 100644 --- a/hk2-configuration/persistence/hk2-xml/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-configuration-persistence - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/hk2-configuration/persistence/hk2-xml/schema/pom.xml b/hk2-configuration/persistence/hk2-xml/schema/pom.xml index b13a7c1dca..00fb6a2ba6 100644 --- a/hk2-configuration/persistence/hk2-xml/schema/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/schema/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-xml-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-xml-schema diff --git a/hk2-configuration/persistence/hk2-xml/test1/pom.xml b/hk2-configuration/persistence/hk2-xml/test1/pom.xml index 4607b58c4b..410819120a 100644 --- a/hk2-configuration/persistence/hk2-xml/test1/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/test1/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-xml-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-xml-test diff --git a/hk2-configuration/persistence/pom.xml b/hk2-configuration/persistence/pom.xml index e52ab75af0..281cffdaba 100644 --- a/hk2-configuration/persistence/pom.xml +++ b/hk2-configuration/persistence/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-configuration - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/hk2-configuration/persistence/property-file/pom.xml b/hk2-configuration/persistence/property-file/pom.xml index c40687799b..55fa5d1383 100644 --- a/hk2-configuration/persistence/property-file/pom.xml +++ b/hk2-configuration/persistence/property-file/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-configuration-persistence - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-property-file diff --git a/hk2-configuration/pom.xml b/hk2-configuration/pom.xml index a2acf45eea..f02cc30e77 100644 --- a/hk2-configuration/pom.xml +++ b/hk2-configuration/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/hk2-core/pom.xml b/hk2-core/pom.xml index 65e78221b2..6208158aa6 100644 --- a/hk2-core/pom.xml +++ b/hk2-core/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-core HK2 core module diff --git a/hk2-extras/pom.xml b/hk2-extras/pom.xml index b6f10c6e9a..3e010f1ba7 100644 --- a/hk2-extras/pom.xml +++ b/hk2-extras/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 hk2-extras diff --git a/hk2-jmx/pom.xml b/hk2-jmx/pom.xml index cfe5aa7496..0fa22da4ef 100644 --- a/hk2-jmx/pom.xml +++ b/hk2-jmx/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 hk2-jmx diff --git a/hk2-locator/pom.xml b/hk2-locator/pom.xml index e1d231cbae..3ccdd74159 100644 --- a/hk2-locator/pom.xml +++ b/hk2-locator/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-locator ServiceLocator Default Implementation diff --git a/hk2-metadata-generator/main/pom.xml b/hk2-metadata-generator/main/pom.xml index 5760a056d6..a9ba657705 100644 --- a/hk2-metadata-generator/main/pom.xml +++ b/hk2-metadata-generator/main/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-metadata-generator-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 diff --git a/hk2-metadata-generator/pom.xml b/hk2-metadata-generator/pom.xml index dce1d47886..93386093c3 100644 --- a/hk2-metadata-generator/pom.xml +++ b/hk2-metadata-generator/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/hk2-metadata-generator/test1/pom.xml b/hk2-metadata-generator/test1/pom.xml index b82f0b579f..0394198500 100644 --- a/hk2-metadata-generator/test1/pom.xml +++ b/hk2-metadata-generator/test1/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-metadata-generator-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 hk2-metadata-generator-test1 diff --git a/hk2-runlevel/pom.xml b/hk2-runlevel/pom.xml index d8c3c9262d..fc8f0b41c8 100644 --- a/hk2-runlevel/pom.xml +++ b/hk2-runlevel/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-runlevel diff --git a/hk2-testing/ant/pom.xml b/hk2-testing/ant/pom.xml index 96ca756c5c..8eea4ea475 100644 --- a/hk2-testing/ant/pom.xml +++ b/hk2-testing/ant/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml diff --git a/hk2-testing/collections/pom.xml b/hk2-testing/collections/pom.xml index bdac23f1b0..e07952c64c 100644 --- a/hk2-testing/collections/pom.xml +++ b/hk2-testing/collections/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-testing - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-collections-tests diff --git a/hk2-testing/hk2-junitrunner/pom.xml b/hk2-testing/hk2-junitrunner/pom.xml index 452f968161..af3338e0a3 100644 --- a/hk2-testing/hk2-junitrunner/pom.xml +++ b/hk2-testing/hk2-junitrunner/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml hk2-junitrunner diff --git a/hk2-testing/hk2-locator-extras/pom.xml b/hk2-testing/hk2-locator-extras/pom.xml index 00e7937036..3147920c13 100644 --- a/hk2-testing/hk2-locator-extras/pom.xml +++ b/hk2-testing/hk2-locator-extras/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml hk2-locator-extras diff --git a/hk2-testing/hk2-locator-no-proxies/pom.xml b/hk2-testing/hk2-locator-no-proxies/pom.xml index e47ec98a0f..1493e45f68 100644 --- a/hk2-testing/hk2-locator-no-proxies/pom.xml +++ b/hk2-testing/hk2-locator-no-proxies/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml hk2-locator-no-proxies diff --git a/hk2-testing/hk2-locator-no-proxies2/pom.xml b/hk2-testing/hk2-locator-no-proxies2/pom.xml index 3f4f1e8510..270554b21a 100644 --- a/hk2-testing/hk2-locator-no-proxies2/pom.xml +++ b/hk2-testing/hk2-locator-no-proxies2/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml diff --git a/hk2-testing/hk2-mockito/pom.xml b/hk2-testing/hk2-mockito/pom.xml index 3958ec27c6..468f90259a 100644 --- a/hk2-testing/hk2-mockito/pom.xml +++ b/hk2-testing/hk2-mockito/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-testing - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-mockito HK2 Mockito diff --git a/hk2-testing/hk2-runlevel-extras/pom.xml b/hk2-testing/hk2-runlevel-extras/pom.xml index cd6fa611e1..52702377c8 100644 --- a/hk2-testing/hk2-runlevel-extras/pom.xml +++ b/hk2-testing/hk2-runlevel-extras/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml hk2-runlevel-extras diff --git a/hk2-testing/hk2-testng/pom.xml b/hk2-testing/hk2-testng/pom.xml index e89f7ab318..b4c4219159 100644 --- a/hk2-testing/hk2-testng/pom.xml +++ b/hk2-testing/hk2-testng/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml hk2-testng diff --git a/hk2-testing/interceptor-events/pom.xml b/hk2-testing/interceptor-events/pom.xml index ef4315e627..8e09f17410 100644 --- a/hk2-testing/interceptor-events/pom.xml +++ b/hk2-testing/interceptor-events/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-testing - 2.6.1.payara-p2 + 2.6.1.payara-p3 interceptor-events diff --git a/hk2-testing/jersey/jersey-guice/form-param/pom.xml b/hk2-testing/jersey/jersey-guice/form-param/pom.xml index 08c3a0a000..8b3cc28fdf 100644 --- a/hk2-testing/jersey/jersey-guice/form-param/pom.xml +++ b/hk2-testing/jersey/jersey-guice/form-param/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../../../pom.xml diff --git a/hk2-testing/jersey/jersey-guice/pom.xml b/hk2-testing/jersey/jersey-guice/pom.xml index d765814fa7..1adc6525fb 100644 --- a/hk2-testing/jersey/jersey-guice/pom.xml +++ b/hk2-testing/jersey/jersey-guice/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../../pom.xml diff --git a/hk2-testing/jersey/pom.xml b/hk2-testing/jersey/pom.xml index d7f799c50a..6a3b01cf9d 100644 --- a/hk2-testing/jersey/pom.xml +++ b/hk2-testing/jersey/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 ../../pom.xml diff --git a/hk2-testing/pom.xml b/hk2-testing/pom.xml index bc4d38fef9..17f399f415 100644 --- a/hk2-testing/pom.xml +++ b/hk2-testing/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 diff --git a/hk2-utils/pom.xml b/hk2-utils/pom.xml index 6b0391b62a..76f33c172c 100644 --- a/hk2-utils/pom.xml +++ b/hk2-utils/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 hk2-utils diff --git a/hk2/pom.xml b/hk2/pom.xml index 24008783a1..70129443d5 100644 --- a/hk2/pom.xml +++ b/hk2/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 hk2 diff --git a/javadocs/pom.xml b/javadocs/pom.xml index 825ab1367c..2e931458a1 100644 --- a/javadocs/pom.xml +++ b/javadocs/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-javadocs HK2 Javadocs diff --git a/maven-plugins/consolidatedbundle-maven-plugin/pom.xml b/maven-plugins/consolidatedbundle-maven-plugin/pom.xml index 4270a71c9e..114fe4c157 100644 --- a/maven-plugins/consolidatedbundle-maven-plugin/pom.xml +++ b/maven-plugins/consolidatedbundle-maven-plugin/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 maven-plugins - 2.6.1.payara-p2 + 2.6.1.payara-p3 consolidatedbundle-maven-plugin maven-plugin diff --git a/maven-plugins/hk2-inhabitant-generator/pom.xml b/maven-plugins/hk2-inhabitant-generator/pom.xml index e288d544cf..6dd151ec45 100644 --- a/maven-plugins/hk2-inhabitant-generator/pom.xml +++ b/maven-plugins/hk2-inhabitant-generator/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 maven-plugins - 2.6.1.payara-p2 + 2.6.1.payara-p3 hk2-inhabitant-generator maven-plugin diff --git a/maven-plugins/osgiversion-maven-plugin/pom.xml b/maven-plugins/osgiversion-maven-plugin/pom.xml index 5454b3b446..c8e0515884 100644 --- a/maven-plugins/osgiversion-maven-plugin/pom.xml +++ b/maven-plugins/osgiversion-maven-plugin/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 maven-plugins - 2.6.1.payara-p2 + 2.6.1.payara-p3 osgiversion-maven-plugin maven-plugin diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 37efdb14bf..3eae9277eb 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 maven-plugins pom diff --git a/osgi/adapter-tests/contract-bundle/pom.xml b/osgi/adapter-tests/contract-bundle/pom.xml index 203fe28b47..46a5d75a06 100644 --- a/osgi/adapter-tests/contract-bundle/pom.xml +++ b/osgi/adapter-tests/contract-bundle/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 osgi-adapter-tests-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 contract-bundle diff --git a/osgi/adapter-tests/faux-sdp-bundle/pom.xml b/osgi/adapter-tests/faux-sdp-bundle/pom.xml index a6eebc2aff..487fab75a2 100644 --- a/osgi/adapter-tests/faux-sdp-bundle/pom.xml +++ b/osgi/adapter-tests/faux-sdp-bundle/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 osgi-adapter-tests-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 faux-sdp-bundle diff --git a/osgi/adapter-tests/no-hk2-bundle/pom.xml b/osgi/adapter-tests/no-hk2-bundle/pom.xml index 560091817c..f1151e4501 100644 --- a/osgi/adapter-tests/no-hk2-bundle/pom.xml +++ b/osgi/adapter-tests/no-hk2-bundle/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 osgi-adapter-tests-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 no-hk2-bundle diff --git a/osgi/adapter-tests/osgi-adapter-test/pom.xml b/osgi/adapter-tests/osgi-adapter-test/pom.xml index fccdc8c1aa..0ed572d374 100644 --- a/osgi/adapter-tests/osgi-adapter-test/pom.xml +++ b/osgi/adapter-tests/osgi-adapter-test/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 osgi-adapter-tests-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 osgi-adapter-test diff --git a/osgi/adapter-tests/pom.xml b/osgi/adapter-tests/pom.xml index 80d0c8d4bb..af581581a1 100644 --- a/osgi/adapter-tests/pom.xml +++ b/osgi/adapter-tests/pom.xml @@ -23,7 +23,7 @@ org.glassfish.hk2 osgi - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 diff --git a/osgi/adapter-tests/sdp-management-bundle/pom.xml b/osgi/adapter-tests/sdp-management-bundle/pom.xml index d3506ae762..ad7241074a 100644 --- a/osgi/adapter-tests/sdp-management-bundle/pom.xml +++ b/osgi/adapter-tests/sdp-management-bundle/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 osgi-adapter-tests-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 sdp-management-bundle diff --git a/osgi/adapter-tests/test-module-startup/pom.xml b/osgi/adapter-tests/test-module-startup/pom.xml index 88453072a5..bc0700b87f 100644 --- a/osgi/adapter-tests/test-module-startup/pom.xml +++ b/osgi/adapter-tests/test-module-startup/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 osgi-adapter-tests-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 test-module-startup diff --git a/osgi/adapter/pom.xml b/osgi/adapter/pom.xml index b7a53e3330..124e82919c 100644 --- a/osgi/adapter/pom.xml +++ b/osgi/adapter/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 osgi - 2.6.1.payara-p2 + 2.6.1.payara-p3 osgi-adapter HK2 OSGi Adapter diff --git a/osgi/pom.xml b/osgi/pom.xml index e936370159..7db470d111 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -21,7 +21,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 4.0.0 osgi diff --git a/pom.xml b/pom.xml index 5712926aaa..2bb9bff7e8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 pom GlassFish HK2 diff --git a/spring-bridge/pom.xml b/spring-bridge/pom.xml index de1d60a7f3..95e0ed03f0 100644 --- a/spring-bridge/pom.xml +++ b/spring-bridge/pom.xml @@ -22,7 +22,7 @@ org.glassfish.hk2 hk2-parent - 2.6.1.payara-p2 + 2.6.1.payara-p3 org.glassfish.hk2 spring-bridge