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

[hbase] branch branch-2 updated: HBASE-23675 Move to Apache parent POM version 22

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

psomogyi pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new c9fa98a  HBASE-23675 Move to Apache parent POM version 22
c9fa98a is described below

commit c9fa98a4d6246a38f7298c951210e0c31122528d
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Jan 10 15:02:02 2020 +0100

    HBASE-23675 Move to Apache parent POM version 22
---
 hbase-build-configuration/pom.xml | 1 -
 pom.xml                           | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/hbase-build-configuration/pom.xml b/hbase-build-configuration/pom.xml
index 512b588..55fe87d 100644
--- a/hbase-build-configuration/pom.xml
+++ b/hbase-build-configuration/pom.xml
@@ -100,7 +100,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>
diff --git a/pom.xml b/pom.xml
index 9379593..cce0ad0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>22</version>
     <relativePath/>
     <!-- no parent resolution -->
   </parent>
@@ -541,7 +541,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>
@@ -1360,7 +1359,6 @@
     <maven.antrun.version>1.8</maven.antrun.version>
     <maven.bundle.version>3.3.0</maven.bundle.version>
     <maven.checkstyle.version>3.0.0</maven.checkstyle.version>
-    <maven.compiler.version>3.8.0</maven.compiler.version>
     <maven.eclipse.version>2.10</maven.eclipse.version>
     <maven.warbucks.version>1.1.0</maven.warbucks.version>
     <os.maven.version>1.5.0.Final</os.maven.version>