Skip to content

Commit

Permalink
prepared for initial jcenter release
Browse files Browse the repository at this point in the history
  • Loading branch information
holger committed Jan 29, 2015
1 parent b255078 commit 7a63ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TheMovieDB API

Author: Holger Brandl

This library provides a java-wrapper around the json API provided by [TheMovieDB.org API](http://api.themoviedb.org/), which is an open database for movie and film content.
This library provides a java-wrapper around the [json API](http://api.themoviedb.org/) provided by [TMdB](http://themoviedb.org), which is an open database for movie and film content.



Expand Down
22 changes: 2 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

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

<packaging>jar</packaging>
<name>TMDB-API</name>
<description>API Wrapper for the TheMovieDb.org. Based on https://github.com/Omertron/api-themoviedb</description>
<description>API Wrapper for the TheMovieDb.org</description>

<url>https://github.com/holgerbrandl/themoviedbapi</url>

Expand All @@ -22,7 +22,6 @@
<properties>
<skipTests>false</skipTests>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<distribution.format>zip</distribution.format>

<version.jackson>2.4.4</version.jackson>
Expand Down Expand Up @@ -121,21 +120,4 @@

</dependencies>

<!--<build>-->

<!--<finalName>${project.artifactId}-${project.version}</finalName>-->

<!--<plugins>-->
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-compiler-plugin</artifactId>-->
<!--<version>2.3.2</version>-->
<!--<configuration>-->
<!--<source>1.6</source>-->
<!--<target>1.6</target>-->
<!--</configuration>-->
<!--</plugin>-->
<!--</plugins>-->
<!--</build>-->

</project>

0 comments on commit 7a63ed4

Please sign in to comment.