Skip to content

Commit 7b97e32

Browse files
committed
[maven-release-plugin] prepare release 3.0.2
1 parent b08ed87 commit 7b97e32

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.2] - 2020-11-21
810
### Changed
911
- Changed project compile version to Java SE 10
1012
- Updated multiple maven dependencies to latest version:
@@ -204,7 +206,8 @@ First stable release which is fully compatible with _TheTVDB.com_ RESTful remote
204206
### Added
205207
- First basic implementation draft of TheTVDB.com RESTful API Java connector.
206208

207-
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.1...HEAD
209+
[Unreleased]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/3.0.2...HEAD
210+
[3.0.2]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.1...3.0.2
208211
[3.0.1]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-3.0.0...3.0.1
209212
[3.0.0]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.8...tvdb-japi-3.0.0
210213
[0.0.8]: https://github.com/m0nk3y2k4/thetvdb-java-api/compare/tvdb-japi-0.0.7...tvdb-japi-0.0.8

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ work with the prefabbed Java DTOs or to run more complex queries by providing a
4040
the raw JSON content returned by the _TheTVDB.com_ API all by yourself. Your decision!
4141

4242
## Technologies
43-
* [Java](https://jdk.java.net/) (1.9) - Class-based, object-oriented programming language
43+
* [Java](https://jdk.java.net/) (10) - Class-based, object-oriented programming language
4444
* [Apache Maven](https://maven.apache.org/download.cgi) (3.6.0) - Software project management and comprehension tool
4545

4646
## Features
@@ -116,7 +116,7 @@ maven project via the [jitpack.io](https://www.jitpack.io/#m0nk3y2k4/thetvdb-jav
116116
<dependency>
117117
<groupId>com.github.m0nk3y2k4</groupId>
118118
<artifactId>thetvdb-java-api</artifactId>
119-
<version>3.0.1</version>
119+
<version>3.0.2</version>
120120
</dependency>
121121
```
122122

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.2-SNAPSHOT</version>
6+
<version>3.0.2</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>
@@ -346,7 +346,7 @@
346346
<url>https://github.com/m0nk3y2k4/thetvdb-java-api</url>
347347
<connection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</connection>
348348
<developerConnection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</developerConnection>
349-
<tag>HEAD</tag>
349+
<tag>3.0.2</tag>
350350
</scm>
351351

352352
<developers>

0 commit comments

Comments
 (0)