File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
main/resources/scaffolding Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
7878plugins {
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
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 ' 2.0.0-alpha.3 '
7+ id ' com.marklogic.ml-data-hub' version ' 2.0.0-alpha.4 '
88}
99
1010repositories {
@@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
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'
Original file line number Diff line number Diff line change 1- version =2.0.0-alpha.3
1+ version =2.0.0-alpha.4
Original file line number Diff line number Diff 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
1515repositories {
@@ -18,6 +18,6 @@ repositories {
1818}
1919
2020dependencies {
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}
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments