You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2023/03/10 20:12:30 UTC

[directory-project] branch master updated: remove duplicate property

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 51f05b14 remove duplicate property
     new 93d6abcf Merge pull request #2 from hboutemy/patch-2
51f05b14 is described below

commit 51f05b142c943074850f0839f0afec3ce63d5d0a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jul 30 12:04:07 2022 +0200

    remove duplicate property
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8fe338b2..d9be5369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -833,11 +833,10 @@
     <!-- ================================================ -->
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.build.outputTimestamp>10</project.build.outputTimestamp>
     <skin.version>1.0.3</skin.version>
     <org.apache.directory.checkstyle-configuration.version>2.0.1</org.apache.directory.checkstyle-configuration.version>
 
-    <!-- Overload the miminum maven version  requirement -->
+    <!-- Overload the miminum maven version requirement -->
     <minimalMavenBuildVersion>3.8.0</minimalMavenBuildVersion>
   </properties>