File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
grails-resources/src/grails/templates/maven Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ext.providedDeps = []
1818
1919ext. provided = { providedDeps << it }
2020ext {
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
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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments