Changeset 1382
- Timestamp:
- Jan 12, 2011, 5:35:48 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r1353 r1382 1 1 #Grails Metadata file 2 # Fri Jan 07 17:58:28CET 20112 #Wed Jan 12 17:31:11 CET 2011 3 3 app.build.display.info=0 4 4 app.build.svn.revision=1079 … … 9 9 app.servlet.version=2.4 10 10 app.version=0.6.1 11 plugins.ajaxflow=0.1.1 511 plugins.ajaxflow=0.1.16 12 12 plugins.crypto=2.0 13 13 plugins.db-util=0.4 … … 15 15 plugins.grom=0.2.1 16 16 plugins.hibernate=1.3.6 17 plugins.jquery=1.4.4 17 plugins.jquery=1.4.4.1 18 18 plugins.jumpbar=0.1.4 19 19 plugins.mail=0.9 -
trunk/grails-app/conf/Config.groovy
r1363 r1382 154 154 155 155 // see http://jira.codehaus.org/browse/GRAILSPLUGINS-2711 156 jquery.version = "1.4.4"156 //jquery.version = "1.4.4" 157 157 158 158 // Needed for the Spring Security Core plugin:
Note: See TracChangeset
for help on using the changeset viewer.