You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/09/01 05:14:43 UTC

incubator-asterixdb git commit: Update release plugin to Apache compatible version

Repository: incubator-asterixdb
Updated Branches:
  refs/heads/master f1de64533 -> 358063912


Update release plugin to Apache compatible version

Change-Id: Ib0bf1acb6842729a7165ad69ee33886625574f67
Reviewed-on: https://asterix-gerrit.ics.uci.edu/371
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/35806391
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/35806391
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/35806391

Branch: refs/heads/master
Commit: 358063912f614b40ae80f1c11dc7837991d9540c
Parents: f1de645
Author: Ian Maxon <im...@apache.org>
Authored: Mon Aug 31 10:22:41 2015 -1000
Committer: Ian Maxon <im...@apache.org>
Committed: Mon Aug 31 20:12:20 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/35806391/pom.xml
----------------------------------------------------------------------
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>