Skip to content

Commit

Permalink
v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala authored Aug 26, 2022
1 parent a1af5a0 commit 2e7e2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}


version "5.0-SNAPSHOT"
version "5.0"
group "org.grails.plugins"

apply plugin:"eclipse"
Expand Down Expand Up @@ -84,7 +84,7 @@ dependencies {


if (!inplace) {
compile ("org.grails.plugins:ala-map-plugin:4.0-SNAPSHOT") {
compile ("org.grails.plugins:ala-map-plugin:4.0") {
exclude group: 'com.bertramlabs.plugins', module: 'asset-pipeline-grails'
}
}
Expand Down

0 comments on commit 2e7e2ad

Please sign in to comment.