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

Commit 66eb048

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 119816e commit 66eb048

72 files changed

Lines changed: 74 additions & 74 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: 2 additions & 2 deletions
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.5.0-b62</version>
54+
<version>2.5.0-b63-SNAPSHOT</version>
5555
<packaging>pom</packaging>
5656

5757
<name>HK2 Bom Pom</name>
@@ -193,7 +193,7 @@
193193
</dependencyManagement>
194194

195195
<scm>
196-
<tag>2.5.0-b62</tag>
196+
<tag>HEAD</tag>
197197
</scm>
198198

199199
<build>

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.5.0-b62</version>
48+
<version>2.5.0-b63-SNAPSHOT</version>
4949
</parent>
5050

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

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.5.0-b62</version>
48+
<version>2.5.0-b63-SNAPSHOT</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.5.0-b62</version>
49+
<version>2.5.0-b63-SNAPSHOT</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.5.0-b62</version>
49+
<version>2.5.0-b63-SNAPSHOT</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.5.0-b62</version>
48+
<version>2.5.0-b63-SNAPSHOT</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.5.0-b62</version>
49+
<version>2.5.0-b63-SNAPSHOT</version>
5050
</parent>
5151

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

examples/configuration/xml/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.5.0-b62</version>
49+
<version>2.5.0-b63-SNAPSHOT</version>
5050
</parent>
5151

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

examples/custom-resolver/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>examples</artifactId>
49-
<version>2.5.0-b62</version>
49+
<version>2.5.0-b63-SNAPSHOT</version>
5050
</parent>
5151

5252
<artifactId>custom-resolver-example</artifactId>

examples/events/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.5.0-b62</version>
48+
<version>2.5.0-b63-SNAPSHOT</version>
4949
</parent>
5050
<modelVersion>4.0.0</modelVersion>
5151

0 commit comments

Comments
 (0)