You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2020/01/23 07:35:49 UTC

[hbase-connectors] branch master updated: HBASE-23603 Updated Apache POM to version 22

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

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 423fa92  HBASE-23603 Updated Apache POM to version 22
423fa92 is described below

commit 423fa92f1b7c201b1b469bc71f146bbb2f547883
Author: Jan Hentschel <ja...@apache.org>
AuthorDate: Thu Jan 23 08:35:42 2020 +0100

    HBASE-23603 Updated Apache POM to version 22
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 kafka/hbase-kafka-model/pom.xml | 4 ----
 kafka/hbase-kafka-proxy/pom.xml | 4 ----
 pom.xml                         | 5 +----
 3 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/kafka/hbase-kafka-model/pom.xml b/kafka/hbase-kafka-model/pom.xml
index 6834173..a9dc5fd 100644
--- a/kafka/hbase-kafka-model/pom.xml
+++ b/kafka/hbase-kafka-model/pom.xml
@@ -79,10 +79,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           <skip>true</skip>
diff --git a/kafka/hbase-kafka-proxy/pom.xml b/kafka/hbase-kafka-proxy/pom.xml
index 04c6877..a4372d4 100755
--- a/kafka/hbase-kafka-proxy/pom.xml
+++ b/kafka/hbase-kafka-proxy/pom.xml
@@ -41,10 +41,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           <skip>true</skip>
diff --git a/pom.xml b/pom.xml
index 02781a2..1b5f8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>22</version>
     <relativePath/>
     <!-- no parent resolution -->
   </parent>
@@ -130,7 +130,6 @@
     <java.min.version>${compileSource}</java.min.version>
     <maven.min.version>3.5.0</maven.min.version>
     <hbase.version>2.2.2</hbase.version>
-    <maven.compiler.version>3.8.1</maven.compiler.version>
     <exec.maven.version>1.6.0</exec.maven.version>
     <audience-annotations.version>0.5.0</audience-annotations.version>
     <junit.version>4.12</junit.version>
@@ -349,7 +348,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>${maven.compiler.version}</version>
           <configuration>
             <source>${compileSource}</source>
             <target>${compileSource}</target>
@@ -367,7 +365,6 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
           <configuration>
             <excludes>
               <exclude>target/*</exclude>