You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/04/15 21:05:43 UTC

directory-fortress-core git commit: change javadoc title

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 6dca32280 -> 1095df97f


change javadoc title


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/1095df97
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/1095df97
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/1095df97

Branch: refs/heads/master
Commit: 1095df97fbd3f9819bbead4d65fb205f592c3ade
Parents: 6dca322
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Apr 15 04:26:33 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Apr 15 04:26:33 2016 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/1095df97/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e94f7b8..32a1af2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,8 +660,8 @@
           <includes />
           <version>true</version>
           <author>true</author>
-          <doctitle>Fortress Identity and Access Management Javadoc ${project.version}</doctitle>
-          <windowtitle>Apache Fortress Identity and Access Management Javadoc ${project.version}</windowtitle>
+          <doctitle>Fortress Core Javadoc ${project.version}</doctitle>
+          <windowtitle>Apache Fortress Core Javadoc ${project.version}</windowtitle>
         </configuration>
       </plugin>