Skip to content

Commit 4d53cd2

Browse files
committed
Use g-d-m 5.0.0.RC4
1 parent 4e0fa21 commit 4d53cd2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232
commonsCollectionsVersion = "3.2.1"
3333
commonsIOVersion = "2.2"
3434
commonsLangVersion = "2.6"
35-
datastoreVersion = "5.0.0.RC3"
35+
datastoreVersion = "5.0.0.RC4"
3636
gantVersion = "1.9.6"
3737
gdocEngineVersion = "1.0.1"
3838
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.5"
@@ -68,6 +68,10 @@ version = grailsVersion
6868
group = "org.grails"
6969
apply 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
7377
ext {

grails-bom/plugins.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
hibernate=4.3.10.7
2-
hibernate4=5.0.0.RC3
3-
mongodb=5.0.0.RC3
4-
cassandra=5.0.0.RC3
5-
neo4j=5.0.0.RC3
2+
hibernate4=5.0.0.RC4
3+
mongodb=5.0.0.RC4
4+
cassandra=5.0.0.RC4
5+
neo4j=5.0.0.RC4
66
cache=3.0.2
77
asset-pipeline=3.0.15
88
scaffolding=3.2.0

0 commit comments

Comments
 (0)