You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/04/23 15:14:16 UTC

[hbase-thirdparty] branch master updated: HBASE-24214 Updated Apache POM to version 23 (#17)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c84b56d  HBASE-24214 Updated Apache POM to version 23 (#17)
c84b56d is described below

commit c84b56d0210555eb79e6bb001b87ab2d2273d659
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Thu Apr 23 17:14:08 2020 +0200

    HBASE-24214 Updated Apache POM to version 23 (#17)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 hbase-shaded-protobuf/pom.xml | 2 --
 pom.xml                       | 4 +---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index 6325fa4..203aa6c 100644
--- a/hbase-shaded-protobuf/pom.xml
+++ b/hbase-shaded-protobuf/pom.xml
@@ -97,7 +97,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.0</version>
       </plugin>
       <!--Apply our patches to the unpacked protobuf src-->
       <plugin>
@@ -127,7 +126,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>3.0.1</version>
         <executions>
           <execution>
             <id>attach-sources</id>
diff --git a/pom.xml b/pom.xml
index d8315cd..72abf9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>23</version>
     <relativePath />
     <!-- no parent resolution -->
   </parent>
@@ -163,7 +163,6 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
           <configuration>
             <excludes>
               <exclude>**/*.versionsBackup</exclude>
@@ -291,7 +290,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>3.2.0</version>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/src.xml</descriptor>