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 01:38:31 UTC

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

Repository: incubator-asterixdb-hyracks
Updated Branches:
  refs/heads/master c48212764 -> fb3a41150


Update release plugin to Apache compatible version

Change-Id: Ic89ffc6f8276737cdb079287909f9fd294c7d985
Reviewed-on: https://asterix-gerrit.ics.uci.edu/370
Reviewed-by: Ian Maxon <im...@apache.org>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


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

Branch: refs/heads/master
Commit: fb3a4115036580ac3ddd49d7eaff505f2a025cff
Parents: c482127
Author: Ian Maxon <im...@apache.org>
Authored: Mon Aug 31 10:12:58 2015 -1000
Committer: Ian Maxon <im...@apache.org>
Committed: Mon Aug 31 16:36:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/fb3a4115/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91d44c4..5711f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,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>