Author: jochen
Date: Fri Jan 18 13:35:11 2008
New Revision: 613286
URL: http://svn.apache.org/viewvc?rev=613286&view=rev
Log:
Fixing the broken copyright sign.
Modified:
commons/proper/fileupload/branches/b_1_2_1/pom.xml
Modified: commons/proper/fileupload/branches/b_1_2_1/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b_1_2_1/pom.xml?rev=613286&r1=613285&r2=613286&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b_1_2_1/pom.xml (original)
+++ commons/proper/fileupload/branches/b_1_2_1/pom.xml Fri Jan 18 13:35:11 2008
@@ -184,6 +184,12 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <bottom>Copyright &copy; {inceptionYear}-{currentYear}
{organizationName}. All Rights Reserved.</bottom>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>