Skip to content

Commit 5bddbe6

Browse files
committed
Bumping to 4.0-beta1
1 parent 6a9ff72 commit 5bddbe6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
id "java-gradle-plugin"
1010
}
1111

12-
sourceCompatibility = "1.8"
13-
targetCompatibility = "1.8"
12+
sourceCompatibility = "9"
13+
targetCompatibility = "9"
1414

1515
repositories {
1616
mavenLocal() // Used for local development only

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group=com.marklogic
2-
version=3.17.0
2+
version=4.0-beta1
33
javadocsDir=../gh-pages-marklogic-java/javadocs
44

5-
mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.17.0
5+
mlAppDeployerDependency=com.marklogic:ml-app-deployer:4.0-beta1
66
mlcpUtilDependency=com.marklogic:mlcp-util:0.9.0
77
mlDataMovementDependency=com.marklogic:marklogic-data-movement-components:1.2.0
88
mlUnitTestDependency=com.marklogic:marklogic-unit-test-client:1.0.beta

0 commit comments

Comments
 (0)