File tree 5 files changed +5
-9
lines changed
grails-resources/src/grails/ant
grails-test-suite-uber/src/test/groovy/grails/util
5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
apply plugin : ' idea'
15
15
16
16
ext {
17
- grailsVersion = ' 2.0.2.BUILD-SNAPSHOT '
17
+ grailsVersion = ' 2.0.2'
18
18
antTraxVersion = " 1.7.1"
19
19
antVersion = " 1.8.2"
20
20
aspectjVersion = " 1.6.10"
Original file line number Diff line number Diff line change 1
- grails.version =2.0.2.BUILD-SNAPSHOT
1
+ grails.version =2.0.2
2
2
3
3
# Bundlor dependency versions
4
4
bundlor.javax.persistence.version =1.0.2.GA
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ task configurePopulateDependencies << {
66
66
67
67
populateDependencies. from (" ${ metadata} /${ dependency.group} /${ dependency.name} /${ dependency.version} " ) {
68
68
include " *.ivy.xml"
69
- eachFile { it. path = " $dependency . group /$dependency . name /$dependency . version }/ivy-${ dependency.version} .xml" }
69
+ eachFile { it. path = " $dependency . group /$dependency . name /${ dependency.version} /ivy-${ dependency.version} .xml" }
70
70
}
71
71
}
72
72
}
Original file line number Diff line number Diff line change 6
6
<include url =" ${ivy.default.settings.dir}/ivysettings-main-chain.xml" />
7
7
<resolvers >
8
8
<chain name =" codehaus-plus" dual =" true" >
9
- <ibiblio name =" codehaus-snapshots" root =" http://snapshots.repository.codehaus.org" m2compatible =" true" changingPattern =" .*SNAPSHOT" />
10
- <ibiblio name =" codehaus" root =" http://repository.codehaus.org" m2compatible =" true" />
11
- <ibiblio name =" javanet" root =" http://download.java.net/maven/2/" m2compatible =" true" />
12
- <ibiblio name =" spring-milestone" root =" http://s3.amazonaws.com/maven.springframework.org/milestone" m2compatible =" true" />
13
-
9
+ <ibiblio name =" grails-core" root =" http://repo.grails.org/grails/core" m2compatible =" true" changingPattern =" .*SNAPSHOT" />
14
10
<resolver ref =" public" />
15
11
</chain >
16
12
</resolvers >
Original file line number Diff line number Diff line change 35
35
public class GrailsUtilTests extends TestCase {
36
36
37
37
public void testGrailsVersion () {
38
- assertEquals ("2.0.2.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
38
+ assertEquals ("2.0.2" , GrailsUtil .getGrailsVersion ());
39
39
}
40
40
41
41
@ Override
You can’t perform that action at this time.
0 commit comments