This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch dont-sign-snapshots in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
commit 6c0685ae3ad6958f937966f7d836e3c78595db4c Author: Adrian Cole <[email protected]> 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>
