diff --git a/NEWS.md b/NEWS.md index 203e943d..743fad3c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,16 @@ See [releases](https://github.com/holgerbrandl/themoviedbapi/releases) for downloads and details +v1.6 +--- + +* Added "Recommendations" to TV series. + + v1.5 --- -**TBD** +* fixed original language field v1.4 --- diff --git a/README.md b/README.md index fbd2146f..fe0db88b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Just add it as dependency to your project. It's available via [jcenter](https:// info.movito themoviedbapi - 1.4 + 1.5 ``` Read the [Set me up](https://bintray.com/bintray/jcenter) section first, if you haven't addded jcenter as a repository to your pom.xml yet. @@ -32,7 +32,7 @@ repositories { } dependencies{ - compile group: 'info.movito', name: 'themoviedbapi', version:'1.4' + compile group: 'info.movito', name: 'themoviedbapi', version:'1.5' } ``` diff --git a/devel_notes.md b/devel_notes.md new file mode 100644 index 00000000..4cb5b2ed --- /dev/null +++ b/devel_notes.md @@ -0,0 +1,23 @@ +How to relase a new version of themoviedbpi? +--------------------------- + +1. Update NEWS.md and pom.xml +2. Release on github + +3. Install locally into repository including sources + +``` +mvn source:jar install -Dmaven.test.skip=true +``` + +4. Create new version on bintray, upload files (pom, jar, src-jar) from +`/Users/holger/.m2/repository/info/movito/themoviedbapi` to path +info/movito/themoviedbapi/1.3 + +5. Reupdate news.md and pom.xml for next iteration + + +* https://bintray.com/docs/usermanual/uploads/uploads_includingyourpackagesinjcenter.html +* https://bintray.com/movito/movito-utils/tmdb-api + + diff --git a/pom.xml b/pom.xml index 410088dd..4b797863 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ info.movito themoviedbapi - 1.6-SNAPSHOT + 1.6 jar TMDB-API