You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/01/30 14:19:10 UTC

[incubator-zipkin-brave-karaf] 25/37: spaces not tabs

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch rat
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit 6c0685ae3ad6958f937966f7d836e3c78595db4c
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed Aug 1 14:36:45 2018 +0800

    spaces not tabs
---
 pom.xml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5008b36..2616e8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,9 @@
     the License.
 
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>io.zipkin.brave.karaf</groupId>
@@ -23,20 +25,20 @@
   <packaging>pom</packaging>
 
   <modules>
-		<module>features</module>
-		<module>itests</module>
-		<module>exporter</module>
-		<module>exporter-sender-kafka</module>
-		<module>exporter-sender-okhttp</module>
+    <module>features</module>
+    <module>itests</module>
+    <module>exporter</module>
+    <module>exporter-sender-kafka</module>
+    <module>exporter-sender-okhttp</module>
   </modules>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
 
-		<!-- default bytecode version for src/main -->
-		<main.java.version>1.6</main.java.version>
-		<main.signature.artifact>java16</main.signature.artifact>
+    <!-- default bytecode version for src/main -->
+    <main.java.version>1.6</main.java.version>
+    <main.signature.artifact>java16</main.signature.artifact>
 
     <main.basedir>${project.basedir}</main.basedir>