You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/07/07 13:11:41 UTC

svn commit: r1143762 - /maven/sandbox/trunk/doxia/doxia-module-markdown/pom.xml

Author: ltheussl
Date: Thu Jul  7 11:11:41 2011
New Revision: 1143762

URL: http://svn.apache.org/viewvc?rev=1143762&view=rev
Log:
[DOXIA-426] upgrade pegdown, this should be java 5 compatible

Modified:
    maven/sandbox/trunk/doxia/doxia-module-markdown/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-module-markdown/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-module-markdown/pom.xml?rev=1143762&r1=1143761&r2=1143762&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-module-markdown/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-module-markdown/pom.xml Thu Jul  7 11:11:41 2011
@@ -51,7 +51,7 @@ under the License.
         <dependency>
             <groupId>org.pegdown</groupId>
             <artifactId>pegdown</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.doxia</groupId>