Prepare next development cycle for 4.0.0-SNAPSHOT
diff --git a/class-model/pom.xml b/class-model/pom.xml index fc3bc31..b1e6601 100644 --- a/class-model/pom.xml +++ b/class-model/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/examples/caching/pom.xml b/examples/caching/pom.xml index 4982d29..15a108b 100644 --- a/examples/caching/pom.xml +++ b/examples/caching/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>caching-aop-example</artifactId>
diff --git a/examples/caching/runner/pom.xml b/examples/caching/runner/pom.xml index 3741491..2be0719 100644 --- a/examples/caching/runner/pom.xml +++ b/examples/caching/runner/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>caching-aop-example</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>caching-aop-example-runner</artifactId>
diff --git a/examples/caching/system/pom.xml b/examples/caching/system/pom.xml index d126c86..697d037 100644 --- a/examples/caching/system/pom.xml +++ b/examples/caching/system/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>caching-aop-example</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>caching-aop-example-system</artifactId>
diff --git a/examples/configuration/pom.xml b/examples/configuration/pom.xml index 51c98d6..bc766a0 100644 --- a/examples/configuration/pom.xml +++ b/examples/configuration/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>configuration-examples</artifactId>
diff --git a/examples/configuration/webserver/pom.xml b/examples/configuration/webserver/pom.xml index 3eeff88..97682db 100644 --- a/examples/configuration/webserver/pom.xml +++ b/examples/configuration/webserver/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>configuration-examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>webserver-configuration-example</artifactId>
diff --git a/examples/configuration/xml/pom.xml b/examples/configuration/xml/pom.xml index 9bd6fea..e3ba210 100644 --- a/examples/configuration/xml/pom.xml +++ b/examples/configuration/xml/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>configuration-examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>xml-configuration-example</artifactId>
diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index 5eeef46..cc703c0 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>custom-resolver-example</artifactId>
diff --git a/examples/events/pom.xml b/examples/events/pom.xml index 4322778..faf0784 100644 --- a/examples/events/pom.xml +++ b/examples/events/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>event-examples</artifactId>
diff --git a/examples/events/threaded/pom.xml b/examples/events/threaded/pom.xml index 5415a87..a14e62b 100644 --- a/examples/events/threaded/pom.xml +++ b/examples/events/threaded/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>event-examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>threading-event-example</artifactId>
diff --git a/examples/operations/pom.xml b/examples/operations/pom.xml index 1fa02e8..760339a 100644 --- a/examples/operations/pom.xml +++ b/examples/operations/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>operations-example</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml index 190b57d..8584384 100644 --- a/examples/pom.xml +++ b/examples/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>examples</artifactId>
diff --git a/examples/security-lockdown/alice/pom.xml b/examples/security-lockdown/alice/pom.xml index 268e4cb..6b27d82 100644 --- a/examples/security-lockdown/alice/pom.xml +++ b/examples/security-lockdown/alice/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>security-lockdown-example</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 0df5ea6..6a90413 100644 --- a/examples/security-lockdown/mallory/pom.xml +++ b/examples/security-lockdown/mallory/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>security-lockdown-example</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>security-lockdown-example-mallory</artifactId>
diff --git a/examples/security-lockdown/pom.xml b/examples/security-lockdown/pom.xml index 1868be2..9447b19 100644 --- a/examples/security-lockdown/pom.xml +++ b/examples/security-lockdown/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>examples</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>security-lockdown-example</artifactId>
diff --git a/examples/security-lockdown/runner/pom.xml b/examples/security-lockdown/runner/pom.xml index 78af7e7..72882d5 100644 --- a/examples/security-lockdown/runner/pom.xml +++ b/examples/security-lockdown/runner/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>security-lockdown-example</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 17b9f85..0475739 100644 --- a/examples/security-lockdown/system/pom.xml +++ b/examples/security-lockdown/system/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>security-lockdown-example</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>security-lockdown-example-system</artifactId>
diff --git a/external/aopalliance/pom.xml b/external/aopalliance/pom.xml index dd65b8a..5c958c0 100644 --- a/external/aopalliance/pom.xml +++ b/external/aopalliance/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>external</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2.external</groupId>
diff --git a/external/pom.xml b/external/pom.xml index 35366b7..53ec194 100644 --- a/external/pom.xml +++ b/external/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>external</artifactId>
diff --git a/guice-bridge/pom.xml b/guice-bridge/pom.xml index 9e217ec..a94b493 100644 --- a/guice-bridge/pom.xml +++ b/guice-bridge/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-api/pom.xml b/hk2-api/pom.xml index 4a8466d..4f9e930 100644 --- a/hk2-api/pom.xml +++ b/hk2-api/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-configuration/hk2-integration/pom.xml b/hk2-configuration/hk2-integration/pom.xml index 03af78b..26ffe23 100644 --- a/hk2-configuration/hk2-integration/pom.xml +++ b/hk2-configuration/hk2-integration/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-configuration</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-configuration-integration</artifactId>
diff --git a/hk2-configuration/manager/pom.xml b/hk2-configuration/manager/pom.xml index fa61028..dbfb144 100644 --- a/hk2-configuration/manager/pom.xml +++ b/hk2-configuration/manager/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-configuration</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 5906686..68a5333 100644 --- a/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-xml-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 87478e0..08ef968 100644 --- a/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-xml-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 52ab8a8..1c8d2bc 100644 --- a/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-xml-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 d35f7a6..64ff14b 100644 --- a/hk2-configuration/persistence/hk2-xml/main/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/main/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-xml-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 7951416..34c7104 100644 --- a/hk2-configuration/persistence/hk2-xml/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-configuration-persistence</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-xml-parent</artifactId>
diff --git a/hk2-configuration/persistence/hk2-xml/schema/pom.xml b/hk2-configuration/persistence/hk2-xml/schema/pom.xml index bedca9a..58392ac 100644 --- a/hk2-configuration/persistence/hk2-xml/schema/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/schema/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-xml-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 6193d35..c6ee736 100644 --- a/hk2-configuration/persistence/hk2-xml/test1/pom.xml +++ b/hk2-configuration/persistence/hk2-xml/test1/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-xml-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-xml-test</artifactId>
diff --git a/hk2-configuration/persistence/pom.xml b/hk2-configuration/persistence/pom.xml index e85c3d2..a8fc9e4 100644 --- a/hk2-configuration/persistence/pom.xml +++ b/hk2-configuration/persistence/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-configuration</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-configuration-persistence</artifactId>
diff --git a/hk2-configuration/persistence/property-file/pom.xml b/hk2-configuration/persistence/property-file/pom.xml index 22f672b..71492d6 100644 --- a/hk2-configuration/persistence/property-file/pom.xml +++ b/hk2-configuration/persistence/property-file/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-configuration-persistence</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-property-file</artifactId>
diff --git a/hk2-configuration/pom.xml b/hk2-configuration/pom.xml index 20be3b8..5d40ffa 100644 --- a/hk2-configuration/pom.xml +++ b/hk2-configuration/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-configuration</artifactId>
diff --git a/hk2-core/pom.xml b/hk2-core/pom.xml index 3e9f33e..d85f31a 100644 --- a/hk2-core/pom.xml +++ b/hk2-core/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-core</artifactId>
diff --git a/hk2-extras/pom.xml b/hk2-extras/pom.xml index 25d9b24..e47fab0 100644 --- a/hk2-extras/pom.xml +++ b/hk2-extras/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-jmx/pom.xml b/hk2-jmx/pom.xml index dbfcda6..49a5c2c 100644 --- a/hk2-jmx/pom.xml +++ b/hk2-jmx/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-locator/pom.xml b/hk2-locator/pom.xml index 59f46c5..5e8d926 100644 --- a/hk2-locator/pom.xml +++ b/hk2-locator/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-locator</artifactId>
diff --git a/hk2-metadata-generator/main/pom.xml b/hk2-metadata-generator/main/pom.xml index 30e0c6c..68ba85a 100644 --- a/hk2-metadata-generator/main/pom.xml +++ b/hk2-metadata-generator/main/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-metadata-generator-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-metadata-generator/pom.xml b/hk2-metadata-generator/pom.xml index 454ff30..a0b10e6 100644 --- a/hk2-metadata-generator/pom.xml +++ b/hk2-metadata-generator/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-metadata-generator-parent</artifactId>
diff --git a/hk2-metadata-generator/test1/pom.xml b/hk2-metadata-generator/test1/pom.xml index cd33408..683be62 100644 --- a/hk2-metadata-generator/test1/pom.xml +++ b/hk2-metadata-generator/test1/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-metadata-generator-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2-runlevel/pom.xml b/hk2-runlevel/pom.xml index 5cf6599..9a88730 100644 --- a/hk2-runlevel/pom.xml +++ b/hk2-runlevel/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-runlevel</artifactId>
diff --git a/hk2-testing/ant/pom.xml b/hk2-testing/ant/pom.xml index 914c90d..7387b56 100644 --- a/hk2-testing/ant/pom.xml +++ b/hk2-testing/ant/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/collections/pom.xml b/hk2-testing/collections/pom.xml index 740ac79..f5907e5 100644 --- a/hk2-testing/collections/pom.xml +++ b/hk2-testing/collections/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-testing</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 bae6d88..5e05c49 100644 --- a/hk2-testing/hk2-junitrunner/pom.xml +++ b/hk2-testing/hk2-junitrunner/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/hk2-locator-extras/pom.xml b/hk2-testing/hk2-locator-extras/pom.xml index 23c25c9..d23b435 100644 --- a/hk2-testing/hk2-locator-extras/pom.xml +++ b/hk2-testing/hk2-locator-extras/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/hk2-locator-no-proxies/pom.xml b/hk2-testing/hk2-locator-no-proxies/pom.xml index 66c8c6d..dc9188b 100644 --- a/hk2-testing/hk2-locator-no-proxies/pom.xml +++ b/hk2-testing/hk2-locator-no-proxies/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/hk2-locator-no-proxies2/pom.xml b/hk2-testing/hk2-locator-no-proxies2/pom.xml index e8a33aa..f604426 100644 --- a/hk2-testing/hk2-locator-no-proxies2/pom.xml +++ b/hk2-testing/hk2-locator-no-proxies2/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/hk2-mockito/pom.xml b/hk2-testing/hk2-mockito/pom.xml index 20c3aaa..58e1326 100644 --- a/hk2-testing/hk2-mockito/pom.xml +++ b/hk2-testing/hk2-mockito/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-testing</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-mockito</artifactId>
diff --git a/hk2-testing/hk2-runlevel-extras/pom.xml b/hk2-testing/hk2-runlevel-extras/pom.xml index 2a73852..149851d 100644 --- a/hk2-testing/hk2-runlevel-extras/pom.xml +++ b/hk2-testing/hk2-runlevel-extras/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/hk2-testng/pom.xml b/hk2-testing/hk2-testng/pom.xml index 624f19d..5f47e77 100644 --- a/hk2-testing/hk2-testng/pom.xml +++ b/hk2-testing/hk2-testng/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/interceptor-events/pom.xml b/hk2-testing/interceptor-events/pom.xml index 2e983d7..0555ef5 100644 --- a/hk2-testing/interceptor-events/pom.xml +++ b/hk2-testing/interceptor-events/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-testing</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 6908d8a..43c0c3b 100644 --- a/hk2-testing/jersey/jersey-guice/form-param/pom.xml +++ b/hk2-testing/jersey/jersey-guice/form-param/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 8366f65..773e470 100644 --- a/hk2-testing/jersey/jersey-guice/pom.xml +++ b/hk2-testing/jersey/jersey-guice/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/jersey/pom.xml b/hk2-testing/jersey/pom.xml index 746ae34..9bb9aee 100644 --- a/hk2-testing/jersey/pom.xml +++ b/hk2-testing/jersey/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
diff --git a/hk2-testing/pom.xml b/hk2-testing/pom.xml index e57b3a9..b6edea6 100644 --- a/hk2-testing/pom.xml +++ b/hk2-testing/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-testing</artifactId>
diff --git a/hk2-utils/pom.xml b/hk2-utils/pom.xml index ef026aa..3c4270f 100644 --- a/hk2-utils/pom.xml +++ b/hk2-utils/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>
diff --git a/hk2/pom.xml b/hk2/pom.xml index cb18f3d..c0c08df 100644 --- a/hk2/pom.xml +++ b/hk2/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2</artifactId>
diff --git a/maven-plugins/consolidatedbundle-maven-plugin/pom.xml b/maven-plugins/consolidatedbundle-maven-plugin/pom.xml index e0abf6c..6128123 100644 --- a/maven-plugins/consolidatedbundle-maven-plugin/pom.xml +++ b/maven-plugins/consolidatedbundle-maven-plugin/pom.xml
@@ -25,7 +25,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>maven-plugins</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>consolidatedbundle-maven-plugin</artifactId>
diff --git a/maven-plugins/hk2-inhabitant-generator/pom.xml b/maven-plugins/hk2-inhabitant-generator/pom.xml index f0fbc85..b37ce09 100644 --- a/maven-plugins/hk2-inhabitant-generator/pom.xml +++ b/maven-plugins/hk2-inhabitant-generator/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>maven-plugins</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>hk2-inhabitant-generator</artifactId>
diff --git a/maven-plugins/osgiversion-maven-plugin/pom.xml b/maven-plugins/osgiversion-maven-plugin/pom.xml index a9c907d..96af82d 100644 --- a/maven-plugins/osgiversion-maven-plugin/pom.xml +++ b/maven-plugins/osgiversion-maven-plugin/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>maven-plugins</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>osgiversion-maven-plugin</artifactId>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 5afdb8c..d00e9d8 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>maven-plugins</artifactId>
diff --git a/osgi/adapter-tests/contract-bundle/pom.xml b/osgi/adapter-tests/contract-bundle/pom.xml index f0105bc..d23615e 100644 --- a/osgi/adapter-tests/contract-bundle/pom.xml +++ b/osgi/adapter-tests/contract-bundle/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-adapter-tests-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 34fb4aa..114cdcf 100644 --- a/osgi/adapter-tests/faux-sdp-bundle/pom.xml +++ b/osgi/adapter-tests/faux-sdp-bundle/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-adapter-tests-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 ecbaa8f..a79bc55 100644 --- a/osgi/adapter-tests/no-hk2-bundle/pom.xml +++ b/osgi/adapter-tests/no-hk2-bundle/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-adapter-tests-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 60edffd..1ebe01a 100644 --- a/osgi/adapter-tests/osgi-adapter-test/pom.xml +++ b/osgi/adapter-tests/osgi-adapter-test/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-adapter-tests-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 d7492a1..e4cbd24 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>4.0.0-M3</version> + <version>4.0.0-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 24c26a2..978d244 100644 --- a/osgi/adapter-tests/sdp-management-bundle/pom.xml +++ b/osgi/adapter-tests/sdp-management-bundle/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-adapter-tests-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-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 1fd987f..e986e0b 100644 --- a/osgi/adapter-tests/test-module-startup/pom.xml +++ b/osgi/adapter-tests/test-module-startup/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-adapter-tests-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>test-module-startup</artifactId>
diff --git a/osgi/adapter/pom.xml b/osgi/adapter/pom.xml index 01e9d3b..83adef1 100644 --- a/osgi/adapter/pom.xml +++ b/osgi/adapter/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>osgi-adapter</artifactId>
diff --git a/osgi/pom.xml b/osgi/pom.xml index 6654975..ae41048 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>osgi</artifactId>
diff --git a/pom.xml b/pom.xml index 091aa6f..9482370 100644 --- a/pom.xml +++ b/pom.xml
@@ -31,7 +31,7 @@ <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>GlassFish HK2</name>
diff --git a/spring-bridge/pom.xml b/spring-bridge/pom.xml index a7b1fd6..855d557 100644 --- a/spring-bridge/pom.xml +++ b/spring-bridge/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> - <version>4.0.0-M3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.glassfish.hk2</groupId>