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 7b64ebf commit e303674Copy full SHA for e303674
facebook4j-core/pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.facebook4j</groupId>
4
<artifactId>facebook4j-core</artifactId>
5
- <version>2.4.13-SNAPSHOT</version>
+ <version>2.4.13</version>
6
<packaging>jar</packaging>
7
<name>facebook4j-core</name>
8
<description>A Java library for the Facebook Graph API</description>
@@ -18,7 +18,7 @@
18
<url>https://github.com/roundrop/facebook4j</url>
19
<connection>scm:git:git://github.com/roundrop/facebook4j.git</connection>
20
<developerConnection>scm:git:ssh://git@github.com/roundrop/facebook4j.git</developerConnection>
21
- <tag>HEAD</tag>
+ <tag>2.4.13</tag>
22
</scm>
23
<developers>
24
<developer>
0 commit comments