Skip to content

Commit ffa18ff

Browse files
committed
[maven-release-plugin] prepare release 3.0.1
1 parent 3ce1c3e commit ffa18ff

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.1] - 2020-08-29
10+
### Changed
11+
- New releases will now be tagged without the "tvdb-japi-" prefix but only with the version number.
12+
813
### Fixed
914
- Replaced hardcoded Windows line ending in JUnit test with dynamic OS setting.
1015

@@ -191,7 +196,8 @@ First stable release which is fully compatible with _TheTVDB.com_ RESTful remote
191196
### Added
192197
- First basic implementation draft of TheTVDB.com RESTful API Java connector.
193198

194-
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.0...HEAD
199+
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.1...HEAD
200+
[3.0.1]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.0...3.0.1
195201
[3.0.0]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.8...tvdb-japi-3.0.0
196202
[0.0.8]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.7...tvdb-japi-0.0.8
197203
[0.0.7]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.6...tvdb-japi-0.0.7

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>3.0.1-SNAPSHOT</version>
6+
<version>3.0.1</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>3.0.1</tag>
349349
</scm>
350350

351351
<developers>

0 commit comments

Comments
 (0)