Skip to content

Commit 4f15c54

Browse files
committed
Bumped up version numbers in example projects
1 parent ca02b7c commit 4f15c54

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ adding the following configuration to the project's `build.gradle` file:
2929

3030
```
3131
dependencies {
32-
mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
32+
mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
3333
}
3434
```
3535

@@ -48,7 +48,7 @@ buildscript {
4848
mavenCentral()
4949
}
5050
dependencies {
51-
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
51+
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
5252
}
5353
}
5454
```

docs/running-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
mavenCentral()
1919
}
2020
dependencies {
21-
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
21+
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
2222
}
2323
}
2424
```

examples/getting-started/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
6+
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
77
}
88
}
99

@@ -17,5 +17,5 @@ repositories {
1717
}
1818

1919
dependencies {
20-
mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
20+
mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
2121
}

examples/test-examples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
6+
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
77
}
88
}
99

@@ -17,5 +17,5 @@ repositories {
1717
}
1818

1919
dependencies {
20-
mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
20+
mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
2121
}

marklogic-junit5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.marklogic</groupId>
1414
<artifactId>marklogic-junit5</artifactId>
15-
<version>1.4.0</version>
15+
<version>1.5.0</version>
1616
<name>com.marklogic:marklogic-junit5</name>
1717
<description>Supports testing MarkLogic applications</description>
1818
<url>https://github.com/marklogic-community/marklogic-junit5</url>
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>marklogic-unit-test-client</artifactId>
43-
<version>1.4.0</version>
43+
<version>1.5.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

marklogic-unit-test-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.marklogic</groupId>
1414
<artifactId>marklogic-unit-test-client</artifactId>
15-
<version>1.4.0</version>
15+
<version>1.5.0</version>
1616
<name>com.marklogic:marklogic-unit-test-client</name>
1717
<description>Supports testing MarkLogic applications</description>
1818
<url>https://github.com/marklogic-community/marklogic-unit-test-client</url>

0 commit comments

Comments
 (0)