Skip to content

Commit 679e895

Browse files
committed
Merge branch 'release/1.0.0-beta.5'
2 parents 48d853a + 50dab39 commit 679e895

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Change Log
22

3-
## [v1.0.0-beta.4](https://github.com/marklogic/marklogic-data-hub/tree/HEAD)
3+
## [v1.0.0-beta.5](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.5)
44

5+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.4...v1.0.0-beta.5)
6+
7+
**Fixed bugs:**
8+
9+
- Fix bugs in load data feature [\#219](https://github.com/marklogic/marklogic-data-hub/issues/219)
10+
- Error running hadoop [\#121](https://github.com/marklogic/marklogic-data-hub/issues/121)
11+
12+
**Merged pull requests:**
13+
14+
- Tracing [\#226](https://github.com/marklogic/marklogic-data-hub/pull/226) ([paxtonhare](https://github.com/paxtonhare))
15+
- fixing bug in restoring previous load options [\#223](https://github.com/marklogic/marklogic-data-hub/pull/223) ([paxtonhare](https://github.com/paxtonhare))
16+
- 219 - Fix Bugs in Load Data Feature [\#220](https://github.com/marklogic/marklogic-data-hub/pull/220) ([maeisabelle](https://github.com/maeisabelle))
17+
- Changes to fix JS errors in Swagger UI in master [\#218](https://github.com/marklogic/marklogic-data-hub/pull/218) ([maeisabelle](https://github.com/maeisabelle))
18+
- enhance performance of hub install [\#217](https://github.com/marklogic/marklogic-data-hub/pull/217) ([paxtonhare](https://github.com/paxtonhare))
19+
20+
## [v1.0.0-beta.4](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.4) (2016-04-21)
521
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.3...v1.0.0-beta.4)
622

723
**Implemented enhancements:**

examples/gradle-advanced/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4'
13+
id 'com.marklogic.ml-data-hub-plugin' version '1.0.0-beta.5'
1414
id 'com.marklogic.ml-gradle' version '2.1.0'
1515
}
1616

examples/gradle-basic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4'
13+
id 'com.marklogic.ml-data-hub-plugin' version '1.0.0-beta.5'
1414
id 'com.marklogic.ml-gradle' version '2.1.0'
1515
}
1616

marklogic-data-hub/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ mlSchemasDbName=data-hub-SCHEMAS
2828

2929
hubModulesPath=exmaples/hr-hub/plugins
3030

31-
version=1.0.0-beta.4
31+
version=1.0.0-beta.5
3232

3333

ml-data-hub-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.0.0-beta.4
1+
version=1.0.0-beta.5
22
group=com.marklogic

quick-start/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0-beta.4
1+
version=1.0.0-beta.5

0 commit comments

Comments
 (0)