You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/11 18:04:58 UTC

svn commit: r1101936 - /incubator/opennlp/site/trunk/content/opennlp/maven-dependency.mdtext

Author: joern
Date: Wed May 11 16:04:58 2011
New Revision: 1101936

URL: http://svn.apache.org/viewvc?rev=1101936&view=rev
Log:
OPENNLP-117 Fixed code element

Modified:
    incubator/opennlp/site/trunk/content/opennlp/maven-dependency.mdtext

Modified: incubator/opennlp/site/trunk/content/opennlp/maven-dependency.mdtext
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/content/opennlp/maven-dependency.mdtext?rev=1101936&r1=1101935&r2=1101936&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/maven-dependency.mdtext (original)
+++ incubator/opennlp/site/trunk/content/opennlp/maven-dependency.mdtext Wed May 11 16:04:58 2011
@@ -18,7 +18,7 @@ To use the OpenNLP Tools define the foll
       <artifactId>opennlp-tools</artifactId>
       <version>1.5.1-incubating</version>
     </dependency>
-<code>
+</code>
 
 ## OpenNLP UIMA Annotators Dependency
 
@@ -30,7 +30,7 @@ To use the OpenNLP UIMA Annotators defin
       <artifactId>opennlp-uima</artifactId>
       <version>1.5.1-incubating</version>
     </dependency>
-<code>
+</code>
 
 ## OpenNLP Maxent Dependency
 
@@ -42,4 +42,4 @@ To use OpenNLP Maxent define the followi
       <artifactId>opennlp-maxent</artifactId>
       <version>3.0.1-incubating</version>
     </dependency>
-<code>
+</code>