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

Commit

Permalink
[maven-release-plugin] prepare release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Jan 9, 2023
1 parent e7a0db2 commit fdf7927
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-build</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<packaging>pom</packaging>
<name>Wavefront Spring Boot Build</name>
<description>Wavefront by VMware integration for Spring Boot</description>
Expand All @@ -22,7 +22,7 @@
<connection>${git.connection}</connection>
<developerConnection>${git.developerConnection}</developerConnection>
<url>${git.url}</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions wavefront-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-build</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<relativePath>../</relativePath>
</parent>
<artifactId>wavefront-spring-boot-bom</artifactId>
Expand All @@ -14,7 +14,7 @@
<connection>${git.connection}</connection>
<developerConnection>${git.developerConnection}</developerConnection>
<url>${git.url}</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions wavefront-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-bom</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<relativePath>../wavefront-spring-boot-bom</relativePath>
</parent>
<artifactId>wavefront-spring-boot-parent</artifactId>
Expand All @@ -14,7 +14,7 @@
<connection>${git.connection}</connection>
<developerConnection>${git.developerConnection}</developerConnection>
<url>${git.url}</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions wavefront-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-parent</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<relativePath>../wavefront-spring-boot-parent</relativePath>
</parent>
<artifactId>wavefront-spring-boot-sample</artifactId>
Expand All @@ -13,7 +13,7 @@
<connection>${git.connection}</connection>
<developerConnection>${git.developerConnection}</developerConnection>
<url>${git.url}</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions wavefront-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-parent</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<relativePath>../wavefront-spring-boot-parent</relativePath>
</parent>
<artifactId>wavefront-spring-boot-starter</artifactId>
Expand All @@ -13,7 +13,7 @@
<connection>${git.connection}</connection>
<developerConnection>${git.developerConnection}</developerConnection>
<url>${git.url}</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions wavefront-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-parent</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>
<relativePath>../wavefront-spring-boot-parent</relativePath>
</parent>
<artifactId>wavefront-spring-boot</artifactId>
Expand All @@ -13,7 +13,7 @@
<connection>${git.connection}</connection>
<developerConnection>${git.developerConnection}</developerConnection>
<url>${git.url}</url>
<tag>HEAD</tag>
<tag>v2.3.3</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit fdf7927

Please sign in to comment.