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

Commit 0240536

Browse files
author
wf-jenkins
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4a8d306 commit 0240536

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.wavefront</groupId>
55
<artifactId>wavefront-spring-boot-build</artifactId>
6-
<version>3.0.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Wavefront Spring Boot Build</name>
99
<description>Wavefront by VMware integration for Spring Boot</description>
@@ -22,7 +22,7 @@
2222
<connection>${git.connection}</connection>
2323
<developerConnection>${git.developerConnection}</developerConnection>
2424
<url>${git.url}</url>
25-
<tag>v3.0.2</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727
<developers>
2828
<developer>

wavefront-spring-boot-bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront-spring-boot-build</artifactId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>wavefront-spring-boot-bom</artifactId>
@@ -14,7 +14,7 @@
1414
<connection>${git.connection}</connection>
1515
<developerConnection>${git.developerConnection}</developerConnection>
1616
<url>${git.url}</url>
17-
<tag>v3.0.2</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<dependencyManagement>

wavefront-spring-boot-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront-spring-boot-bom</artifactId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../wavefront-spring-boot-bom</relativePath>
99
</parent>
1010
<artifactId>wavefront-spring-boot-parent</artifactId>
@@ -14,7 +14,7 @@
1414
<connection>${git.connection}</connection>
1515
<developerConnection>${git.developerConnection}</developerConnection>
1616
<url>${git.url}</url>
17-
<tag>v3.0.2</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<properties>

wavefront-spring-boot-sample/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront-spring-boot-parent</artifactId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../wavefront-spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>wavefront-spring-boot-sample</artifactId>
@@ -13,7 +13,7 @@
1313
<connection>${git.connection}</connection>
1414
<developerConnection>${git.developerConnection}</developerConnection>
1515
<url>${git.url}</url>
16-
<tag>v3.0.2</tag>
16+
<tag>HEAD</tag>
1717
</scm>
1818

1919
<dependencyManagement>

wavefront-spring-boot-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront-spring-boot-parent</artifactId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../wavefront-spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>wavefront-spring-boot-starter</artifactId>
@@ -13,7 +13,7 @@
1313
<connection>${git.connection}</connection>
1414
<developerConnection>${git.developerConnection}</developerConnection>
1515
<url>${git.url}</url>
16-
<tag>v3.0.2</tag>
16+
<tag>HEAD</tag>
1717
</scm>
1818

1919
<dependencies>

wavefront-spring-boot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront-spring-boot-parent</artifactId>
7-
<version>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../wavefront-spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>wavefront-spring-boot</artifactId>
@@ -13,7 +13,7 @@
1313
<connection>${git.connection}</connection>
1414
<developerConnection>${git.developerConnection}</developerConnection>
1515
<url>${git.url}</url>
16-
<tag>v3.0.2</tag>
16+
<tag>HEAD</tag>
1717
</scm>
1818

1919
<dependencies>

0 commit comments

Comments
 (0)