You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/07/01 12:05:17 UTC

[cxf-fediz] branch master updated (e912af7 -> 2b6ce42)

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

buhhunyx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.


    from e912af7  Update to CXF 3.3.7
     new dd9ab7a  Upgrade to HtmlUnit 2.41.0
     new 3b5b667  Upgrade to Maven War Plugin 3.3.0
     new 2b6ce42  Upgrade to Jetty 9.4.30.v20200611

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(-)


[cxf-fediz] 01/03: Upgrade to HtmlUnit 2.41.0

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit dd9ab7a15e9d31a5f60c636e05b17949d9322f27
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Tue Jun 30 17:35:01 2020 +0300

    Upgrade to HtmlUnit 2.41.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d5e51a6..9ab25a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <ehcache3.version>3.0.3</ehcache3.version>
         <jcache.version>1.0.0</jcache.version>
         <hsqldb.version>2.5.0</hsqldb.version>
-        <htmlunit.version>2.40.0</htmlunit.version>
+        <htmlunit.version>2.41.0</htmlunit.version>
         <jackson.version>2.10.4</jackson.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jetty9.version>9.4.28.v20200408</jetty9.version>


[cxf-fediz] 03/03: Upgrade to Jetty 9.4.30.v20200611

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 2b6ce42a4eea759170e6160103341017b94a1ad0
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jul 1 15:03:22 2020 +0300

    Upgrade to Jetty 9.4.30.v20200611
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f43993..7cd23ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
         <htmlunit.version>2.41.0</htmlunit.version>
         <jackson.version>2.10.4</jackson.version>
         <jaxb.version>2.3.2</jaxb.version>
-        <jetty9.version>9.4.28.v20200408</jetty9.version>
+        <jetty9.version>9.4.30.v20200611</jetty9.version>
         <junit.version>4.13</junit.version>
         <kerby.version>2.0.1</kerby.version>
         <log4j.version>1.2.17</log4j.version>


[cxf-fediz] 02/03: Upgrade to Maven War Plugin 3.3.0

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 3b5b667789bebf4f456e23f564bc476e699b2c21
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jul 1 15:01:36 2020 +0300

    Upgrade to Maven War Plugin 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ab25a6..6f43993 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,7 +630,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.3</version>
+                    <version>3.3.0</version>
                </plugin>
             </plugins>
         </pluginManagement>