o leave the snapshot as a snapshot if we can't find the mapping file.
the release verifier will find it if forgotten. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f20ca0f45
commit
73f06f85fb
@ -68,7 +68,7 @@ import java.io.File;
|
||||
*
|
||||
* @author <a href="mailto:jason@zenplex.com">Jason van Zyl</a>
|
||||
*
|
||||
* @version $Id: SnapshotResolver.java,v 1.7 2003/02/11 03:27:40 jvanzyl Exp $
|
||||
* @version $Id: SnapshotResolver.java,v 1.8 2003/02/11 03:44:26 jvanzyl Exp $
|
||||
*/
|
||||
public class SnapshotResolver
|
||||
extends AbstractPomTransformer
|
||||
@ -150,7 +150,7 @@ public class SnapshotResolver
|
||||
}
|
||||
else
|
||||
{
|
||||
timestampVersion = "???";
|
||||
timestampVersion = "SNAPSHOT";
|
||||
}
|
||||
|
||||
return timestampVersion;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user