[23/40] phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-08-23 Thread maryannxue
PHOENIX-2155 Add gpg signing to release profile


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

Branch: refs/heads/calcite
Commit: e4ed2d9f6f046ebc510ab3c78a1b3b8a9c39d0aa
Parents: 7e21b8b
Author: Mujtaba 
Authored: Wed Jul 29 13:06:52 2015 -0700
Committer: Mujtaba 
Committed: Wed Jul 29 13:06:52 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e4ed2d9f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ac0e5c7..bda6628 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,9 +788,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-
   
 



[08/12] phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-08-11 Thread jamestaylor
PHOENIX-2155 Add gpg signing to release profile


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

Branch: refs/heads/4.5-HBase-1.1
Commit: f2b94a7bf0463900dcf8a331f2dd12491a0cf622
Parents: fc6f392
Author: Mujtaba 
Authored: Wed Jul 29 13:06:52 2015 -0700
Committer: James Taylor 
Committed: Tue Aug 11 18:44:51 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/f2b94a7b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 2e2c6c2..cce0311 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,9 +788,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-
   
 



[08/12] phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-08-11 Thread jamestaylor
PHOENIX-2155 Add gpg signing to release profile


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/01825ccf
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/01825ccf
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/01825ccf

Branch: refs/heads/4.5-HBase-1.0
Commit: 01825ccf7d8fb1391f92a8cff818f0106dab036e
Parents: 58f0236
Author: Mujtaba 
Authored: Wed Jul 29 13:06:52 2015 -0700
Committer: James Taylor 
Committed: Tue Aug 11 18:42:11 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/01825ccf/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8543eb4..10826f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -749,9 +749,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-
   
 



[04/12] phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-08-11 Thread jamestaylor
PHOENIX-2155 Add gpg signing to release profile


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0fcefaad
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0fcefaad
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0fcefaad

Branch: refs/heads/4.5-HBase-0.98
Commit: 0fcefaad403bc15399b26b9a426cd8fcd082dba1
Parents: 3f03ced
Author: Mujtaba 
Authored: Wed Jul 29 13:06:52 2015 -0700
Committer: James Taylor 
Committed: Tue Aug 11 18:36:52 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0fcefaad/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0c83b37..0339860 100644
--- a/pom.xml
+++ b/pom.xml
@@ -750,9 +750,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-
   
 



phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-07-29 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master 7e21b8b98 -> e4ed2d9f6


PHOENIX-2155 Add gpg signing to release profile


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

Branch: refs/heads/master
Commit: e4ed2d9f6f046ebc510ab3c78a1b3b8a9c39d0aa
Parents: 7e21b8b
Author: Mujtaba 
Authored: Wed Jul 29 13:06:52 2015 -0700
Committer: Mujtaba 
Committed: Wed Jul 29 13:06:52 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e4ed2d9f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ac0e5c7..bda6628 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,9 +788,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-
   
 



phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-07-29 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 7d3dfe9b7 -> 41b82c5ec


PHOENIX-2155 Add gpg signing to release profile


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/41b82c5e
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/41b82c5e
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/41b82c5e

Branch: refs/heads/4.x-HBase-1.0
Commit: 41b82c5ecc53e24a1d683343262de9397a593cf3
Parents: 7d3dfe9
Author: Mujtaba 
Authored: Wed Jul 29 13:05:38 2015 -0700
Committer: Mujtaba 
Committed: Wed Jul 29 13:05:38 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/41b82c5e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8543eb4..10826f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -749,9 +749,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-
   
 



phoenix git commit: PHOENIX-2155 Add gpg signing to release profile

2015-07-29 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 be431e9b1 -> c2df17656


PHOENIX-2155 Add gpg signing to release profile


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

Branch: refs/heads/4.x-HBase-0.98
Commit: c2df176565258a2781a1724993cd95340951473f
Parents: be431e9
Author: Mujtaba 
Authored: Wed Jul 29 13:02:48 2015 -0700
Committer: Mujtaba 
Committed: Wed Jul 29 13:02:48 2015 -0700

--
 pom.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c2df1765/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 6865273..13e7cb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -750,9 +750,22 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+  sign-artifacts
+  verify
+
+  sign
+
+  
+
+  
 
   
 
-