File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'idea'
2121ext {
2222 bintrayPublish = false
2323 // Sets release version
24- grailsVersion = ' 3.0.12 '
24+ grailsVersion = ' 3.0.13.BUILD-SNAPSHOT '
2525 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2626 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2727
@@ -68,6 +68,10 @@ version = grailsVersion
6868group = " org.grails"
6969apply plugin : ' io.codearte.nexus-staging'
7070
71+ nexusStaging {
72+ delayBetweenRetriesInMillis = 5000
73+ }
74+
7175// directories created during the build which are related
7276// to turning the workspace root into a GRAILS_HOME
7377ext {
Original file line number Diff line number Diff line change 3535public class GrailsUtilTests extends TestCase {
3636
3737 public void testGrailsVersion () {
38- assertEquals ("3.0.12 " , GrailsUtil .getGrailsVersion ());
38+ assertEquals ("3.0.13.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
3939 }
4040
4141 @ Override
You can’t perform that action at this time.
0 commit comments