Skip to content

Commit ac5d693

Browse files
committed
prep 2.4.4 release
1 parent 3c456b9 commit ac5d693

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext.providedDeps = []
1818

1919
ext.provided = { providedDeps << it }
2020
ext {
21-
grailsVersion = '2.4.4.BUILD-SNAPSHOT'
21+
grailsVersion = '2.4.4'
2222
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2323
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2424

@@ -29,7 +29,7 @@ ext {
2929
commonsCollectionsVersion = "3.2.1"
3030
commonsIOVersion = "2.2"
3131
commonsLangVersion = "2.6"
32-
datastoreVersion = "3.1.3.BUILD-SNAPSHOT"
32+
datastoreVersion = "3.1.3.RELEASE"
3333
gantVersion = "1.9.6"
3434
gdocEngineVersion = "1.0.1"
3535
groovyVersion = "2.3.7"

grails-resources/src/grails/templates/maven/binary-plugin.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.grails</groupId>
104104
<artifactId>grails-maven-plugin</artifactId>
105-
<version>2.4.2</version>
105+
<version>2.4.4</version>
106106
<configuration>
107107
<grailsVersion>\${grails.version}</grailsVersion>
108108
</configuration>

grails-resources/src/grails/templates/maven/project.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.grails</groupId>
156156
<artifactId>grails-maven-plugin</artifactId>
157-
<version>2.4.2</version>
157+
<version>2.4.4</version>
158158
<configuration>
159159
<grailsVersion>\${grails.version}</grailsVersion>
160160
</configuration>

0 commit comments

Comments
 (0)