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

Commit aede984

Browse files
author
Java Release Engineering
committed
[maven-release-plugin] prepare release hk2-parent-2.4.0-b27
1 parent 6a63735 commit aede984

78 files changed

Lines changed: 83 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bom/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</parent>
5252
<groupId>org.glassfish.hk2</groupId>
5353
<artifactId>hk2-bom</artifactId>
54-
<version>2.4.0-b27-SNAPSHOT</version>
54+
<version>2.4.0-b27</version>
5555
<packaging>pom</packaging>
5656

5757
<properties>
@@ -478,4 +478,8 @@
478478
</plugins>
479479
</pluginManagement>
480480
</build>
481+
482+
<scm>
483+
<tag>hk2-parent-2.4.0-b27</tag>
484+
</scm>
481485
</project>

class-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.hk2</groupId>
4747
<artifactId>hk2-parent</artifactId>
48-
<version>2.4.0-b27-SNAPSHOT</version>
48+
<version>2.4.0-b27</version>
4949
</parent>
5050

5151
<groupId>org.glassfish.hk2</groupId>

consolidatedbundle-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.hk2</groupId>
4848
<artifactId>hk2-parent</artifactId>
49-
<version>2.4.0-b27-SNAPSHOT</version>
49+
<version>2.4.0-b27</version>
5050
</parent>
5151
<artifactId>consolidatedbundle-maven-plugin</artifactId>
5252
<packaging>maven-plugin</packaging>

dependency-verifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.hk2</groupId>
4848
<artifactId>hk2-parent</artifactId>
49-
<version>2.4.0-b27-SNAPSHOT</version>
49+
<version>2.4.0-b27</version>
5050
</parent>
5151

5252
<artifactId>hk2-dependency-verifier</artifactId>

dependency-visualizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.hk2</groupId>
4949
<artifactId>hk2-parent</artifactId>
50-
<version>2.4.0-b27-SNAPSHOT</version>
50+
<version>2.4.0-b27</version>
5151
</parent>
5252

5353
<artifactId>hk2-dependency-visualizer</artifactId>

examples/caching/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.hk2</groupId>
4747
<artifactId>examples</artifactId>
48-
<version>2.4.0-b27-SNAPSHOT</version>
48+
<version>2.4.0-b27</version>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151

examples/caching/runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.hk2</groupId>
4848
<artifactId>caching-aop-example</artifactId>
49-
<version>2.4.0-b27-SNAPSHOT</version>
49+
<version>2.4.0-b27</version>
5050
</parent>
5151

5252
<artifactId>caching-aop-example-runner</artifactId>

examples/caching/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.hk2</groupId>
4848
<artifactId>caching-aop-example</artifactId>
49-
<version>2.4.0-b27-SNAPSHOT</version>
49+
<version>2.4.0-b27</version>
5050
</parent>
5151

5252
<artifactId>caching-aop-example-system</artifactId>

examples/configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish.hk2</groupId>
4747
<artifactId>examples</artifactId>
48-
<version>2.4.0-b27-SNAPSHOT</version>
48+
<version>2.4.0-b27</version>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151

examples/configuration/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.hk2</groupId>
4848
<artifactId>configuration-examples</artifactId>
49-
<version>2.4.0-b27-SNAPSHOT</version>
49+
<version>2.4.0-b27</version>
5050
</parent>
5151

5252
<artifactId>webserver-configuration-example</artifactId>

0 commit comments

Comments
 (0)