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 2015/02/19 18:42:06 UTC

directory-fortress-enmasse git commit: FC-73 - fix copyright javadoc

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 8a1948bb3 -> 8adb2e365


FC-73 - fix copyright javadoc


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/8adb2e36
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/8adb2e36
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/8adb2e36

Branch: refs/heads/master
Commit: 8adb2e365804e96b5fb28988fb9400dfbf84e09c
Parents: 8a1948b
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Feb 19 11:41:34 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Feb 19 11:41:34 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/8adb2e36/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cc80556..9d5144b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -320,8 +320,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <stylesheet>java</stylesheet>
-          <bottom>&lt;small&gt;Copyright &amp;copy; 1998-2014 The OpenLDAP Foundation. All Rights Reserved.
-            Generated ${maven.build.timestamp}.&lt;/small&gt;</bottom>
+          <bottom>&lt;small&gt;Copyright &amp;copy; 2003-2015, The Apache Software Foundation. All Rights Reserved. Generated ${maven.build.timestamp}&lt;/small&gt;</bottom>
           <overview>src/main/java/org/apache/directory/fortress/rest/overview.html</overview>
           <version>true</version>
           <author>true</author>