You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/08/27 02:49:24 UTC

svn commit: r569937 - /directory/shared/trunk/pom.xml

Author: akarasulu
Date: Sun Aug 26 17:49:24 2007
New Revision: 569937

URL: http://svn.apache.org/viewvc?rev=569937&view=rev
Log:
fixing typo

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=569937&r1=569936&r2=569937&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Sun Aug 26 17:49:24 2007
@@ -120,8 +120,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/directory/shared/releases</t
-agBase>
+          <tagBase>https://svn.apache.org/repos/asf/directory/shared/releases</tagBase>
         </configuration>
       </plugin>
     </plugins>