We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026a824 commit 5465293Copy full SHA for 5465293
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.m0nk3y2k4</groupId>
6
<artifactId>thetvdb-java-api</artifactId>
7
- <version>0.0.4-SNAPSHOT</version>
+ <version>0.0.4</version>
8
9
<name>thetvdb-java-api</name>
10
<description>Java connector for the TheTVDB. Allows simplified usage of the TheTVDB.com REST API from inside Java projects.</description>
@@ -112,7 +112,7 @@
112
<url>https://github.com/m0nk3y2k4/thetvdb-java-api</url>
113
<connection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</connection>
114
<developerConnection>scm:git:git@github.com:m0nk3y2k4/thetvdb-java-api.git</developerConnection>
115
- <tag>HEAD</tag>
+ <tag>tvdb-japi-0.0.4</tag>
116
</scm>
117
118
<developers>
0 commit comments