shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility)

This commit is contained in:
Juergen Hoeller
2011-06-09 09:58:15 +00:00
parent 9f3026a4e6
commit c60511bf04
17 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
# common dependency versions
aspectj.version=1.6.8.RELEASE
slf4j.version=1.5.6
org.junit.version=4.8.1
org.testng.version=5.12.1
slf4j.version=1.5.3
junit.version=4.8.1
testng.version=5.12.1