Skip to content

Commit

Permalink
Prepare release org.glassfish.hk2:hk2-parent:3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glassfish-bot committed Feb 27, 2024
1 parent 78f9206 commit 36e4429
Show file tree
Hide file tree
Showing 75 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-bom</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<name>HK2 Bom Pom</name>
Expand Down
2 changes: 1 addition & 1 deletion class-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/caching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>caching-aop-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/caching/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>caching-aop-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>caching-aop-example-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/caching/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>caching-aop-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>caching-aop-example-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>configuration-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/webserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>webserver-configuration-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>xml-configuration-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>custom-resolver-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>event-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/events/threaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>event-examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>threading-event-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>operations-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/security-lockdown/alice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>security-lockdown-example-alice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/security-lockdown/mallory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>security-lockdown-example-mallory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/security-lockdown/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>security-lockdown-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/security-lockdown/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>security-lockdown-example-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/security-lockdown/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>security-lockdown-example-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion external/aopalliance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>external</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2.external</groupId>
Expand Down
2 changes: 1 addition & 1 deletion external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion guice-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/hk2-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-configuration-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-configuration-hub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-pbuf</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-xml-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/hk2-xml/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/hk2-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration-persistence</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-xml-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/hk2-xml/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-xml-schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/hk2-xml/test1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-xml-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-configuration-persistence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/persistence/property-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration-persistence</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-property-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-locator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-locator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-metadata-generator/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-metadata-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-metadata-generator-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-metadata-generator/test1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-runlevel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-runlevel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-testing/ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hk2-testing/collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-testing</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>hk2-collections-tests</artifactId>
Expand Down
Loading

0 comments on commit 36e4429

Please sign in to comment.