Release 4.0

Finally! The TV work has been mostly completed
This commit is contained in:
Stuart Boston
2015-03-05 19:48:54 +00:00
152 changed files with 13683 additions and 4593 deletions
+8 -1
View File
@@ -13,7 +13,7 @@
<groupId>com.omertron</groupId>
<artifactId>themoviedbapi</artifactId>
<version>3.12-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>API-The MovieDB</name>
@@ -117,6 +117,13 @@
<artifactId>api-common</artifactId>
<version>1.4</version>
</dependency>
<!-- Apache Utils -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>