You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/03/07 16:41:54 UTC

svn commit: r1453920 - /maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt

Author: olamy
Date: Thu Mar  7 15:41:53 2013
New Revision: 1453920

URL: http://svn.apache.org/r1453920
Log:
fix typo

Modified:
    maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt

Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt?rev=1453920&r1=1453919&r2=1453920&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt (original)
+++ maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt Thu Mar  7 15:41:53 2013
@@ -242,7 +242,7 @@ Introduction to the POM
     <groupId>com.mycompany.app</groupId>
     <artifactId>my-app</artifactId>
     <version>1</version>
-    <relativePath>.../parent/pom.xml</relativePath>
+    <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>my-module</artifactId>