You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by vi...@apache.org on 2014/04/10 01:35:38 UTC

git commit: Upgraded maven release plugin to 2.4.2

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 <vi...@gmail.com>
Authored: Wed Apr 9 16:34:23 2014 -0700
Committer: Vinayak Borkar <vi...@gmail.com>
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>