Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Nov 7, 2024
2 parents 0ac51dd + 4f15c54 commit e8420a7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ adding the following configuration to the project's `build.gradle` file:

```
dependencies {
mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
}
```

Expand All @@ -48,7 +48,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/running-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions examples/getting-started/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}

Expand All @@ -17,5 +17,5 @@ repositories {
}

dependencies {
mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
}
4 changes: 2 additions & 2 deletions examples/test-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}

Expand All @@ -17,5 +17,5 @@ repositories {
}

dependencies {
mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
}
4 changes: 2 additions & 2 deletions marklogic-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-junit5</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<name>com.marklogic:marklogic-junit5</name>
<description>Supports testing MarkLogic applications</description>
<url>https://github.com/marklogic-community/marklogic-junit5</url>
Expand Down Expand Up @@ -40,7 +40,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-unit-test-client</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion marklogic-unit-test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-unit-test-client</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<name>com.marklogic:marklogic-unit-test-client</name>
<description>Supports testing MarkLogic applications</description>
<url>https://github.com/marklogic-community/marklogic-unit-test-client</url>
Expand Down

0 comments on commit e8420a7

Please sign in to comment.