File tree Expand file tree Collapse file tree 10 files changed +30
-15
lines changed
main/resources/scaffolding Expand file tree Collapse file tree 10 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ v1.0.0 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0 )
3+ ## [ v1.0.1 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.1 )
44
5+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0...v1.0.1 )
6+
7+ ** Fixed bugs:**
8+
9+ - Responsive CSS is hiding the menu bar [ \# 321] ( https://github.com/marklogic/marklogic-data-hub/issues/321 )
10+ - Redeploy button is wiping out hub modules [ \# 318] ( https://github.com/marklogic/marklogic-data-hub/issues/318 )
11+
12+ ** Closed issues:**
13+
14+ - Log out why isInstalled\(\) is failing [ \# 324] ( https://github.com/marklogic/marklogic-data-hub/issues/324 )
15+ - Provide Build instructions for developers [ \# 323] ( https://github.com/marklogic/marklogic-data-hub/issues/323 )
16+ - Add Link to the ML On Demand Courses [ \# 315] ( https://github.com/marklogic/marklogic-data-hub/issues/315 )
17+ - upgrading RC5 to RC6 [ \# 306] ( https://github.com/marklogic/marklogic-data-hub/issues/306 )
18+ - Allow users to clear out corrupt install [ \# 304] ( https://github.com/marklogic/marklogic-data-hub/issues/304 )
19+
20+ ## [ v1.0.0] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0 ) (2016-10-25)
521[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.6...v1.0.0 )
622
723** Fixed bugs:**
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
3636** Gradle**
3737
3838``` groovy
39- compile('com.marklogic:marklogic-data-hub:1.0.0 ')
39+ compile('com.marklogic:marklogic-data-hub:1.0.1 ')
4040```
4141
4242** Maven**
@@ -45,15 +45,15 @@ compile('com.marklogic:marklogic-data-hub:1.0.0')
4545<dependency >
4646 <groupId >com.marklogic</groupId >
4747 <artifactId >marklogic-data-hub</artifactId >
48- <version >1.0.0 </version >
48+ <version >1.0.1 </version >
4949 <type >pom</type >
5050</dependency >
5151```
5252
5353** Ivy**
5454
5555``` xml
56- <dependency org =' com.marklogic' name =' marklogic-data-hub' rev =' 1.0.0 ' >
56+ <dependency org =' com.marklogic' name =' marklogic-data-hub' rev =' 1.0.1 ' >
5757 <artifact name =' $AID' ext =' pom' ></artifact >
5858</dependency >
5959```
@@ -64,7 +64,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
6464
6565``` groovy
6666plugins {
67- id 'com.marklogic.ml-data-hub' version '1.0.0 '
67+ id 'com.marklogic.ml-data-hub' version '1.0.1 '
6868}
6969```
7070
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.0 '
7+ id ' com.marklogic.ml-data-hub' version ' 1.0.1 '
88}
99
1010repositories {
@@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- compile ' com.marklogic:marklogic-data-hub:1.0.0 '
16+ compile ' com.marklogic:marklogic-data-hub:1.0.1 '
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.0
39+ version =1.0.1
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.0 '
6+ id 'com.marklogic.ml-data-hub' version '1.0.1 '
77}
88
99repositories {
@@ -12,6 +12,6 @@ repositories {
1212}
1313
1414dependencies {
15- compile 'com.marklogic:marklogic-data-hub:1.0.0 '
15+ compile 'com.marklogic:marklogic-data-hub:1.0.1 '
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.0 " ,
3+ "version" : " 1.0.1 " ,
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.0
1+ version =1.0.1
22group =com.marklogic
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ apply plugin: 'war'
2525
2626war {
2727 baseName = ' quick-start'
28- version = ' 1.0.0'
2928}
3029
3130repositories {
Original file line number Diff line number Diff line change 1- version =1.0.0
1+ version =1.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " data-hub-quickstart" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
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