Skip to content

Commit c473f35

Browse files
committed
HBASE-23675 Move to Apache parent POM version 22
1 parent 2e0edac commit c473f35

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

hbase-build-configuration/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-compiler-plugin</artifactId>
102-
<version>${maven.compiler.version}</version>
103102
<configuration>
104103
<source>${compileSource}</source>
105104
<target>${compileSource}</target>

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.apache</groupId>
3434
<artifactId>apache</artifactId>
35-
<version>21</version>
35+
<version>22</version>
3636
<relativePath/>
3737
<!-- no parent resolution -->
3838
</parent>
@@ -691,7 +691,6 @@
691691
<plugin>
692692
<groupId>org.apache.maven.plugins</groupId>
693693
<artifactId>maven-compiler-plugin</artifactId>
694-
<version>${maven.compiler.version}</version>
695694
<configuration>
696695
<source>${compileSource}</source>
697696
<target>${compileSource}</target>
@@ -1528,7 +1527,6 @@
15281527
<maven.antrun.version>1.8</maven.antrun.version>
15291528
<maven.bundle.version>3.3.0</maven.bundle.version>
15301529
<maven.checkstyle.version>3.0.0</maven.checkstyle.version>
1531-
<maven.compiler.version>3.8.0</maven.compiler.version>
15321530
<maven.eclipse.version>2.10</maven.eclipse.version>
15331531
<maven.warbucks.version>1.1.0</maven.warbucks.version>
15341532
<maven.project.info.report.version>2.9</maven.project.info.report.version>

0 commit comments

Comments
 (0)