[jira] [Commented] (HBASE-23813) Get surefire version from parent pom rather than define it in hbase-archetypes

2020-02-09 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-23813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17033177#comment-17033177
 ] 

Hudson commented on HBASE-23813:


Results for branch master
[build #1624 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1624/]: (x) 
*{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1624//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1624//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/1624//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Get surefire version from parent pom rather than define it in hbase-archetypes
> --
>
> Key: HBASE-23813
> URL: https://issues.apache.org/jira/browse/HBASE-23813
> Project: HBase
>  Issue Type: Bug
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Trivial
> Fix For: 3.0.0, 2.3.0
>
>
> Minor, minor issue. Remove version specification when should be inheriting 
> from parent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-23813) Get surefire version from parent pom rather than define it in hbase-archetypes

2020-02-08 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-23813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17033085#comment-17033085
 ] 

Hudson commented on HBASE-23813:


Results for branch branch-2
[build #2462 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2462/]: 
(/) *{color:green}+1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2462//General_Nightly_Build_Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2462//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2462//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Get surefire version from parent pom rather than define it in hbase-archetypes
> --
>
> Key: HBASE-23813
> URL: https://issues.apache.org/jira/browse/HBASE-23813
> Project: HBase
>  Issue Type: Bug
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Trivial
> Fix For: 3.0.0, 2.3.0
>
>
> Minor, minor issue. Remove version specification when should be inheriting 
> from parent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-23813) Get surefire version from parent pom rather than define it in hbase-archetypes

2020-02-07 Thread Michael Stack (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-23813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17032726#comment-17032726
 ] 

Michael Stack commented on HBASE-23813:
---

Just does this:
{code}
diff --git a/hbase-archetypes/hbase-client-project/pom.xml 
b/hbase-archetypes/hbase-client-project/pom.xml
index 8327e9ab95..4cce0003fe 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -37,8 +37,6 @@
 UTF-8
 ${compileSource}
 ${compileSource}
-2.19
-4.12
   
   
 
diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml 
b/hbase-archetypes/hbase-shaded-client-project/pom.xml
index eef7934401..a10de2c5d1 100644
--- a/hbase-archetypes/hbase-shaded-client-project/pom.xml
+++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml
@@ -37,8 +37,6 @@
 UTF-8
 ${compileSource}
 ${compileSource}
-2.19
-4.12
   
   
 
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/master/Replicati
{code}

> Get surefire version from parent pom rather than define it in hbase-archetypes
> --
>
> Key: HBASE-23813
> URL: https://issues.apache.org/jira/browse/HBASE-23813
> Project: HBase
>  Issue Type: Bug
>Reporter: Michael Stack
>Priority: Trivial
>
> Minor, minor issue. Remove version specification when should be inheriting 
> from parent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)