Author: olamy
Date: Tue Aug 21 15:58:29 2012
New Revision: 1375632
URL: http://svn.apache.org/viewvc?rev=1375632&view=rev
Log:
fix release plugin tagBase
Modified:
directmemory/trunk/pom.xml
Modified: directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/directmemory/trunk/pom.xml?rev=1375632&r1=1375631&r2=1375632&view=diff
==============================================================================
--- directmemory/trunk/pom.xml (original)
+++ directmemory/trunk/pom.xml Tue Aug 21 15:58:29 2012
@@ -350,7 +350,7 @@ under the License.
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
<arguments>-Prelease</arguments>
-
<tagBase>https://svn.apache.org/repos/asf/incubator/directmemory/tags</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/directmemory/tags</tagBase>
</configuration>
</plugin>
<plugin>