diff options
author | Lisa Stillwell <lisa@renci.org> | 2013-04-11 20:13:46 (GMT) |
---|---|---|
committer | Lisa Stillwell <lisa@renci.org> | 2013-04-11 20:13:46 (GMT) |
commit | 2cd43c42a88194cd8b08fe685be4f1b8fbbffd20 (patch) | |
tree | f9d322f93d53d1ba4b1046bf7b0a7c65c64dbc38 | |
parent | 06cf3e5232a1a64d5f41223c3b6c6a03d5ef6095 (diff) | |
download | QCG-Data-2cd43c42a88194cd8b08fe685be4f1b8fbbffd20.zip QCG-Data-2cd43c42a88194cd8b08fe685be4f1b8fbbffd20.tar.gz QCG-Data-2cd43c42a88194cd8b08fe685be4f1b8fbbffd20.tar.bz2 |
[#1341] fix artifact version to include SNAPSHOT
-rwxr-xr-x | idrop-web/grails-app/conf/BuildConfig.groovy | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/idrop-web/grails-app/conf/BuildConfig.groovy b/idrop-web/grails-app/conf/BuildConfig.groovy index 82e49ef..cdee1ac 100755 --- a/idrop-web/grails-app/conf/BuildConfig.groovy +++ b/idrop-web/grails-app/conf/BuildConfig.groovy @@ -28,11 +28,11 @@ grails.project.dependency.resolution = { test 'org.mockito:mockito-all:1.8.1' compile 'commons-io:commons-io:2.1' provided 'junit:junit:4.8.1' - compile ('org.irods.jargon:jargon-core:3.3.0') { excludes ([group:'org.jglobus'])} - compile ('org.irods.jargon:jargon-data-utils:3.3.0') { excludes ([group:'org.jglobus'])} - compile ('org.irods.jargon:jargon-ticket:3.3.0') { excludes ([group:'org.jglobus'])} - compile ('org.irods.jargon:jargon-user-profile:3.3.0') { excludes ([group:'org.jglobus'])} - compile ('org.irods.jargon:jargon-user-tagging:3.3.0') { excludes ([group:'org.jglobus'])} + compile ('org.irods.jargon:jargon-core:3.3.2-SNAPSHOT') { excludes ([group:'org.jglobus'])} + compile ('org.irods.jargon:jargon-data-utils:3.3.2-SNAPSHOT') { excludes ([group:'org.jglobus'])} + compile ('org.irods.jargon:jargon-ticket:3.3.2-SNAPSHOT') { excludes ([group:'org.jglobus'])} + compile ('org.irods.jargon:jargon-user-profile:3.3.2-SNAPSHOT') { excludes ([group:'org.jglobus'])} + compile ('org.irods.jargon:jargon-user-tagging:3.3.2-SNAPSHOT') { excludes ([group:'org.jglobus'])} provided 'javax.servlet:servlet-api:2.5' compile 'org.jsoup:jsoup:0.2.2' |