File tree Expand file tree Collapse file tree 9 files changed +28
-14
lines changed
main/resources/scaffolding Expand file tree Collapse file tree 9 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ v1.0.1 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.1 )
3+ ## [ v1.0.2 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.2 )
44
5+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.1...v1.0.2 )
6+
7+ ** Fixed bugs:**
8+
9+ - mlcp load from QuickStart GUI not loading data [ \# 331] ( https://github.com/marklogic/marklogic-data-hub/issues/331 )
10+
11+ ** Closed issues:**
12+
13+ - Possible typo on wiki page [ \# 333] ( https://github.com/marklogic/marklogic-data-hub/issues/333 )
14+ - Tutorial instruction - create entity "Employees" instead of "Employee" [ \# 330] ( https://github.com/marklogic/marklogic-data-hub/issues/330 )
15+ - mlcp job is not getting run + console log button not showing [ \# 329] ( https://github.com/marklogic/marklogic-data-hub/issues/329 )
16+ - Error Extension hubstats does not exist. [ \# 328] ( https://github.com/marklogic/marklogic-data-hub/issues/328 )
17+
18+ ## [ v1.0.1] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.1 ) (2016-11-08)
519[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0...v1.0.1 )
620
721** Fixed bugs:**
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
4444** Gradle**
4545
4646``` groovy
47- compile('com.marklogic:marklogic-data-hub:1.0.1 ')
47+ compile('com.marklogic:marklogic-data-hub:1.0.2 ')
4848```
4949
5050** Maven**
@@ -53,15 +53,15 @@ compile('com.marklogic:marklogic-data-hub:1.0.1')
5353<dependency >
5454 <groupId >com.marklogic</groupId >
5555 <artifactId >marklogic-data-hub</artifactId >
56- <version >1.0.1 </version >
56+ <version >1.0.2 </version >
5757 <type >pom</type >
5858</dependency >
5959```
6060
6161** Ivy**
6262
6363``` xml
64- <dependency org =' com.marklogic' name =' marklogic-data-hub' rev =' 1.0.1 ' >
64+ <dependency org =' com.marklogic' name =' marklogic-data-hub' rev =' 1.0.2 ' >
6565 <artifact name =' $AID' ext =' pom' ></artifact >
6666</dependency >
6767```
@@ -72,7 +72,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7272
7373``` groovy
7474plugins {
75- id 'com.marklogic.ml-data-hub' version '1.0.1 '
75+ id 'com.marklogic.ml-data-hub' version '1.0.2 '
7676}
7777```
7878
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' idea'
55 id ' application'
66 id ' net.saliman.properties' version ' 1.4.6'
7- id ' com.marklogic.ml-data-hub' version ' 1.0.1 '
7+ id ' com.marklogic.ml-data-hub' version ' 1.0.2 '
88}
99
1010repositories {
@@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- compile ' com.marklogic:marklogic-data-hub:1.0.1 '
16+ compile ' com.marklogic:marklogic-data-hub:1.0.2 '
1717 compile ' com.marklogic:marklogic-spring-batch-core:0.6.0'
1818 compile ' com.marklogic:ml-javaclient-util:2.9.1'
1919 testCompile ' com.marklogic:marklogic-spring-batch-test:0.6.0'
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ hubProjectDir=examples/hr-hub
3636mlReplaceTokensInModules =true
3737mlUseRoxyTokenPrefix =false
3838
39- version =1.0.1
39+ version =1.0.2
4040
4141
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id 'eclipse'
44 id 'idea'
55 id 'net.saliman.properties' version '1.4.6'
6- id 'com.marklogic.ml-data-hub' version '1.0.1 '
6+ id 'com.marklogic.ml-data-hub' version '1.0.2 '
77}
88
99repositories {
@@ -12,6 +12,6 @@ repositories {
1212}
1313
1414dependencies {
15- compile 'com.marklogic:marklogic-data-hub:1.0.1 '
15+ compile 'com.marklogic:marklogic-data-hub:1.0.2 '
1616 compile 'com.marklogic:marklogic-xcc:8.0.5'
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " data-hub-quickstart" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "license" : " APACHE" ,
55 "homepage" : " https://github.com/marklogic/marklogic-data-hub" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1- version =1.0.1
1+ version =1.0.2
22group =com.marklogic
Original file line number Diff line number Diff line change 1- version =1.0.1
1+ version =1.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " data-hub-quickstart" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "license" : " APACHE" ,
55 "homepage" : " https://github.com/marklogic/marklogic-data-hub" ,
66 "angular-cli" : {},
You can’t perform that action at this time.
0 commit comments