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 22:11:20 UTC

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

Author: mikedd
Date: Tue Apr 10 13:11:20 2007
New Revision: 527271

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

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=527271&r1=527270&r2=527271
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/pom.xml Tue Apr 10 13:11:20 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/openjpa-0.9.7/tags/</tagBase>
+                        <tagBase>https://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/tags/</tagBase>
                     </configuration>
                 </plugin>
             </plugins>