Repository: incubator-vxquery Updated Branches: refs/heads/vxquery_0_3_staging a5c8adff4 -> 7b808a55c
Upgraded maven release plugin to 2.4.2 Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/7b808a55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/7b808a55 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/7b808a55 Branch: refs/heads/vxquery_0_3_staging Commit: 7b808a55c128893c36f218c38104c386e1f56472 Parents: a5c8adf Author: Vinayak Borkar <[email protected]> Authored: Wed Apr 9 16:34:23 2014 -0700 Committer: Vinayak Borkar <[email protected]> Committed: Wed Apr 9 16:34:23 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/7b808a55/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1c0ac97..6713d5f 100644 --- a/pom.xml +++ b/pom.xml @@ -432,6 +432,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <version>2.4.2</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration>
