[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
master
Artem Pyanykh 5 years ago committed by Facebook Github Bot
parent 1f64acf3de
commit 25ccef697a

@ -3,7 +3,7 @@
<groupId>com.facebook.infer.annotation</groupId>
<artifactId>infer-annotation</artifactId>
<version>0.17.1-SNAPSHOT</version>
<version>0.17.2-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Annotations for the Infer static analyzer</description>
<url>http://fbinfer.com/</url>
@ -55,7 +55,7 @@
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
@ -85,6 +85,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
</plugin>
</plugins>
</build>

Loading…
Cancel
Save