[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: https://github.com/facebook/infer/pull/1281

Reviewed By: jvillard

Differential Revision: D21952759

Pulled By: artempyanykh

fbshipit-source-id: 58aea14c3
master
Artem Pyanykh 5 years ago committed by Facebook GitHub Bot
parent a8625d5e68
commit af18770146

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

Loading…
Cancel
Save