File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ v1.0.0-beta.3 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.3 )
3+ ## [ v1.0.0-beta.4 ] ( https://github.com/marklogic/marklogic-data-hub/tree/HEAD )
44
5+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.3...v1.0.0-beta.4 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Minor improvements to Load Data Feature [ \# 205] ( https://github.com/marklogic/marklogic-data-hub/issues/205 )
10+
11+ ** Fixed bugs:**
12+
13+ - File permission error running hadoop to do data load [ \# 89] ( https://github.com/marklogic/marklogic-data-hub/issues/89 )
14+
15+ ** Closed issues:**
16+
17+ - Rename conform/conformance to harmonize [ \# 201] ( https://github.com/marklogic/marklogic-data-hub/issues/201 )
18+ - Errors only flash on the GUI for a short time [ \# 192] ( https://github.com/marklogic/marklogic-data-hub/issues/192 )
19+ - Investigate MLCP UI for creating MLCP cmd line options [ \# 164] ( https://github.com/marklogic/marklogic-data-hub/issues/164 )
20+ - Examples need demo scripts [ \# 99] ( https://github.com/marklogic/marklogic-data-hub/issues/99 )
21+ - DataHub.installUserModules should be "syncUserModules" [ \# 45] ( https://github.com/marklogic/marklogic-data-hub/issues/45 )
22+
23+ ** Merged pull requests:**
24+
25+ - Fix mlcp windows issue 89 [ \# 215] ( https://github.com/marklogic/marklogic-data-hub/pull/215 ) ([ paxtonhare] ( https://github.com/paxtonhare ) )
26+ - 192 - Removed automatic closing of notification [ \# 208] ( https://github.com/marklogic/marklogic-data-hub/pull/208 ) ([ maeisabelle] ( https://github.com/maeisabelle ) )
27+
28+ ## [ v1.0.0-beta.3] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.3 ) (2016-04-15)
529[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.2...v1.0.0-beta.3 )
630
731** Merged pull requests:**
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010 id ' eclipse'
1111 id ' idea'
1212 id ' net.saliman.properties' version ' 1.4.5'
13- id ' com.marklogic.ml-data-hub-plugin' version ' 1.0.0-beta.3 '
13+ id ' com.marklogic.ml-data-hub-plugin' version ' 1.0.0-beta.4 '
1414 id ' com.marklogic.ml-gradle' version ' 2.1.0'
1515}
1616
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ mlSchemasDbName=data-hub-SCHEMAS
2828
2929hubModulesPath =exmaples/hr-hub/plugins
3030
31- version =1.0.0-beta.3
31+ version =1.0.0-beta.4
3232
3333
Original file line number Diff line number Diff line change 1- version =1.0.0-beta.3
1+ version =1.0.0-beta.4
22group =com.marklogic
Original file line number Diff line number Diff line change 1- version =1.0.0-beta.3
1+ version =1.0.0-beta.4
You can’t perform that action at this time.
0 commit comments