Another attempt at fixing the builds
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/01d06cee Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/01d06cee Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/01d06cee Branch: refs/heads/master-jaxrs-2.1 Commit: 01d06cee06203b0ba616ca1924f1878aecc1a791 Parents: 565319f Author: Sergey Beryozkin <[email protected]> Authored: Mon May 9 17:36:01 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Mon May 9 17:36:01 2016 +0100 ---------------------------------------------------------------------- integration/spring-boot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/01d06cee/integration/spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/pom.xml b/integration/spring-boot/pom.xml index 21b2641..580767b 100644 --- a/integration/spring-boot/pom.xml +++ b/integration/spring-boot/pom.xml @@ -26,7 +26,7 @@ <url>http://cxf.apache.org</url> <parent> <groupId>org.apache.cxf</groupId> - <artifactId>cxf</artifactId> + <artifactId>cxf-integration</artifactId> <version>3.2.0-SNAPSHOT</version> </parent> <modules>
