We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4747080 commit 3efca83Copy full SHA for 3efca83
gradle.properties
@@ -1,5 +1,5 @@
1
group=com.marklogic
2
-version=4.0.4
3
-releaseVersion=4.0.4
+version=4.1.0
+releaseVersion=4.1.0
4
describedName=MarkLogic Java Client API
5
publishUrl=file:../marklogic-java/releases
ml-development-tools/build.gradle
@@ -11,8 +11,8 @@ apply plugin: 'java'
11
apply plugin: 'java-gradle-plugin'
12
apply plugin: 'maven-publish'
13
14
-group 'com.marklogic'
15
-version '4.1'
+//group 'com.marklogic'
+//version '4.1'
16
17
sourceCompatibility = '1.8'
18
targetCompatibility = '1.8'
0 commit comments