Skip to content

Commit

Permalink
[maven-release-plugin] prepare branch release-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Feb 8, 2020
1 parent 290a678 commit 4f1582f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>6.0</version>
<version>6.1-SNAPSHOT</version>
<modules>
<module>proxy</module>
</modules>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:git@github.com:wavefronthq/java.git</connection>
<developerConnection>scm:git:git@github.com:wavefronthq/java.git</developerConnection>
<url>git@github.com:wavefronthq/java.git</url>
<tag>wavefront-6.0</tag>
<tag>release-6.x</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>6.0</version>
<version>6.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 4f1582f

Please sign in to comment.