Skip to content

Commit

Permalink
vaadin updated to 6.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Kvasnovsky committed Nov 8, 2012
1 parent aad24c5 commit 2918332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grails-vaadin6-plugin/VaadinGrailsPlugin.groovy
Expand Up @@ -33,7 +33,7 @@ class VaadinGrailsPlugin {
private static final transient Logger log = LoggerFactory.getLogger("org.codehaus.groovy.grails.plugins.VaadinGrailsPlugin");

// the plugin version
def version = "1.5.5"
def version = "1.5.6"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.1 > *"
// the other plugins this plugin depends on
Expand Down
2 changes: 1 addition & 1 deletion grails-vaadin6-plugin/grails-app/conf/BuildConfig.groovy
Expand Up @@ -48,7 +48,7 @@ grails.project.dependency.resolution = {
}
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
compile 'com.vaadin:vaadin:6.8.4'
compile 'com.vaadin:vaadin:6.8.5'

build('org.grails.plugins:release:2.0.4') { export = false }
}
Expand Down
4 changes: 2 additions & 2 deletions grails-vaadin6-plugin/plugin.xml
@@ -1,4 +1,4 @@
<plugin name='vaadin' version='1.5.5' grailsVersion='1.1 &gt; *'>
<plugin name='vaadin' version='1.5.6' grailsVersion='1.1 &gt; *'>
<title>Vaadin Grails Plugin</title>
<description>
A plugin for creating a Vaadin application on Grails. This plugin will
Expand Down Expand Up @@ -32,7 +32,7 @@
</repositories>
<dependencies>
<compile>
<dependency group='com.vaadin' name='vaadin' version='6.8.4' />
<dependency group='com.vaadin' name='vaadin' version='6.8.5' />
</compile>
<build>
<dependency group='org.grails.plugins' name='release' version='2.0.4' />
Expand Down

0 comments on commit 2918332

Please sign in to comment.