You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/01/29 14:49:28 UTC

[knox] branch master updated (f17167d -> dd0d696)

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

krisden pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.


    from f17167d  KNOX-1750 - Unable to view descriptor service params
     new c050dd2  KNOX-1751 - Upgrade checkstyle to 8.17
     new a95ed96  KNOX-1752 - Upgrade httpclient to 4.5.7
     new dd0d696  KNOX-1753 - Upgrade jacoco-maven-plugin to 0.8.3

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[knox] 02/03: KNOX-1752 - Upgrade httpclient to 4.5.7

Posted by kr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit a95ed96b13c9eb55bee7dfbd9099d736c29d7614
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 28 18:28:38 2019 -0500

    KNOX-1752 - Upgrade httpclient to 4.5.7
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79d7ffa..4b97c8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <hadoop.version>3.2.0</hadoop.version>
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
-        <httpclient.version>4.5.6</httpclient.version>
+        <httpclient.version>4.5.7</httpclient.version>
         <httpcore.version>4.4.11</httpcore.version>
         <jackson.version>2.9.8</jackson.version>
         <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>


[knox] 01/03: KNOX-1751 - Upgrade checkstyle to 8.17

Posted by kr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit c050dd2c6da14e1d0221f328393e0559da0eb72a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 28 18:27:10 2019 -0500

    KNOX-1751 - Upgrade checkstyle to 8.17
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7e9d30e..79d7ffa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <bcprov-jdk15on.version>1.60</bcprov-jdk15on.version>
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
         <cglib.version>3.2.10</cglib.version>
-        <checkstyle.version>8.16</checkstyle.version>
+        <checkstyle.version>8.17</checkstyle.version>
         <commons-beanutils.version>1.9.3</commons-beanutils.version>
         <commons-cli.version>1.4</commons-cli.version>
         <commons-codec.version>1.11</commons-codec.version>


[knox] 03/03: KNOX-1753 - Upgrade jacoco-maven-plugin to 0.8.3

Posted by kr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit dd0d6967805301077004c83c9db8ec2a0948923b
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 28 18:29:31 2019 -0500

    KNOX-1753 - Upgrade jacoco-maven-plugin to 0.8.3
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b97c8c..d903442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <httpclient.version>4.5.7</httpclient.version>
         <httpcore.version>4.4.11</httpcore.version>
         <jackson.version>2.9.8</jackson.version>
-        <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
+        <jacoco-maven-plugin.version>0.8.3</jacoco-maven-plugin.version>
         <jansi.version>1.17.1</jansi.version>
         <javax.activation.version>1.2.0</javax.activation.version>
         <javax.annotation-api.version>1.2</javax.annotation-api.version>