This is an automated email from the ASF dual-hosted git repository. johndament pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit df5d05d1a307b8391a3ef278ddc441805e9296f6 Author: John D. Ament <[email protected]> AuthorDate: Tue Dec 19 15:05:35 2017 -0500 [CXF-7579] Fixing parent path location. --- systests/microprofile/client/weld/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml index ee731b2..0235119 100644 --- a/systests/microprofile/client/weld/pom.xml +++ b/systests/microprofile/client/weld/pom.xml @@ -20,9 +20,10 @@ <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/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>cxf-systests-cdi</artifactId> + <artifactId>cxf-microprofile-tck</artifactId> <groupId>org.apache.cxf.systests</groupId> <version>3.2.2-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
