File tree Expand file tree Collapse file tree 9 files changed +32
-14
lines changed
src/main/resources/scaffolding Expand file tree Collapse file tree 9 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ v1.0.0-rc.6 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.6 )
3+ ## [ v1.0.0] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0 )
44
5+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.6...v1.0.0 )
6+
7+ ** Fixed bugs:**
8+
9+ - DeployViewSchemasCommand is failing installs [ \# 312] ( https://github.com/marklogic/marklogic-data-hub/issues/312 )
10+ - File change watcher fires multiple times on Windows [ \# 308] ( https://github.com/marklogic/marklogic-data-hub/issues/308 )
11+ - Clean Target database directory ? is confusing not working [ \# 305] ( https://github.com/marklogic/marklogic-data-hub/issues/305 )
12+
13+ ** Closed issues:**
14+
15+ - Gradle Daemon causing working directory issues [ \# 314] ( https://github.com/marklogic/marklogic-data-hub/issues/314 )
16+ - marklogic spring batch requires additional date sort operator [ \# 311] ( https://github.com/marklogic/marklogic-data-hub/issues/311 )
17+ - Handling tab-delimited files [ \# 310] ( https://github.com/marklogic/marklogic-data-hub/issues/310 )
18+ - Add issue template to the repo [ \# 309] ( https://github.com/marklogic/marklogic-data-hub/issues/309 )
19+ - Last deployed time sometimes says 47 years ago [ \# 303] ( https://github.com/marklogic/marklogic-data-hub/issues/303 )
20+
21+ ## [ v1.0.0-rc.6] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.6 ) (2016-10-17)
522[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-rc.5...v1.0.0-rc.6 )
623
724** Fixed bugs:**
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-rc.6 '
7+ id ' com.marklogic.ml-data-hub' version ' 1.0.0'
88}
99
1010repositories {
@@ -13,10 +13,10 @@ repositories {
1313}
1414
1515dependencies {
16- compile ' com.marklogic:marklogic-data-hub:1.0.0-rc.6 '
17- compile " com.marklogic:marklogic-spring-batch-core:0.6.0"
18- compile " com.marklogic:ml-javaclient-util:2.9.1"
19- testCompile " com.marklogic:marklogic-spring-batch-test:0.6.0"
16+ compile ' com.marklogic:marklogic-data-hub:1.0.0'
17+ compile ' com.marklogic:marklogic-spring-batch-core:0.6.0'
18+ compile ' com.marklogic:ml-javaclient-util:2.9.1'
19+ testCompile ' com.marklogic:marklogic-spring-batch-test:0.6.0'
2020}
2121
2222distributions {
Original file line number Diff line number Diff line change 1010mlHost =localhost
1111mlAppName =data-hub
1212
13- mlAdminUsername =admin
14- mlAdminPassword =admin
13+ mlUsername =admin
14+ mlPassword =admin
1515
1616mlStagingAppserverName =data-hub-STAGING
1717mlStagingPort =8010
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-rc.6
39+ version =1.0.0
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-rc.6 '
6+ id 'com.marklogic.ml-data-hub' version '1.0.0'
77}
88
99repositories {
@@ -12,6 +12,6 @@ repositories {
1212}
1313
1414dependencies {
15- compile 'com.marklogic:marklogic-data-hub:+ '
15+ compile 'com.marklogic:marklogic-data-hub:1.0.0 '
1616 compile 'com.marklogic:marklogic-xcc:8.0.5'
1717}
Original file line number Diff line number Diff line change 1010mlHost=%%mlHost%%
1111mlAppName=%%mlAppName%%
1212
13+ # Your MarkLogic Username and Password
1314mlUsername=
1415mlPassword=
1516
Original file line number Diff line number Diff line change 1- version =1.0.0-rc.6
1+ version =1.0.0
22group =com.marklogic
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'war'
2525
2626war {
2727 baseName = ' quick-start'
28- version = ' 1.0.0-rc.6 '
28+ version = ' 1.0.0'
2929}
3030
3131repositories {
Original file line number Diff line number Diff line change 1- version =1.0.0-rc.6
1+ version =1.0.0
You can’t perform that action at this time.
0 commit comments