From 25ccef697add713b80a9b31e4285d9407f0aeb35 Mon Sep 17 00:00:00 2001 From: Artem Pyanykh Date: Thu, 12 Dec 2019 08:20:38 -0800 Subject: [PATCH] [infer][PR] Release infer annotations 0.17.1 Summary: The artifact is released on sonatype: https://oss.sonatype.org/service/local/repositories/releases/content/com/facebook/infer/annotation/infer-annotation/0.17.1/infer-annotation-0.17.1.jar and soon should be propagated to Maven Central (usually, within 2hrs). Pull Request resolved: https://github.com/facebook/infer/pull/1200 Reviewed By: ngorogiannis Differential Revision: D18953108 Pulled By: artempyanykh fbshipit-source-id: 78e445bd5 --- infer/annotations/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/infer/annotations/pom.xml b/infer/annotations/pom.xml index cf06bdea6..193c2d846 100644 --- a/infer/annotations/pom.xml +++ b/infer/annotations/pom.xml @@ -3,7 +3,7 @@ com.facebook.infer.annotation infer-annotation - 0.17.1-SNAPSHOT + 0.17.2-SNAPSHOT jar Annotations for the Infer static analyzer http://fbinfer.com/ @@ -55,7 +55,7 @@ sonatype-nexus-staging Nexus Release Repository - http://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -85,6 +85,11 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 +