Skip to content

Commit 341b4f6

Browse files
committed
prepping rc.4
1 parent a941dfc commit 341b4f6

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
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:**
@@ -51,6 +63,7 @@
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)

marklogic-data-hub/gradle.properties

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

3434
hubModulesPath=examples/hr-hub/plugins
3535

36-
version=1.0.0-rc.3
36+
version=1.0.0-rc.4
3737

3838

marklogic-data-hub/src/main/resources/scaffolding/build_gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.0.0-rc.3
1+
version=1.0.0-rc.4
22
group=com.marklogic

quick-start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'war'
2424

2525
war {
2626
baseName = 'quick-start'
27-
version = '1.0.0-rc.3'
27+
version = '1.0.0-rc.4'
2828
}
2929

3030
repositories {

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-rc.3
1+
version=1.0.0-rc.4

0 commit comments

Comments
 (0)