You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/11/06 22:32:21 UTC

svn commit: r1406348 - /directmemory/parent/trunk/pom.xml

Author: olamy
Date: Tue Nov  6 21:32:21 2012
New Revision: 1406348

URL: http://svn.apache.org/viewvc?rev=1406348&view=rev
Log:
add markdown support

Modified:
    directmemory/parent/trunk/pom.xml

Modified: directmemory/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/parent/trunk/pom.xml?rev=1406348&r1=1406347&r2=1406348&view=diff
==============================================================================
--- directmemory/parent/trunk/pom.xml (original)
+++ directmemory/parent/trunk/pom.xml Tue Nov  6 21:32:21 2012
@@ -313,9 +313,9 @@ under the License.
           <version>${site-plugin.version}</version>
           <dependencies>
             <dependency>
-              <groupId>org.codehaus.plexus</groupId>
-              <artifactId>plexus-utils</artifactId>
-              <version>3.0.5</version>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-module-markdown</artifactId>
+              <version>1.3</version>
             </dependency>
           </dependencies>
         </plugin>