You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2018/01/30 02:17:41 UTC

[cxf] branch master updated: [CXF-7626]ensure new module systests/microprofile can pass with JDK9

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 463cb38  [CXF-7626]ensure new module systests/microprofile can pass with JDK9
     new 388b202  Merge branch 'master' of github.com:apache/cxf
463cb38 is described below

commit 463cb38620d70ded2a2f89c8b4670951323bc996
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Jan 30 10:16:35 2018 +0800

    [CXF-7626]ensure new module systests/microprofile can pass with JDK9
---
 systests/microprofile/pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index c35fe4b..a37679c 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -18,17 +18,19 @@
   ~  under the License.
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <artifactId>cxf-parent</artifactId>
+        <groupId>org.apache.cxf</groupId>
+        <version>3.2.2-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-microprofile-tck</artifactId>
     <packaging>pom</packaging>
     <name>Apache CXF MicroProfile TCKs</name>
     <description>Apache CXF System Tests - MicroProfile TCKs</description>
     <url>http://cxf.apache.org</url>
-    <parent>
-        <groupId>org.apache.cxf.systests</groupId>
-        <artifactId>cxf-systests</artifactId>
-        <version>3.2.2-SNAPSHOT</version>
-    </parent>
     <properties>
         <cxf.geronimo.config.version>1.0</cxf.geronimo.config.version>
         <cxf.microprofile.rest.client.version>1.0</cxf.microprofile.rest.client.version>

-- 
To stop receiving notification emails like this one, please contact
ffang@apache.org.