We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b7e7f commit ae08de5Copy full SHA for ae08de5
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.uwetrottmann.tmdb2</groupId>
6
<artifactId>tmdb-java</artifactId>
7
<packaging>jar</packaging>
8
- <version>2.6.1-SNAPSHOT</version>
+ <version>2.7.0</version>
9
10
<name>tmdb-java</name>
11
<description>tmdb-java is a retrofit2 based wrapper around the themoviedb.org API v3.</description>
@@ -35,7 +35,7 @@
35
<url>https://github.com/UweTrottmann/tmdb-java</url>
36
<connection>scm:git:git://github.com/UweTrottmann/tmdb-java.git</connection>
37
<developerConnection>scm:git:git@github.com:UweTrottmann/tmdb-java.git</developerConnection>
38
- <tag>HEAD</tag>
+ <tag>v2.7.0</tag>
39
</scm>
40
41
<prerequisites>
0 commit comments