This is an automated email from the ASF dual-hosted git repository.

pboado pushed a commit to branch 4.x-HBase-1.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 42511fb880151962beb0005d2f514ac5c48acf33
Author: Josh Elser <els...@apache.org>
AuthorDate: Fri May 24 17:02:11 2019 +0100

    PHOENIX-5297 POM cleanup and de-duplication
    
    Signed-off-by: Geoffrey Jacoby <gjac...@apache.org>
---
 phoenix-core/pom.xml  | 14 --------------
 phoenix-pherf/pom.xml |  7 -------
 pom.xml               |  8 ++++----
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 3aab0ed..99cab92 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -10,20 +10,6 @@
   <name>Phoenix Core</name>
   <description>Core Phoenix codebase</description>
 
-  <licenses>
-      <license>
-          <name>The Apache Software License, Version 2.0</name>
-          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-          <distribution>repo</distribution>
-          <comments />
-      </license>
-  </licenses>
-
-  <organization>
-      <name>Apache Software Foundation</name>
-      <url>http://www.apache.org</url>
-  </organization>
-
   <properties>
     <top.dir>${project.basedir}/..</top.dir>
     <argparse4j.version>0.8.1</argparse4j.version>
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 8640b3a..6463c8f 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -27,13 +27,6 @@
                <shaded.package>org.apache.phoenix.shaded</shaded.package>
        </properties>
 
-       <repositories>
-               <repository>
-                       <id>apache release</id>
-                       
<url>https://repository.apache.org/content/repositories/releases/</url>
-               </repository>
-       </repositories>
-
        <dependencies>
                <dependency>
                        <groupId>org.apache.phoenix</groupId>
diff --git a/pom.xml b/pom.xml
index 83119ce..4ed9b89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
       <comments/>
     </license>
@@ -19,7 +19,7 @@
 
   <organization>
     <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
+    <url>https://www.apache.org</url>
   </organization>
 
   <modules>
@@ -45,7 +45,7 @@
   </parent>
 
   <scm>
-    
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/phoenix.git</connection>
+    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/phoenix.git</connection>
     <url>https://git-wip-us.apache.org/repos/asf/phoenix.git</url>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/phoenix.git</developerConnection>
   </scm>
@@ -409,7 +409,7 @@
         <configuration>
           <quiet>true</quiet>
           <links>
-            <link>http://hbase.apache.org/apidocs/</link>
+            <link>https://hbase.apache.org/apidocs/</link>
           </links>
         </configuration>
         <executions>

Reply via email to