Skip to content

Commit bf0ff0c

Browse files
authored
Merge branch 'master' into release/6.4.0
2 parents 254654e + 7c73f9d commit bf0ff0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ml-development-tools/src/test/example-project/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath "com.marklogic:ml-development-tools:6.3-SNAPSHOT"
7+
classpath "com.marklogic:ml-development-tools:6.3.0"
88
}
99
}
1010

@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation 'com.marklogic:marklogic-client-api:6.3-SNAPSHOT'
26+
implementation 'com.marklogic:marklogic-client-api:6.3.0'
2727
}
2828

2929
task testFullPath(type: com.marklogic.client.tools.gradle.EndpointProxiesGenTask) {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is not intended to be used to build this project.
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>com.marklogic</groupId>
1313
<artifactId>marklogic-client-api</artifactId>
14-
<version>6.3-SNAPSHOT</version>
14+
<version>6.3.0</version>
1515
<dependencies>
1616
<dependency>
1717
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)