-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v2.11.0
- Loading branch information
1 parent
201116d
commit 404b07a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<groupId>com.uwetrottmann.tmdb2</groupId> | ||
<artifactId>tmdb-java</artifactId> | ||
<packaging>jar</packaging> | ||
<version>2.10.1-SNAPSHOT</version> | ||
<version>2.11.0</version> | ||
|
||
<name>tmdb-java</name> | ||
<description>tmdb-java is a retrofit2 based wrapper around the themoviedb.org API v3.</description> | ||
|
@@ -35,7 +35,7 @@ | |
<url>https://github.com/UweTrottmann/tmdb-java</url> | ||
<connection>scm:git:git://github.com/UweTrottmann/tmdb-java.git</connection> | ||
<developerConnection>scm:git:[email protected]:UweTrottmann/tmdb-java.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>v2.11.0</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|