Skip to content

Commit f2d072a

Browse files
committed
prepping 2.0.0-alpha.4
1 parent 35e7b7b commit f2d072a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ plugins {
7171
...
7272
7373
// comment out this line. It pulls the version from the cloud
74-
// id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.3'
74+
// id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
7575
}
7676
7777
// this tells gradle to apply the plugin you included above in the buildscript section

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
4848
**Gradle**
4949

5050
```groovy
51-
compile('com.marklogic:marklogic-data-hub:2.0.0-alpha.3')
51+
compile('com.marklogic:marklogic-data-hub:2.0.0-alpha.4')
5252
```
5353

5454
**Maven**
@@ -57,15 +57,15 @@ compile('com.marklogic:marklogic-data-hub:2.0.0-alpha.3')
5757
<dependency>
5858
<groupId>com.marklogic</groupId>
5959
<artifactId>marklogic-data-hub</artifactId>
60-
<version>2.0.0-alpha.3</version>
60+
<version>2.0.0-alpha.4</version>
6161
<type>pom</type>
6262
</dependency>
6363
```
6464

6565
**Ivy**
6666

6767
```xml
68-
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.0-alpha.3'>
68+
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.0-alpha.4'>
6969
<artifact name='$AID' ext='pom'></artifact>
7070
</dependency>
7171
```
@@ -76,7 +76,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7676

7777
```groovy
7878
plugins {
79-
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.3'
79+
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
8080
}
8181
```
8282

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 '2.0.0-alpha.3'
7+
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
88
}
99

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

1515
dependencies {
16-
compile 'com.marklogic:marklogic-data-hub:2.0.0-alpha.3'
16+
compile 'com.marklogic:marklogic-data-hub:2.0.0-alpha.4'
1717
compile 'com.marklogic:marklogic-spring-batch-core:0.6.0'
1818
compile 'com.marklogic:ml-javaclient-util:4.0.alpha2'
1919
testCompile 'com.marklogic:marklogic-spring-batch-test:0.6.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.0.0-alpha.3
1+
version=2.0.0-alpha.4

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'eclipse'
1010
id 'idea'
1111
id 'net.saliman.properties' version '1.4.6'
12-
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.3'
12+
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
1313
}
1414

1515
repositories {
@@ -18,6 +18,6 @@ repositories {
1818
}
1919

2020
dependencies {
21-
compile 'com.marklogic:marklogic-data-hub:2.0.0-alpha.3'
21+
compile 'com.marklogic:marklogic-data-hub:2.0.0-alpha.4'
2222
compile 'com.marklogic:marklogic-xcc:9.0.1'
2323
}

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": "trace-ui",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"license": "APACHE",
55
"homepage": "https://github.com/marklogic/marklogic-data-hub",
66
"scripts": {

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": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"license": "APACHE",
55
"homepage": "https://github.com/marklogic/marklogic-data-hub",
66
"scripts": {

0 commit comments

Comments
 (0)