You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/30 07:02:22 UTC

[sling-parent] branch master updated: trivial: remove superfluous spaces

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b85bf0c  trivial: remove superfluous spaces
b85bf0c is described below

commit b85bf0c112b3c211b28c51280ea847c648ef18eb
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jun 30 09:02:17 2022 +0200

    trivial: remove superfluous spaces
---
 sling-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 4208643..c92c764 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -406,7 +406,7 @@
                                 </goals>
                                 <configuration>
                                     <dataFile>${project.build.directory}/jacoco-it.exec</dataFile>
-                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
+                                    <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
                                 </configuration>
                             </execution>
                             <execution>
@@ -436,7 +436,7 @@
                                 </goals>
                                 <configuration>
                                     <dataFile>${project.build.directory}/jacoco-merged.exec</dataFile>
-                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-merged</outputDirectory>
+                                    <outputDirectory>${project.reporting.outputDirectory}/jacoco-merged</outputDirectory>
                                 </configuration>
                             </execution>
                         </executions>