File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99
1010apply plugin : ' groovy' 
1111
12- version =  ' 1.3.8.BUILD-SNAPSHOT ' 
12+ version =  ' 1.3.8' 
1313
1414sourceCompatibility =  " 1.5" 
1515targetCompatibility =  " 1.5" 
Original file line number Diff line number Diff line change 1- grails.version =1.3.8.BUILD-SNAPSHOT  
2- bundlor.grails.version =1.3.8.BUILD-SNAPSHOT  
1+ grails.version =1.3.8 
2+ bundlor.grails.version =1.3.8 
33grails.src.commons =src/commons 
44grails.src.groovy =src/groovy 
55
Original file line number Diff line number Diff line change 3535public  class  GrailsUtilTests  extends  TestCase  {
3636
3737    public  void  testGrailsVersion () {
38-         assertEquals ("1.3.8.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
38+         assertEquals ("1.3.8" , GrailsUtil .getGrailsVersion ());
3939    }
4040
4141    @ Override 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments