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/03/25 08:01:30 UTC

[cxf] branch master updated (19c0024 -> dd976dd)

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.git.


    from 19c0024  Fixing checkstyle
     new a207359  examples: update plugins
     new dd976dd  cxf-systests-microprofile-weld: rollback wiremock-maven-plugin version

The 2 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:
 distribution/src/main/release/samples/pom.xml |  6 +++---
 systests/microprofile/client/weld/pom.xml     | 10 ++--------
 2 files changed, 5 insertions(+), 11 deletions(-)


[cxf] 01/02: examples: update plugins

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.git

commit a207359e74b2f664dbd78855e7e49e0efe3972b8
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Mar 25 10:58:50 2020 +0300

    examples: update plugins
---
 distribution/src/main/release/samples/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f924c6a..112f6d4 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -191,12 +191,12 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>1.2</version>
+                    <version>1.6</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.2.0</version>
+                    <version>4.2.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.eclipse.jetty</groupId>
@@ -206,7 +206,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.2</version>
+                    <version>3.2.3</version>
                 </plugin>
             </plugins>
         </pluginManagement>


[cxf] 02/02: cxf-systests-microprofile-weld: rollback wiremock-maven-plugin version

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.git

commit dd976dd8731b31b63deb2e60f33db3c77ff1bd09
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Mar 25 10:59:29 2020 +0300

    cxf-systests-microprofile-weld: rollback wiremock-maven-plugin version
---
 systests/microprofile/client/weld/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml
index 126c2f7..c75778c 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -112,14 +112,8 @@
             <plugin>
                 <groupId>uk.co.automatictester</groupId>
                 <artifactId>wiremock-maven-plugin</artifactId>
-                <version>6.0.0</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.github.tomakehurst</groupId>
-                        <artifactId>wiremock</artifactId>
-                        <version>2.26.3</version>
-                    </dependency>
-                </dependencies>
+                <!-- Note, updating to 4.4.1 causes a weird Xalan error when building the distribution -->
+                <version>4.4.0</version>
                 <executions>
                     <execution>
                         <phase>generate-test-sources</phase>