Skip to content

Commit 8b55d71

Browse files
committed
prepping 1.0.1
1 parent dc11bde commit 8b55d71

File tree

10 files changed

+30
-15
lines changed

10 files changed

+30
-15
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](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:**

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6666
plugins {
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

examples/spring-batch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1010
repositories {
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
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'

marklogic-data-hub/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ hubProjectDir=examples/hr-hub
3636
mlReplaceTokensInModules=true
3737
mlUseRoxyTokenPrefix=false
3838

39-
version=1.0.0
39+
version=1.0.1
4040

4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
repositories {
@@ -12,6 +12,6 @@ repositories {
1212
}
1313

1414
dependencies {
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
}

marklogic-data-hub/src/trace-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.0.0
1+
version=1.0.1
22
group=com.marklogic

quick-start/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ apply plugin: 'war'
2525

2626
war {
2727
baseName = 'quick-start'
28-
version = '1.0.0'
2928
}
3029

3130
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
1+
version=1.0.1

quick-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {},

0 commit comments

Comments
 (0)