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/09 23:38:15 UTC

[08/16] cxf git commit: Removing relative paths in spring boot modules

Removing relative paths in spring boot modules


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/671b1cfc
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/671b1cfc
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/671b1cfc

Branch: refs/heads/master-jaxrs-2.1
Commit: 671b1cfce0c423a1e9e8392fdd1750697fa968df
Parents: 6242c68
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Mon May 9 14:57:55 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Mon May 9 14:57:55 2016 +0100

----------------------------------------------------------------------
 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 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/671b1cfc/integration/spring-boot/autoconfigure/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml
index f22048c..3608885 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -28,7 +28,6 @@
         <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/671b1cfc/integration/spring-boot/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spring-boot/pom.xml b/integration/spring-boot/pom.xml
index d802ac7..21b2641 100644
--- a/integration/spring-boot/pom.xml
+++ b/integration/spring-boot/pom.xml
@@ -28,7 +28,6 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</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/671b1cfc/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 a08889b..1bc54db 100644
--- a/integration/spring-boot/starter-jax-rs/pom.xml
+++ b/integration/spring-boot/starter-jax-rs/pom.xml
@@ -28,7 +28,6 @@
         <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/671b1cfc/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 03aabb0..6117393 100644
--- a/integration/spring-boot/starter-jax-ws/pom.xml
+++ b/integration/spring-boot/starter-jax-ws/pom.xml
@@ -28,7 +28,6 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
         <version>3.2.0-SNAPSHOT</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>
         <dependency>