From d50039b4957a73a5f0e20d191093528c3b928b3c Mon Sep 17 00:00:00 2001 From: Artem Pyanykh Date: Tue, 25 Feb 2020 04:35:50 -0800 Subject: [PATCH] [infer][PR] Release infer-annotations 0.17.2 Summary: The artifact is released on sonatype: https://oss.sonatype.org/service/local/repositories/releases/content/com/facebook/infer/annotation/infer-annotation/0.17.2/infer-annotation-0.17.2.jar and soon should be propagated to Maven Central (usually, within 2hrs). Pull Request resolved: https://github.com/facebook/infer/pull/1226 Reviewed By: mityal Differential Revision: D20094137 Pulled By: artempyanykh fbshipit-source-id: cedd32e91 --- infer/annotations/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/annotations/pom.xml b/infer/annotations/pom.xml index 193c2d846..8db5f97c8 100644 --- a/infer/annotations/pom.xml +++ b/infer/annotations/pom.xml @@ -3,7 +3,7 @@ com.facebook.infer.annotation infer-annotation - 0.17.2-SNAPSHOT + 0.17.3-SNAPSHOT jar Annotations for the Infer static analyzer http://fbinfer.com/