Skip to content

Commit

Permalink
inc version to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
holger committed Jul 20, 2017
1 parent bcadd66 commit 9c04b89
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Just add it as dependency to your project. It's available via [jcenter](https://
<dependency>
<groupId>info.movito</groupId>
<artifactId>themoviedbapi</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
```
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.
Expand All @@ -32,7 +32,7 @@ repositories {
}
dependencies{
compile group: 'info.movito', name: 'themoviedbapi', version:'1.4'
compile group: 'info.movito', name: 'themoviedbapi', version:'1.5'
}
```

Expand Down
23 changes: 23 additions & 0 deletions devel_notes.md
Original file line number Diff line number Diff line change
@@ -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


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>info.movito</groupId>
<artifactId>themoviedbapi</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>

<packaging>jar</packaging>
<name>TMDB-API</name>
Expand Down

0 comments on commit 9c04b89

Please sign in to comment.