Ian Maxon has submitted this change and it was merged. Change subject: Update release plugin to Apache compatible version ......................................................................
Update release plugin to Apache compatible version Change-Id: Ib0bf1acb6842729a7165ad69ee33886625574f67 Reviewed-on: https://asterix-gerrit.ics.uci.edu/371 Tested-by: Jenkins <[email protected]> Reviewed-by: Till Westmann <[email protected]> --- M pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: Verified diff --git a/pom.xml b/pom.xml index 98ca195..f756fce 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.1</version> + <version>2.5.2</version> <configuration> <goals>package source:jar javadoc:jar deploy:deploy</goals> </configuration> -- To view, visit https://asterix-gerrit.ics.uci.edu/371 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib0bf1acb6842729a7165ad69ee33886625574f67 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
