File tree 2 files changed +3
-3
lines changed
ml-development-tools/src/test/example-project
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath " com.marklogic:ml-development-tools:6.3-SNAPSHOT "
7
+ classpath " com.marklogic:ml-development-tools:6.3.0 "
8
8
}
9
9
}
10
10
@@ -23,7 +23,7 @@ repositories {
23
23
}
24
24
25
25
dependencies {
26
- implementation ' com.marklogic:marklogic-client-api:6.3-SNAPSHOT '
26
+ implementation ' com.marklogic:marklogic-client-api:6.3.0 '
27
27
}
28
28
29
29
task testFullPath (type : com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It is not intended to be used to build this project.
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >com.marklogic</groupId >
13
13
<artifactId >marklogic-client-api</artifactId >
14
- <version >6.3-SNAPSHOT </version >
14
+ <version >6.3.0 </version >
15
15
<dependencies >
16
16
<dependency >
17
17
<groupId >javax.xml.bind</groupId >
You can’t perform that action at this time.
0 commit comments