Repository: cxf Updated Branches: refs/heads/master 61765fce3 -> 4149e50e3 (forced update)
Fixing spring-boot module build files (pom.xml) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4149e50e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4149e50e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4149e50e Branch: refs/heads/master Commit: 4149e50e39a8d4ffb71924d42def376b634ef64a Parents: e14d803 Author: reta <[email protected]> Authored: Tue May 10 19:54:52 2016 -0400 Committer: reta <[email protected]> Committed: Tue May 10 20:38:10 2016 -0400 ---------------------------------------------------------------------- integration/spring-boot/autoconfigure/pom.xml | 1 + integration/spring-boot/starter-jax-rs/pom.xml | 1 + integration/spring-boot/starter-jax-ws/pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4149e50e/integration/spring-boot/autoconfigure/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml index 3608885..f22048c 100644 --- a/integration/spring-boot/autoconfigure/pom.xml +++ b/integration/spring-boot/autoconfigure/pom.xml @@ -28,6 +28,7 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.2.0-SNAPSHOT</version> + <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> <!-- Compile --> http://git-wip-us.apache.org/repos/asf/cxf/blob/4149e50e/integration/spring-boot/starter-jax-rs/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/starter-jax-rs/pom.xml b/integration/spring-boot/starter-jax-rs/pom.xml index 1bc54db..a08889b 100644 --- a/integration/spring-boot/starter-jax-rs/pom.xml +++ b/integration/spring-boot/starter-jax-rs/pom.xml @@ -28,6 +28,7 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.2.0-SNAPSHOT</version> + <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/4149e50e/integration/spring-boot/starter-jax-ws/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/starter-jax-ws/pom.xml b/integration/spring-boot/starter-jax-ws/pom.xml index 6117393..03aabb0 100644 --- a/integration/spring-boot/starter-jax-ws/pom.xml +++ b/integration/spring-boot/starter-jax-ws/pom.xml @@ -28,6 +28,7 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.2.0-SNAPSHOT</version> + <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> <dependency>
