From 11261f1530415ddbb39cfdf18805a145ad8fc1c9 Mon Sep 17 00:00:00 2001 From: samskivert Date: Thu, 9 Dec 2010 17:15:25 +0000 Subject: [PATCH] Adding version ranges seems to make Maven go out looking for newer versions. It doesn't just indicate leniency in the face of conflict. Jesus fucking christ. Anyhow, we can't cope with velocity-1.7.1-beta, so we have to provide a "soft" recommendation for velocity-1.6.4. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2967 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9cab1f7a..fd03deef 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ org.apache.velocity velocity - [1.6.4,) + 1.6.4 compile true