File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
grails-resources/src/grails/templates/maven Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8888 <plugin >
8989 <groupId >org.grails</groupId >
9090 <artifactId >grails-maven-plugin</artifactId >
91- <version >${grails.version} </version >
91+ <version >2.4.0 </version >
9292 <configuration >
93- <!-- Whether for Fork a JVM to run Grails commands -->
94- <fork >true</fork >
93+ <grailsVersion >\${grails.version}</grailsVersion >
9594 </configuration >
9695 <extensions >true</extensions >
9796 </plugin >
Original file line number Diff line number Diff line change 191191 <plugin >
192192 <groupId >org.grails</groupId >
193193 <artifactId >grails-maven-plugin</artifactId >
194- <version >\${grails.version} </version >
194+ <version >2.4.0 </version >
195195 <configuration >
196- <!-- Whether for Fork a JVM to run Grails commands -->
197- <fork >true</fork >
196+ <grailsVersion >\${grails.version}</grailsVersion >
198197 </configuration >
199198 <extensions >true</extensions >
200199 </plugin >
You can’t perform that action at this time.
0 commit comments