Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JqueryGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.codehaus.groovy.grails.commons.ConfigurationHolder
class JqueryGrailsPlugin {
// Only change the point release. Edit o.c.g.g.o.j.JQueryConfig.SHIPPED_VERSION when changing jQuery resource version
// This should match JQueryConfig.SHIPPED_VERSION but must be a literal here due to how AstPluginDescriptorReader parses this file
def version = "1.6.1.1"
def version = "1.7"

static SHIPPED_SRC_DIR = 'jquery'

Expand Down
Binary file added grails-jquery-1.7.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='jquery' version='1.6.1.1' grailsVersion='1.2.2 &gt; *'>
<plugin name='jquery' version='1.7' grailsVersion='1.2.2 &gt; *'>
<author>Sergey Nebolsin, Craig Jone, Marc Palmer and Finn Herpich</author>
<authorEmail>[email protected], [email protected], [email protected] and [email protected]</authorEmail>
<title>JQuery for Grails</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class JQueryConfig {
def defaultPlugins
def plugins = [:]

static SHIPPED_VERSION = '1.6.1'
static SHIPPED_VERSION = '1.7'

def init() {
ApplicationHolder.application.metadata.findAll{ key, value ->
Expand Down
18 changes: 0 additions & 18 deletions web-app/js/jquery/jquery-1.6.1.min.js

This file was deleted.

Loading