You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/07/04 07:19:18 UTC

[directory-ldap-api] branch master updated: Fixed some XML syntax

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new e214ec6  Fixed some XML syntax
e214ec6 is described below

commit e214ec6c011fb13c3a47900a3bac28363ec09a80
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Jul 4 09:19:08 2018 +0200

    Fixed some XML syntax
---
 integ-osgi/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index 26d26b6..e94bd82 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -162,7 +162,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <!-- ------------------------------------ -->
+        <!-- ==================================== -->
         <!-- We use 2.19.1 because newer versions -->
         <!-- are slowing down the OSGi tests in a -->
         <!-- terrible way (factor 10 slower).     -->
@@ -170,7 +170,7 @@
         <!-- the JVM shutdown, because the tests  -->
         <!-- themselves are 'fast' (a couple of   -->
         <!-- each).                               -->
-        <!-- ------------------------------------ -->
+        <!-- ==================================== -->
         <version>2.19.1</version>
         <configuration>
             <forkCount>1</forkCount>