You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by lh...@apache.org on 2019/04/17 09:46:11 UTC

[directory-studio] branch master updated: Update pom.xml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ef4dc4  Update pom.xml
     new 99be950  Merge pull request #22 from lhaeger/master
4ef4dc4 is described below

commit 4ef4dc4844b2e7af7f96881841c960938619df54
Author: Lothar Haeger <lo...@is4it.de>
AuthorDate: Wed Apr 17 10:04:17 2019 +0200

    Update pom.xml
    
    Corrected typo
---
 plugins/edirectory/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/edirectory/pom.xml b/plugins/edirectory/pom.xml
index b8a7041..96ee680 100644
--- a/plugins/edirectory/pom.xml
+++ b/plugins/edirectory/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   
   <artifactId>org.apache.directory.studio.edirectory</artifactId>
-  <name>Apache Directory Studio eDirecotry</name>
+  <name>Apache Directory Studio eDirectory</name>
   <packaging>eclipse-plugin</packaging>
   <description />
 </project>