File tree Expand file tree Collapse file tree 6 files changed +19
-6
lines changed
src/main/resources/scaffolding Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ v1.0.0-rc.3 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.3 )
3+ ## [ v1.0.0-rc.4 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.4 )
44
5+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.3...v1.0.0-rc.4 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Add Spring Batch Example [ \# 263] ( https://github.com/marklogic/marklogic-data-hub/issues/263 )
10+
11+ ** Closed issues:**
12+
13+ - MLCP Command for CSV files is generated incorrectly [ \# 261] ( https://github.com/marklogic/marklogic-data-hub/issues/261 )
14+ - update examples now that rc.2 is out [ \# 247] ( https://github.com/marklogic/marklogic-data-hub/issues/247 )
15+
16+ ## [ v1.0.0-rc.3] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.3 ) (2016-08-25)
517[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.2...v1.0.0-rc.3 )
618
719** Fixed bugs:**
5163- Performance tracing [ \# 193] ( https://github.com/marklogic/marklogic-data-hub/issues/193 )
5264- Refactor the Spring Boot API [ \# 145] ( https://github.com/marklogic/marklogic-data-hub/issues/145 )
5365- Support index configuration as a part of pushbutton deploy. [ \# 10] ( https://github.com/marklogic/marklogic-data-hub/issues/10 )
66+ - UI rework based on new screen designs [ \# 70] ( https://github.com/marklogic/marklogic-data-hub/issues/70 )
5467
5568## [ v1.0.0-beta.6] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.6 ) (2016-06-20)
5669[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.5...v1.0.0-beta.6 )
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ mlSchemasDbName=data-hub-SCHEMAS
3333
3434hubModulesPath =examples/hr-hub/plugins
3535
36- version =1.0.0-rc.3
36+ version =1.0.0-rc.4
3737
3838
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id 'idea'
55 id 'net.saliman.properties' version '1.4.5'
66 id 'com.marklogic.ml-gradle' version '2.3.1'
7- id 'com.marklogic.ml-data-hub' version '1.0.0-rc.3 '
7+ id 'com.marklogic.ml-data-hub' version '1.0.0-rc.4 '
88}
99
1010repositories {
Original file line number Diff line number Diff line change 1- version =1.0.0-rc.3
1+ version =1.0.0-rc.4
22group =com.marklogic
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: 'war'
2424
2525war {
2626 baseName = ' quick-start'
27- version = ' 1.0.0-rc.3 '
27+ version = ' 1.0.0-rc.4 '
2828}
2929
3030repositories {
Original file line number Diff line number Diff line change 1- version =1.0.0-rc.3
1+ version =1.0.0-rc.4
You can’t perform that action at this time.
0 commit comments