Skip to content

Commit af18770

Browse files
artempyanykhfacebook-github-bot
authored andcommitted
[infer][PR] Release infer-annotation 0.18.0
Summary: Due to: 1. Additional dependency on kotlin-annotations, 2. nullsafe annotation being annotated as TypeQualifierDefault and UnderMigration(status = STRICT) [which can have breaking effect on Kotlin code], let's bump the minor version of the artifact. Pull Request resolved: facebook#1281 Reviewed By: jvillard Differential Revision: D21952759 Pulled By: artempyanykh fbshipit-source-id: 58aea14c3
1 parent a8625d5 commit af18770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infer/annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.facebook.infer.annotation</groupId>
55
<artifactId>infer-annotation</artifactId>
6-
<version>0.17.3-SNAPSHOT</version>
6+
<version>0.18.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<description>Annotations for the Infer static analyzer</description>
99
<url>http://fbinfer.com/</url>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:[email protected]:facebook/infer.git</connection>
2626
<developerConnection>scm:git:[email protected]:facebook/infer.git</developerConnection>
2727
<url>https://github.com/facebook/infer</url>
28-
<tag>infer-annotation-0.17.0</tag>
28+
<tag>infer-annotation-0.18.0</tag>
2929
</scm>
3030

3131
<developers>

0 commit comments

Comments
 (0)