diongillard 04/02/18 23:09:41
Modified: word2html project.xml
Log:
Fix name.
Revision Changes Path
1.2 +1 -1 maven-plugins/word2html/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 19 Feb 2004 05:19:14 -0000 1.1
+++ project.xml 19 Feb 2004 07:09:40 -0000 1.2
@@ -4,7 +4,7 @@
<extend>../plugin-project.xml</extend>
<!--pomVersion is in parent -->
<id>maven-word2html-plugin</id>
- <name>Maven Word to HTML Plug-in</name>
+ <name>Word to HTML Plug-in</name>
<!-- groupId is in parent -->
<currentVersion>1.4</currentVersion>
<!-- organization is in parent -->
|