File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ml-development-tools/src/test/example-project Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11group =com.marklogic
2- version =6.3-SNAPSHOT
2+ version =6.3.0
33describedName =MarkLogic Java Client API
44publishUrl =file:../marklogic-java/releases
55
Original file line number Diff line number Diff 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
2525dependencies {
26- implementation ' com.marklogic:marklogic-client-api:6.3-SNAPSHOT '
26+ implementation ' com.marklogic:marklogic-client-api:6.3.0 '
2727}
2828
2929task 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.
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 >
You can’t perform that action at this time.
0 commit comments