Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ankathur committed Aug 3, 2018
1 parent 119816e commit 66eb048
Show file tree
Hide file tree
Showing 72 changed files with 74 additions and 74 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-bom</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
<packaging>pom</packaging>

<name>HK2 Bom Pom</name>
Expand Down Expand Up @@ -193,7 +193,7 @@
</dependencyManagement>

<scm>
<tag>2.5.0-b62</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion class-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>caching-aop-example</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>caching-aop-example</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>event-examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>examples</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>security-lockdown-example</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>external</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>aopalliance-repackaged</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion external/asm-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>external</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>asm-repackaged</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion external/jsr330/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>external</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>javax.inject</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion guice-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>guice-bridge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-api</artifactId>
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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<artifactId>hk2-pbuf</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration-persistence</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-xml-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-configuration-persistence</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hk2-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<artifactId>hk2-core</artifactId>
<name>HK2 core module</name>
Expand Down
2 changes: 1 addition & 1 deletion hk2-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-extras</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-jmx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hk2-locator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</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 @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-metadata-generator-parent</artifactId>
<version>2.5.0-b62</version>
<version>2.5.0-b63-SNAPSHOT</version>
</parent>

<groupId>org.glassfish.hk2</groupId>
Expand Down
Loading

0 comments on commit 66eb048

Please sign in to comment.