You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2016/05/10 23:55:12 UTC

[2/2] cxf git commit: Fixing spring-boot module build files (pom.xml)

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/61765fce
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/61765fce
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/61765fce

Branch: refs/heads/master
Commit: 61765fce367f92dc4338b3b8c6a8a45ef9fcb6dc
Parents: e14d803
Author: reta <dr...@gmail.com>
Authored: Tue May 10 19:54:52 2016 -0400
Committer: reta <dr...@gmail.com>
Committed: Tue May 10 19:54:52 2016 -0400

----------------------------------------------------------------------
 integration/spring-boot/autoconfigure/pom.xml  | 1 +
 integration/spring-boot/pom.xml                | 1 +
 integration/spring-boot/starter-jax-rs/pom.xml | 1 +
 integration/spring-boot/starter-jax-ws/pom.xml | 1 +
 4 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/61765fce/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/61765fce/integration/spring-boot/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spring-boot/pom.xml b/integration/spring-boot/pom.xml
index 580767b..a50fd10 100644
--- a/integration/spring-boot/pom.xml
+++ b/integration/spring-boot/pom.xml
@@ -28,6 +28,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-integration</artifactId>
         <version>3.2.0-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modules>
         <module>autoconfigure</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/61765fce/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/61765fce/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>