Merge pull request #552 from smillidge/2.6-maintenance
Create 2.6.x maintenance branch
diff --git a/bom/pom.xml b/bom/pom.xml
index c7fe0ea..fc3fd8d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-bom</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>HK2 Bom Pom</name>
diff --git a/class-model/pom.xml b/class-model/pom.xml
index efc25ec..cfe8070 100644
--- a/class-model/pom.xml
+++ b/class-model/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
diff --git a/examples/caching/pom.xml b/examples/caching/pom.xml
index 3722d98..8afa51a 100644
--- a/examples/caching/pom.xml
+++ b/examples/caching/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/caching/runner/pom.xml b/examples/caching/runner/pom.xml
index 537c6d2..c568286 100644
--- a/examples/caching/runner/pom.xml
+++ b/examples/caching/runner/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>caching-aop-example</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>caching-aop-example-runner</artifactId>
diff --git a/examples/caching/system/pom.xml b/examples/caching/system/pom.xml
index 1ab508b..10ce72b 100644
--- a/examples/caching/system/pom.xml
+++ b/examples/caching/system/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>caching-aop-example</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>caching-aop-example-system</artifactId>
diff --git a/examples/configuration/pom.xml b/examples/configuration/pom.xml
index fd29392..27e93df 100644
--- a/examples/configuration/pom.xml
+++ b/examples/configuration/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/configuration/webserver/pom.xml b/examples/configuration/webserver/pom.xml
index 2a98e56..441380b 100644
--- a/examples/configuration/webserver/pom.xml
+++ b/examples/configuration/webserver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>webserver-configuration-example</artifactId>
diff --git a/examples/configuration/xml/pom.xml b/examples/configuration/xml/pom.xml
index 55da047..6cec7e0 100644
--- a/examples/configuration/xml/pom.xml
+++ b/examples/configuration/xml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>xml-configuration-example</artifactId>
diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml
index 46b5307..49907a7 100644
--- a/examples/custom-resolver/pom.xml
+++ b/examples/custom-resolver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>custom-resolver-example</artifactId>
<name>Custom Resolver Example</name>
diff --git a/examples/events/pom.xml b/examples/events/pom.xml
index 83caecc..6f5446b 100644
--- a/examples/events/pom.xml
+++ b/examples/events/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/events/threaded/pom.xml b/examples/events/threaded/pom.xml
index 45ebfaf..4ba7b32 100644
--- a/examples/events/threaded/pom.xml
+++ b/examples/events/threaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>event-examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>threading-event-example</artifactId>
diff --git a/examples/operations/pom.xml b/examples/operations/pom.xml
index 36170aa..85dc712 100644
--- a/examples/operations/pom.xml
+++ b/examples/operations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>operations-example</artifactId>
<name>Operations Example</name>
diff --git a/examples/pom.xml b/examples/pom.xml
index 695e4c2..1a2ba28 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/security-lockdown/alice/pom.xml b/examples/security-lockdown/alice/pom.xml
index 54332af..13e1b9c 100644
--- a/examples/security-lockdown/alice/pom.xml
+++ b/examples/security-lockdown/alice/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>security-lockdown-example-alice</artifactId>
diff --git a/examples/security-lockdown/mallory/pom.xml b/examples/security-lockdown/mallory/pom.xml
index 552b943..5f29d13 100644
--- a/examples/security-lockdown/mallory/pom.xml
+++ b/examples/security-lockdown/mallory/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>security-lockdown-example-mallory</artifactId>
diff --git a/examples/security-lockdown/pom.xml b/examples/security-lockdown/pom.xml
index 6030a9d..2d80bed 100644
--- a/examples/security-lockdown/pom.xml
+++ b/examples/security-lockdown/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/security-lockdown/runner/pom.xml b/examples/security-lockdown/runner/pom.xml
index 2bedb80..29d3cf1 100644
--- a/examples/security-lockdown/runner/pom.xml
+++ b/examples/security-lockdown/runner/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>security-lockdown-example-runner</artifactId>
diff --git a/examples/security-lockdown/system/pom.xml b/examples/security-lockdown/system/pom.xml
index 32ee501..0397a74 100644
--- a/examples/security-lockdown/system/pom.xml
+++ b/examples/security-lockdown/system/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>security-lockdown-example-system</artifactId>
diff --git a/external/aopalliance/pom.xml b/external/aopalliance/pom.xml
index 8ea37a4..91f380e 100644
--- a/external/aopalliance/pom.xml
+++ b/external/aopalliance/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>external</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>aopalliance-repackaged</artifactId>
diff --git a/external/jsr330/pom.xml b/external/jsr330/pom.xml
index cd4354a..4b95aac 100644
--- a/external/jsr330/pom.xml
+++ b/external/jsr330/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>external</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
diff --git a/external/pom.xml b/external/pom.xml
index 1272266..ded3269 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/guice-bridge/pom.xml b/guice-bridge/pom.xml
index 433c1d3..38e1b2a 100644
--- a/guice-bridge/pom.xml
+++ b/guice-bridge/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>guice-bridge</artifactId>
diff --git a/hk2-api/pom.xml b/hk2-api/pom.xml
index 564e06a..65d1bc5 100644
--- a/hk2-api/pom.xml
+++ b/hk2-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-api</artifactId>
diff --git a/hk2-configuration/hk2-integration/pom.xml b/hk2-configuration/hk2-integration/pom.xml
index 5007592..d010a16 100644
--- a/hk2-configuration/hk2-integration/pom.xml
+++ b/hk2-configuration/hk2-integration/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-configuration-integration</artifactId>
diff --git a/hk2-configuration/manager/pom.xml b/hk2-configuration/manager/pom.xml
index 9ddf2e9..adf5901 100644
--- a/hk2-configuration/manager/pom.xml
+++ b/hk2-configuration/manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-configuration-hub</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml b/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml
index 64a030e..aef539c 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 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-json</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml b/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml
index 26dccc8..3fb1716 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 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-pbuf</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml b/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml
index be4ab52..8dc0154 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 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-xml-integration-test</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/main/pom.xml b/hk2-configuration/persistence/hk2-xml/main/pom.xml
index 69c3e70..5046ef2 100644
--- a/hk2-configuration/persistence/hk2-xml/main/pom.xml
+++ b/hk2-configuration/persistence/hk2-xml/main/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-xml</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/pom.xml b/hk2-configuration/persistence/hk2-xml/pom.xml
index df548d4..74951e5 100644
--- a/hk2-configuration/persistence/hk2-xml/pom.xml
+++ b/hk2-configuration/persistence/hk2-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration-persistence</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/hk2-configuration/persistence/hk2-xml/schema/pom.xml b/hk2-configuration/persistence/hk2-xml/schema/pom.xml
index 0aaedf6..ebec91a 100644
--- a/hk2-configuration/persistence/hk2-xml/schema/pom.xml
+++ b/hk2-configuration/persistence/hk2-xml/schema/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-xml-schema</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/test1/pom.xml b/hk2-configuration/persistence/hk2-xml/test1/pom.xml
index 4db58f8..d0f9221 100644
--- a/hk2-configuration/persistence/hk2-xml/test1/pom.xml
+++ b/hk2-configuration/persistence/hk2-xml/test1/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-xml-test</artifactId>
diff --git a/hk2-configuration/persistence/pom.xml b/hk2-configuration/persistence/pom.xml
index 339ccdd..221115d 100644
--- a/hk2-configuration/persistence/pom.xml
+++ b/hk2-configuration/persistence/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/hk2-configuration/persistence/property-file/pom.xml b/hk2-configuration/persistence/property-file/pom.xml
index d083ff0..3ddbcd1 100644
--- a/hk2-configuration/persistence/property-file/pom.xml
+++ b/hk2-configuration/persistence/property-file/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration-persistence</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-property-file</artifactId>
diff --git a/hk2-configuration/pom.xml b/hk2-configuration/pom.xml
index 56c8dbe..f4874c4 100644
--- a/hk2-configuration/pom.xml
+++ b/hk2-configuration/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/hk2-core/pom.xml b/hk2-core/pom.xml
index 923e774..c34dda2 100644
--- a/hk2-core/pom.xml
+++ b/hk2-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-core</artifactId>
<name>HK2 core module</name>
diff --git a/hk2-extras/pom.xml b/hk2-extras/pom.xml
index e878a36..71b6b72 100644
--- a/hk2-extras/pom.xml
+++ b/hk2-extras/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-extras</artifactId>
diff --git a/hk2-jmx/pom.xml b/hk2-jmx/pom.xml
index c53e990..4b7ed94 100644
--- a/hk2-jmx/pom.xml
+++ b/hk2-jmx/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-jmx</artifactId>
diff --git a/hk2-locator/pom.xml b/hk2-locator/pom.xml
index 1e5de29..fd3df53 100644
--- a/hk2-locator/pom.xml
+++ b/hk2-locator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-locator</artifactId>
<name>ServiceLocator Default Implementation</name>
diff --git a/hk2-metadata-generator/main/pom.xml b/hk2-metadata-generator/main/pom.xml
index 89ef2f1..5136827 100644
--- a/hk2-metadata-generator/main/pom.xml
+++ b/hk2-metadata-generator/main/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-metadata-generator/pom.xml b/hk2-metadata-generator/pom.xml
index f72451f..8b0abb9 100644
--- a/hk2-metadata-generator/pom.xml
+++ b/hk2-metadata-generator/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/hk2-metadata-generator/test1/pom.xml b/hk2-metadata-generator/test1/pom.xml
index c08fb8c..20eed3b 100644
--- a/hk2-metadata-generator/test1/pom.xml
+++ b/hk2-metadata-generator/test1/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-test1</artifactId>
diff --git a/hk2-runlevel/pom.xml b/hk2-runlevel/pom.xml
index 4f0f2bc..7565c19 100644
--- a/hk2-runlevel/pom.xml
+++ b/hk2-runlevel/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-runlevel</artifactId>
diff --git a/hk2-testing/ant/pom.xml b/hk2-testing/ant/pom.xml
index bae0071..7ec9bf4 100644
--- a/hk2-testing/ant/pom.xml
+++ b/hk2-testing/ant/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/hk2-testing/collections/pom.xml b/hk2-testing/collections/pom.xml
index 3a2bd9c..91b4e27 100644
--- a/hk2-testing/collections/pom.xml
+++ b/hk2-testing/collections/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-testing</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-collections-tests</artifactId>
diff --git a/hk2-testing/hk2-junitrunner/pom.xml b/hk2-testing/hk2-junitrunner/pom.xml
index 88ba4d4..77bb937 100644
--- a/hk2-testing/hk2-junitrunner/pom.xml
+++ b/hk2-testing/hk2-junitrunner/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hk2-junitrunner</artifactId>
diff --git a/hk2-testing/hk2-locator-extras/pom.xml b/hk2-testing/hk2-locator-extras/pom.xml
index 7f6704b..ad8e725 100644
--- a/hk2-testing/hk2-locator-extras/pom.xml
+++ b/hk2-testing/hk2-locator-extras/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hk2-locator-extras</artifactId>
diff --git a/hk2-testing/hk2-locator-no-proxies/pom.xml b/hk2-testing/hk2-locator-no-proxies/pom.xml
index d9fc656..37d6e9a 100644
--- a/hk2-testing/hk2-locator-no-proxies/pom.xml
+++ b/hk2-testing/hk2-locator-no-proxies/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hk2-locator-no-proxies</artifactId>
diff --git a/hk2-testing/hk2-locator-no-proxies2/pom.xml b/hk2-testing/hk2-locator-no-proxies2/pom.xml
index df4ac41..4f94e97 100644
--- a/hk2-testing/hk2-locator-no-proxies2/pom.xml
+++ b/hk2-testing/hk2-locator-no-proxies2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/hk2-testing/hk2-mockito/pom.xml b/hk2-testing/hk2-mockito/pom.xml
index c452f19..c717d06 100644
--- a/hk2-testing/hk2-mockito/pom.xml
+++ b/hk2-testing/hk2-mockito/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-testing</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-mockito</artifactId>
<name>HK2 Mockito</name>
diff --git a/hk2-testing/hk2-runlevel-extras/pom.xml b/hk2-testing/hk2-runlevel-extras/pom.xml
index eda0b6c..2e4c4f6 100644
--- a/hk2-testing/hk2-runlevel-extras/pom.xml
+++ b/hk2-testing/hk2-runlevel-extras/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hk2-runlevel-extras</artifactId>
diff --git a/hk2-testing/hk2-testng/pom.xml b/hk2-testing/hk2-testng/pom.xml
index 2d47108..e151cd2 100644
--- a/hk2-testing/hk2-testng/pom.xml
+++ b/hk2-testing/hk2-testng/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hk2-testng</artifactId>
diff --git a/hk2-testing/interceptor-events/pom.xml b/hk2-testing/interceptor-events/pom.xml
index ba8c453..d56754f 100644
--- a/hk2-testing/interceptor-events/pom.xml
+++ b/hk2-testing/interceptor-events/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-testing</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>interceptor-events</artifactId>
diff --git a/hk2-testing/jersey/jersey-guice/form-param/pom.xml b/hk2-testing/jersey/jersey-guice/form-param/pom.xml
index 5e61b19..b0c7de6 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 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
diff --git a/hk2-testing/jersey/jersey-guice/pom.xml b/hk2-testing/jersey/jersey-guice/pom.xml
index 3c82385..ade9678 100644
--- a/hk2-testing/jersey/jersey-guice/pom.xml
+++ b/hk2-testing/jersey/jersey-guice/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/hk2-testing/jersey/pom.xml b/hk2-testing/jersey/pom.xml
index faf2c85..c63e956 100644
--- a/hk2-testing/jersey/pom.xml
+++ b/hk2-testing/jersey/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/hk2-testing/pom.xml b/hk2-testing/pom.xml
index 80e3afe..139cf0f 100644
--- a/hk2-testing/pom.xml
+++ b/hk2-testing/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/hk2-utils/pom.xml b/hk2-utils/pom.xml
index 7b19540..8a2c787 100644
--- a/hk2-utils/pom.xml
+++ b/hk2-utils/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-utils</artifactId>
diff --git a/hk2/pom.xml b/hk2/pom.xml
index db48cc3..d9f67e9 100644
--- a/hk2/pom.xml
+++ b/hk2/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hk2</artifactId>
diff --git a/javadocs/pom.xml b/javadocs/pom.xml
index ef28376..53b3d45 100644
--- a/javadocs/pom.xml
+++ b/javadocs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-javadocs</artifactId>
<name>HK2 Javadocs</name>
diff --git a/maven-plugins/consolidatedbundle-maven-plugin/pom.xml b/maven-plugins/consolidatedbundle-maven-plugin/pom.xml
index cc6da29..fc262b5 100644
--- a/maven-plugins/consolidatedbundle-maven-plugin/pom.xml
+++ b/maven-plugins/consolidatedbundle-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>maven-plugins</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>consolidatedbundle-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/maven-plugins/hk2-inhabitant-generator/pom.xml b/maven-plugins/hk2-inhabitant-generator/pom.xml
index 90a1bfc..6734860 100644
--- a/maven-plugins/hk2-inhabitant-generator/pom.xml
+++ b/maven-plugins/hk2-inhabitant-generator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>maven-plugins</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>hk2-inhabitant-generator</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/maven-plugins/osgiversion-maven-plugin/pom.xml b/maven-plugins/osgiversion-maven-plugin/pom.xml
index d46f11a..b9cac5d 100644
--- a/maven-plugins/osgiversion-maven-plugin/pom.xml
+++ b/maven-plugins/osgiversion-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>maven-plugins</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>osgiversion-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 3d5b47b..1a41b88 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>maven-plugins</artifactId>
<packaging>pom</packaging>
diff --git a/osgi/adapter-tests/contract-bundle/pom.xml b/osgi/adapter-tests/contract-bundle/pom.xml
index 5414497..031f34d 100644
--- a/osgi/adapter-tests/contract-bundle/pom.xml
+++ b/osgi/adapter-tests/contract-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>contract-bundle</artifactId>
diff --git a/osgi/adapter-tests/faux-sdp-bundle/pom.xml b/osgi/adapter-tests/faux-sdp-bundle/pom.xml
index 1476862..1c21e2a 100644
--- a/osgi/adapter-tests/faux-sdp-bundle/pom.xml
+++ b/osgi/adapter-tests/faux-sdp-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>faux-sdp-bundle</artifactId>
diff --git a/osgi/adapter-tests/no-hk2-bundle/pom.xml b/osgi/adapter-tests/no-hk2-bundle/pom.xml
index f468125..b9053fb 100644
--- a/osgi/adapter-tests/no-hk2-bundle/pom.xml
+++ b/osgi/adapter-tests/no-hk2-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>no-hk2-bundle</artifactId>
diff --git a/osgi/adapter-tests/osgi-adapter-test/pom.xml b/osgi/adapter-tests/osgi-adapter-test/pom.xml
index 0149b8f..e21dbf8 100644
--- a/osgi/adapter-tests/osgi-adapter-test/pom.xml
+++ b/osgi/adapter-tests/osgi-adapter-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-test</artifactId>
diff --git a/osgi/adapter-tests/pom.xml b/osgi/adapter-tests/pom.xml
index b82e9c9..119ddcf 100644
--- a/osgi/adapter-tests/pom.xml
+++ b/osgi/adapter-tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
diff --git a/osgi/adapter-tests/sdp-management-bundle/pom.xml b/osgi/adapter-tests/sdp-management-bundle/pom.xml
index f1bd26b..32c9a0d 100644
--- a/osgi/adapter-tests/sdp-management-bundle/pom.xml
+++ b/osgi/adapter-tests/sdp-management-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>sdp-management-bundle</artifactId>
diff --git a/osgi/adapter-tests/test-module-startup/pom.xml b/osgi/adapter-tests/test-module-startup/pom.xml
index 45ec48c..295a8ff 100644
--- a/osgi/adapter-tests/test-module-startup/pom.xml
+++ b/osgi/adapter-tests/test-module-startup/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>test-module-startup</artifactId>
diff --git a/osgi/adapter/pom.xml b/osgi/adapter/pom.xml
index 9438b79..0310542 100644
--- a/osgi/adapter/pom.xml
+++ b/osgi/adapter/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<artifactId>osgi-adapter</artifactId>
<name>HK2 OSGi Adapter</name>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 1c17840..5287543 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>osgi</artifactId>
diff --git a/pom.xml b/pom.xml
index 50a2941..93c4129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GlassFish HK2</name>
diff --git a/spring-bridge/pom.xml b/spring-bridge/pom.xml
index 8aa5dd6..c0f961a 100644
--- a/spring-bridge/pom.xml
+++ b/spring-bridge/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>spring-bridge</artifactId>