File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
examples/simple-ml-gradle
marklogic-unit-test-client Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ subprojects {
4
4
apply plugin : " signing"
5
5
6
6
group = " com.marklogic"
7
- version = " 1.4-SNAPSHOT "
7
+ version = " 1.4.0 "
8
8
9
9
java {
10
10
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ adding the following configuration to the project's `build.gradle` file:
30
30
31
31
```
32
32
dependencies {
33
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.3 .0"
33
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.4 .0"
34
34
}
35
35
```
36
36
@@ -49,7 +49,7 @@ buildscript {
49
49
mavenCentral()
50
50
}
51
51
dependencies {
52
- classpath "com.marklogic:marklogic-unit-test-client:1.3 .0"
52
+ classpath "com.marklogic:marklogic-unit-test-client:1.4 .0"
53
53
}
54
54
}
55
55
```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
mavenCentral()
20
20
}
21
21
dependencies {
22
- classpath "com.marklogic:marklogic-unit-test-client:1.3 .0"
22
+ classpath "com.marklogic:marklogic-unit-test-client:1.4 .0"
23
23
}
24
24
}
25
25
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath " com.marklogic:marklogic-unit-test-client:1.3 .0"
6
+ classpath " com.marklogic:marklogic-unit-test-client:1.4 .0"
7
7
}
8
8
}
9
9
@@ -17,5 +17,5 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- mlBundle " com.marklogic:marklogic-unit-test-modules:1.3 .0"
20
+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.4 .0"
21
21
}
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath " com.marklogic:marklogic-unit-test-client:1.3 .0"
6
+ classpath " com.marklogic:marklogic-unit-test-client:1.4 .0"
7
7
}
8
8
}
9
9
10
10
plugins {
11
11
id " net.saliman.properties" version " 1.5.2"
12
- id " com.marklogic.ml-gradle" version " 4.5.2 "
12
+ id " com.marklogic.ml-gradle" version " 4.6.0 "
13
13
}
14
14
15
15
repositories {
16
16
mavenCentral()
17
17
}
18
18
19
19
dependencies {
20
- mlBundle " com.marklogic:marklogic-unit-test-modules:1.3 .0"
20
+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.4 .0"
21
21
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Next, add the following dependencies:
36
36
dependencies {
37
37
// existing dependencies
38
38
39
- testImplementation "com.marklogic:marklogic-junit5:1.3 .0"
39
+ testImplementation "com.marklogic:marklogic-junit5:1.4 .0"
40
40
41
41
// Forcing Spring to use logback instead of commons-logging
42
42
testImplementation "ch.qos.logback:logback-classic:1.3.5"
@@ -107,8 +107,8 @@ You'll still be able to leverage all of the testing support in AbstractMarkLogic
107
107
If you'd like to write and execute marklogic-unit-test test modules, add the following to your build.gradle file as well (grab
108
108
the latest version for both dependencies):
109
109
110
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.3 .0"
111
- testImplementation "com.marklogic:marklogic-unit-test-client:1.3 .0"
110
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.4 .0"
111
+ testImplementation "com.marklogic:marklogic-unit-test-client:1.4 .0"
112
112
113
113
In addition, add the following to gradle.properties so that you can store test modules in a directory separate from
114
114
your application modules:
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- mlBundle " com.marklogic:marklogic-unit-test-modules:1.3 .0"
17
+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.4 .0"
18
18
19
- api " com.marklogic:marklogic-client-api:6.1 .0"
19
+ api " com.marklogic:marklogic-client-api:6.3 .0"
20
20
21
- testImplementation " com.marklogic:marklogic-junit5:1.3 .0"
21
+ testImplementation " com.marklogic:marklogic-junit5:1.4 .0"
22
22
23
23
// Forcing Spring to use logback instead of commons-logging
24
24
testImplementation " ch.qos.logback:logback-classic:1.3.5"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
12
12
<modelVersion >4.0.0</modelVersion >
13
13
<groupId >com.marklogic</groupId >
14
14
<artifactId >marklogic-junit5</artifactId >
15
- <version >1.3 .0</version >
15
+ <version >1.4 .0</version >
16
16
<name >com.marklogic:marklogic-junit5</name >
17
17
<description >Supports testing MarkLogic applications</description >
18
18
<url >https://github.com/marklogic-community/marklogic-junit5</url >
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
40
40
<dependency >
41
41
<groupId >com.marklogic</groupId >
42
42
<artifactId >marklogic-unit-test-client</artifactId >
43
- <version >1.3 .0</version >
43
+ <version >1.4 .0</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
12
12
<modelVersion >4.0.0</modelVersion >
13
13
<groupId >com.marklogic</groupId >
14
14
<artifactId >marklogic-unit-test-client</artifactId >
15
- <version >1.3 .0</version >
15
+ <version >1.4 .0</version >
16
16
<name >com.marklogic:marklogic-unit-test-client</name >
17
17
<description >Supports testing MarkLogic applications</description >
18
18
<url >https://github.com/marklogic-community/marklogic-unit-test-client</url >
You can’t perform that action at this time.
0 commit comments