Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Feb 21, 2020
1 parent bc283b2 commit 5a2cbb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.sfuhrm</groupId>
<artifactId>radiobrowser4j-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>RadioBrowser4j Parent</name>
<description>RadioBrowser4J Parent POM</description>
<url>https://github.com/sfuhrm/radiobrowser4j</url>
<scm>
<url>https://github.com/sfuhrm/radiobrowser4j</url>
<connection>scm:git:https://github.com/sfuhrm/radiobrowser4j.git</connection>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion radiobrowser4j-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.sfuhrm</groupId>
<artifactId>radiobrowser4j-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>radiobrowser4j-demo</artifactId>
<name>RadioBrowser4j Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion radiobrowser4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.sfuhrm</groupId>
<artifactId>radiobrowser4j-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>radiobrowser4j</artifactId>
<name>RadioBrowser4j</name>
Expand Down

0 comments on commit 5a2cbb9

Please sign in to comment.