Skip to content

Commit 548336a

Browse files
committed
Bumped to 6.3.0
1 parent f6ffb14 commit 548336a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=6.3-SNAPSHOT
2+
version=6.3.0
33
describedName=MarkLogic Java Client API
44
publishUrl=file:../marklogic-java/releases
55

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)