Hello, how can I use last known good snapshot, if the latest isn't working? Let's say a third party or in-house snapshot jar is downloaded to my local repo which brakes my application. If I don't want to use for example: tapestry-framework-4.1.2-SNAPSHOT.jar and instead want a few days older one tapestry-framework-4.1.2-20070321.174345-38.jar
What should my dependency section look like? Is it possible to use jars based on date/time? Thanks, Borut
