This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag japicmp-base-0.1.1 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit b95aa544d218dfcd37a05508d559fd285f0f6dbd Author: siom79 <martin.m...@googlemail.com> AuthorDate: Mon Jun 30 22:50:54 2014 +0200 Updated maven release plugin configuration --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 538d31d..02d4f44 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.4.1</version> + <version>2.5</version> + <configuration> + <remoteTagging>false</remoteTagging> + <suppressCommitBeforeTag>false</suppressCommitBeforeTag> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>