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 13:51:30 +00:00
parent a8ab9af002
commit 7a6b2cfe1f
21 changed files with 81 additions and 81 deletions

View File

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