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-operator-tools.git
The following commit(s) were added to refs/heads/master by this push:
new b94adcf HBASE-23714 Updated to version 22 of the Apache parent POM
b94adcf is described below
commit b94adcf78d5d2c0c900833fc2c6f8ec72269581e
Author: Jan Hentschel <[email protected]>
AuthorDate: Mon Jan 27 13:02:05 2020 +0100
HBASE-23714 Updated to version 22 of the Apache parent POM
Signed-off-by: Peter Somogyi <[email protected]>
---
pom.xml | 20 +-------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index b83afe9..943b179 100644
--- 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>
@@ -127,8 +127,6 @@
<java.min.version>${compileSource}</java.min.version>
<maven.min.version>3.3.3</maven.min.version>
<hbase.version>2.1.6</hbase.version>
- <maven.compiler.version>3.6.1</maven.compiler.version>
- <surefire.version>2.21.0</surefire.version>
<surefire.provider>surefire-junit47</surefire.provider>
<test.output.tofile>true</test.output.tofile>
<checkstyle.version>8.18</checkstyle.version>
@@ -160,14 +158,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-remote-resources-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!--You need this profile. It'll sign your artifacts.
@@ -186,7 +176,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>
@@ -204,7 +193,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>${surefire.version}</version>
<dependencies>
<!-- by default surefire selects dynamically the connector to the
unit tests
tool. We want to use always the same as the different connectors
can have different
@@ -235,11 +223,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>${surefire.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
@@ -254,7 +237,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.11</version>
<configuration>
<excludes>
<exclude>**/*.versionsBackup</exclude>