HBASE-23675 Move to Apache parent POM version 22
This commit is contained in:
parent
2e0edacf72
commit
c473f355fc
|
@ -99,7 +99,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>
|
||||
|
|
4
pom.xml
4
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>
|
||||
|
@ -691,7 +691,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>
|
||||
|
@ -1528,7 +1527,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>
|
||||
<maven.project.info.report.version>2.9</maven.project.info.report.version>
|
||||
|
|
Loading…
Reference in New Issue