7.0-SNAPSHOT will always point to the latest snapshot.
I'll clean out the snapshot repo before I do the next update
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@963275
13f79535-47bb-0310-9956-
ffa450edef68
<antcall target="generic-deploy">
<param name="maven.repo.repositoryId" value="${maven.snapshot.repo.repositoryId}"/>
<param name="maven.repo.url" value="${maven.snapshot.repo.url}"/>
- <param name="maven.deploy.version" value="${maven.snapshot.deploy.version}"/>
+ <param name="maven.deploy.version" value="7.0-SNAPSHOT"/>
</antcall>
</target>
#Maven snapshot properties
maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
maven.snapshot.repo.repositoryId=apache.snapshots
-maven.snapshot.deploy.version=7.0.1-SNAPSHOT
#Maven release properties for Tomcat staging
maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository