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 2019/05/31 10:21:51 UTC

[cxf] branch master updated (37fecc9 -> ec1f1bb)

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 37fecc9  Merge branch 'master' of github.com:apache/cxf
     new bdd1210  Update org.eclipse.microprofile.rest.client
     new ec1f1bb  Update wiremock-maven-plugin

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:
 parent/pom.xml                            | 2 +-
 systests/microprofile/client/weld/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 01/02: Update org.eclipse.microprofile.rest.client

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 bdd121031c94f9b1c25151c99c12973a2a51d360
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri May 31 13:20:02 2019 +0300

    Update org.eclipse.microprofile.rest.client
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d532f45..9762c8e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,7 +251,7 @@
         <cxf.pmd.eclipse.ruleset.ext />
         <cxf.resources.base.path />
         <cxf.reactor.version>3.2.9.RELEASE</cxf.reactor.version>
-        <cxf.microprofile.rest.client.version>1.3.1</cxf.microprofile.rest.client.version>
+        <cxf.microprofile.rest.client.version>1.3.2</cxf.microprofile.rest.client.version>
         <cxf.microprofile.config.version>1.1</cxf.microprofile.config.version>
     </properties>
     <build>


[cxf] 02/02: Update wiremock-maven-plugin

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 ec1f1bbca53a5831856fd922af83e763ed8f4d5d
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri May 31 13:20:20 2019 +0300

    Update wiremock-maven-plugin
---
 systests/microprofile/client/weld/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml
index b608f94..1d8f0a5 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -94,7 +94,7 @@
             <plugin>
                 <groupId>uk.co.automatictester</groupId>
                 <artifactId>wiremock-maven-plugin</artifactId>
-                <version>4.1.0</version>
+                <version>4.4.1</version>
                 <executions>
                     <execution>
                         <phase>generate-test-sources</phase>
@@ -102,7 +102,7 @@
                             <goal>run</goal>
                         </goals>
                         <configuration>
-                            <dir>target/classes</dir>
+                            <dir>${project.build.outputDirectory}</dir>
                             <params>${cxf.wiremock.params}</params>
                         </configuration>
                     </execution>