Skip to content

Commit 3a1dd85

Browse files
committed
Update plugins and profile versions
1 parent 7cc6195 commit 3a1dd85

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
commonsCollectionsVersion = "3.2.1"
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
36-
datastoreVersion = "6.0.1.RELEASE"
36+
datastoreVersion = "6.0.2.RELEASE"
3737
gantVersion = "1.9.6"
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"

grails-bom/plugins.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
hibernate4=6.0.1
2-
hibernate5=6.0.1
3-
mongodb=6.0.0
4-
rx-gorm-rest-client=1.0.0.RELEASE
5-
rx-mongodb=6.0.0
6-
cassandra=6.0.0
7-
neo4j=6.0.0
1+
hibernate4=6.0.2
2+
hibernate5=6.0.2
3+
mongodb=6.0.2
4+
rx-gorm-rest-client=1.0.1.RELEASE
5+
rx-mongodb=6.0.2
6+
cassandra=6.0.2
7+
neo4j=6.0.2
88
cache=3.0.3
99
asset-pipeline=3.2.1
1010
asset-pipeline-grails=2.11.1
1111
scaffolding=3.2.1
1212
fields=2.1.3
1313
geb=1.0.2
1414
rxjava=1.0.0
15-
views-json=1.1.0
16-
views-json-templates=1.1.0
17-
views-markup=1.1.0
15+
views-json=1.1.1
16+
views-json-templates=1.1.1
17+
views-markup=1.1.1

grails-bom/profiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
angular=3.2.0
22
rest-api=3.2.0
33
rest-api-plugin=3.2.0
4-
base=3.2.0
4+
base=3.2.1
55
plugin=3.2.0
66
web-plugin=3.2.0
7-
web=3.2.1.BUILD-SNAPSHOT
7+
web=3.2.1
88
profile=3.2.0

0 commit comments

Comments
 (0)