Skip to content

Commit 5330f99

Browse files
committed
[maven-release-plugin] prepare release tvdb-japi-3.0.0
1 parent e9ae4e1 commit 5330f99

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.0] - 2020-08-28
10+
First stable release which is fully compatible with _TheTVDB.com_ RESTful remote APIv3.
11+
812
### Added
913
- README.md providing useful information for getting familiar with the project.
1014
- LICENSE.txt and license file headers for [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
@@ -185,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185189
### Added
186190
- First basic implementation draft of TheTVDB.com RESTful API Java connector.
187191

188-
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.8...HEAD
192+
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.0...HEAD
193+
[3.0.0]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.8...tvdb-japi-3.0.0
189194
[0.0.8]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.7...tvdb-japi-0.0.8
190195
[0.0.7]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.6...tvdb-japi-0.0.7
191196
[0.0.6]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.5...tvdb-japi-0.0.6

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.m0nk3y2k4</groupId>
55
<artifactId>thetvdb-java-api</artifactId>
6-
<version>0.0.9-SNAPSHOT</version>
6+
<version>3.0.0</version>
77

88
<name>thetvdb-java-api</name>
99
<description>Java connector for the TheTVDB.com. Allows simplified usage of the TheTVDB.com RESTful API from inside Java projects.</description>
@@ -345,7 +345,7 @@
345345
<url>https://github.com/m0nk3y2k4/thetvdb-java-api</url>
346346
<connection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</connection>
347347
<developerConnection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</developerConnection>
348-
<tag>HEAD</tag>
348+
<tag>tvdb-japi-3.0.0</tag>
349349
</scm>
350350

351351
<developers>

0 commit comments

Comments
 (0)