Author: olamy
Date: Thu Jun 21 16:49:33 2012
New Revision: 1352612
URL: http://svn.apache.org/viewvc?rev=1352612&view=rev
Log:
configure tagBase for release plugin
Modified:
incubator/directmemory/trunk/pom.xml
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1352612&r1=1352611&r2=1352612&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Jun 21 16:49:33 2012
@@ -333,6 +333,7 @@ under the License.
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<arguments>-Prelease</arguments>
+
<tagBase>https://svn.apache.org/repos/asf/incubator/directmemory/tags</tagBase>
</configuration>
</plugin>
<plugin>