Preparing for a 1.0-alpha-1 release.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-06-01 15:48:00 +00:00
parent aaf70b0a6b
commit 91f96f8101
1 changed files with 2 additions and 3 deletions

View File

@ -173,9 +173,8 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>
https://svn.apache.org/repos/asf/maven/archiva/tags
</tagBase>
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
<plugin>