You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/10 23:41:54 UTC

svn commit: r527316 - /incubator/openjpa/branches/0.9.7-incubating/pom.xml

Author: mikedd
Date: Tue Apr 10 14:41:53 2007
New Revision: 527316

URL: http://svn.apache.org/viewvc?view=rev&rev=527316
Log:
typo #2

Modified:
    incubator/openjpa/branches/0.9.7-incubating/pom.xml

Modified: incubator/openjpa/branches/0.9.7-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/pom.xml?view=diff&rev=527316&r1=527315&r2=527316
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/pom.xml Tue Apr 10 14:41:53 2007
@@ -159,7 +159,7 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.0-beta-4</version>          
                     <configuration>
-                        <tagBase>https://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/tags/</tagBase>
+                        <tagBase>https://svn.apache.org/repos/asf/incubator/openjpa/branches/0.9.7-incubating/tags/</tagBase>
                     </configuration>
                 </plugin>
             </plugins>