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 1b8b40b commit cd29539Copy full SHA for cd29539
infer/annotations/pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.facebook.infer.annotation</groupId>
5
<artifactId>infer-annotation</artifactId>
6
- <version>0.17.1-SNAPSHOT</version>
+ <version>0.17.1</version>
7
<packaging>jar</packaging>
8
<description>Annotations for the Infer static analyzer</description>
9
<url>http://fbinfer.com/</url>
@@ -25,7 +25,7 @@
25
<connection>scm:git:[email protected]:facebook/infer.git</connection>
26
<developerConnection>scm:git:[email protected]:facebook/infer.git</developerConnection>
27
<url>https://github.com/facebook/infer</url>
28
- <tag>infer-annotation-0.17.0</tag>
+ <tag>infer-annotation-0.17.1</tag>
29
</scm>
30
31
<developers>
0 commit comments