Skip to content

Commit baeb479

Browse files
committed
more version number changes
1 parent d37ae10 commit baeb479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Grails, release 1.1.1 (April, 2009)
1+
Grails, release 1.1.1 (May, 2009)
22
-----------------------------------
33
http://grails.org/
44

src/grails/grails-macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<classpath>
7070
<pathelement location="@{cwd}"/>
7171
<pathelement location="${grails.home}/lib/groovy-all-1.6.0.jar"/>
72-
<pathelement location="${grails.home}/dist/grails-bootstrap-1.1.1-SNAPSHOT.jar"/>
72+
<pathelement location="${grails.home}/dist/grails-bootstrap-1.1.1.jar"/>
7373
<extend-classpath/>
7474
</classpath>
7575
<arg line="--main org.codehaus.groovy.grails.cli.GrailsScriptRunner"/>

test/commons/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void testEnvironment() {
5353
}
5454

5555
public void testGrailsVersion() {
56-
assertEquals("1.1.1-SNAPSHOT", GrailsUtil.getGrailsVersion());
56+
assertEquals("1.1.1", GrailsUtil.getGrailsVersion());
5757
}
5858

5959
protected void tearDown() throws Exception {

0 commit comments

Comments
 (0)