Skip to content

Commit 549cb4a

Browse files
rjrudinjamesagardner
authored andcommitted
Renaming marklogic-junit to marklogic-junit5 (#78)
This allows for marklogic-junit5 to be published under marklogic-community
1 parent 8a5e901 commit 549cb4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+21
-22
lines changed

marklogic-junit/README.md renamed to marklogic-junit5/README.md

Lines changed: 1 addition & 1 deletion

marklogic-junit/build.gradle renamed to marklogic-junit5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ publishing {
5050
publications {
5151
mainJava(MavenPublication) {
5252
from components.java
53-
artifactId "marklogic-junit"
53+
artifactId project.name
5454
}
5555
sourcesJava(MavenPublication) {
5656
from components.java
57-
artifactId "marklogic-junit"
57+
artifactId project.name
5858
artifact sourcesJar
5959
}
6060
}

marklogic-junit/examples/simple-dhf4/README.md renamed to marklogic-junit5/examples/simple-dhf4/README.md

Lines changed: 1 addition & 1 deletion

marklogic-junit/examples/simple-dhf4/build.gradle renamed to marklogic-junit5/examples/simple-dhf4/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ repositories {
1010
}
1111

1212
dependencies {
13-
mlRestApi "com.marklogic:marklogic-unit-test-modules:0.13.develop"
13+
mlRestApi "com.marklogic:marklogic-unit-test-modules:1.0.beta"
1414

15-
testCompile "com.marklogic:marklogic-junit:0.13.develop"
15+
testCompile "com.marklogic:marklogic-junit5:1.0.beta"
1616
testCompile "com.marklogic:marklogic-data-hub:4.2.2"
1717

1818
// Needed by Gradle 4.6+

0 commit comments

Comments
 (0)