diff options
-rw-r--r-- | idrop-web/application.properties | 2 | ||||
-rw-r--r-- | idrop-web/grails-app/conf/BuildConfig.groovy | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/idrop-web/application.properties b/idrop-web/application.properties index e9a09d3..7fb7fbf 100644 --- a/idrop-web/application.properties +++ b/idrop-web/application.properties @@ -3,7 +3,7 @@ app.grails.version=1.3.7 app.name=idrop-web app.servlet.version=2.4 -app.version=0.9.8-SNAPSHOT +app.version=0.9.8 plugins.acegi=0.5.3.2 plugins.hibernate=1.3.7 plugins.tomcat=1.3.7 diff --git a/idrop-web/grails-app/conf/BuildConfig.groovy b/idrop-web/grails-app/conf/BuildConfig.groovy index 0007d39..e8e1133 100644 --- a/idrop-web/grails-app/conf/BuildConfig.groovy +++ b/idrop-web/grails-app/conf/BuildConfig.groovy @@ -29,10 +29,10 @@ grails.project.dependency.resolution = { test 'org.irods.jargon:jargon-test:2.4.1-SNAPSHOT' test 'org.mockito:mockito-all:1.8.1' provided 'junit:junit:4.8.1' - compile 'org.irods.jargon:jargon-core:2.5.0-beta3-SNAPSHOT' - compile 'org.irods.jargon:jargon-security:2.5.0-beta3-SNAPSHOT' - compile 'org.irods.jargon:jargon-data-utils:2.5.0-beta3-SNAPSHOT' - compile ('org.irods.jargon:jargon-user-tagging:2.5.0-beta3-SNAPSHOT') { + compile 'org.irods.jargon:jargon-core:2.5.0-beta2' + compile 'org.irods.jargon:jargon-security:2.5.0-beta2' + compile 'org.irods.jargon:jargon-data-utils:2.5.0-beta2' + compile ('org.irods.jargon:jargon-user-tagging:2.5.0-beta2') { exclude 'junit' } compile 'org.springframework.security:spring-security-core:3.0.5.RELEASE' |