Given the huge size of the SLF4J user base, we need a more lenient version 
check mechanism. For example, we can't expect external implementations such as
Mina, jetty, jboss to follow SLF4J's release schedule. We just can't.

This commit changes the version check policy to become elective. The FAQ includes an entry explaining 
the logic.




diff --git a/goVersion.sh b/goVersion.sh
index 9f19e97..77105f8 100644
--- a/goVersion.sh
+++ b/goVersion.sh
@@ -4,4 +4,4 @@
 find . -name "pom.xml" |xargs perl version.pl ${VER}
 echo "Changing Java files"
 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
-find slf4j-api -name "LoggerFactory.java" |xargs perl binderVersion.pl ${VER}
+