|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>com.facebook.infer.annotation</groupId>
|
|
|
|
|
<artifactId>infer-annotation</artifactId>
|
|
|
|
|
<version>0.10.0.3-SNAPSHOT</version>
|
|
|
|
|
<version>0.17.0</version>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
<description>Annotations for the Infer static analyzer</description>
|
|
|
|
|
<url>http://fbinfer.com/</url>
|
|
|
|
@ -18,9 +18,9 @@
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<connection>scm:git:git@github.com:facebook/infer.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:faceook/infer.git</developerConnection>
|
|
|
|
|
<url>https://github.com/facebook/infer/</url>
|
|
|
|
|
<tag>infer-annotations-0.10.0.3</tag>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:facebook/infer.git</developerConnection>
|
|
|
|
|
<url>https://github.com/facebook/infer</url>
|
|
|
|
|
<tag>infer-annotations-0.17.0</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
|