You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by bz...@apache.org on 2016/01/09 01:51:46 UTC

incubator-zeppelin git commit: Hotfix: Update maven-gpg-plugin and remove things failing deploy

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master c54b8821f -> 51812cb80


Hotfix: Update maven-gpg-plugin and remove things failing deploy

This PR updates plugin GPG version as well as fix `mvn deploy` to play nice again with the release plugin.

This will enable to make a release again, using the [doc on wiki](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61335169)

Author: Alexander Bezzubov <bz...@apache.org>

Closes #612 from bzz/fix/release-using-gpg21 and squashes the following commits:

cf396b1 [Alexander Bezzubov] Update maven-gpg-plugin and remove things failing deploy


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

Branch: refs/heads/master
Commit: 51812cb80c4a86083303ff382401c0ad096ac54a
Parents: c54b882
Author: Alexander Bezzubov <bz...@apache.org>
Authored: Fri Jan 8 21:45:33 2016 +0900
Committer: Alexander Bezzubov <bz...@apache.org>
Committed: Sat Jan 9 09:51:28 2016 +0900

----------------------------------------------------------------------
 pom.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/51812cb8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 88d38aa..9d5b572 100755
--- a/pom.xml
+++ b/pom.xml
@@ -694,7 +694,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.6</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>
@@ -709,15 +709,5 @@
       </build>
     </profile>
   </profiles>
-  <distributionManagement>
-    <site>
-      <id>Website</id>
-      <url>${site_url}</url>
-    </site>
-    <repository>
-      <id>${repoid}</id>
-      <name>${reponame}</name>
-      <url>${repourl}</url>
-    </repository>
-  </distributionManagement>
+
 </project>