Skip to content

Commit 3efca83

Browse files
committed
update version for release
1 parent 4747080 commit 3efca83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=4.0.4
3-
releaseVersion=4.0.4
2+
version=4.1.0
3+
releaseVersion=4.1.0
44
describedName=MarkLogic Java Client API
55
publishUrl=file:../marklogic-java/releases

ml-development-tools/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ apply plugin: 'java'
1111
apply plugin: 'java-gradle-plugin'
1212
apply plugin: 'maven-publish'
1313

14-
group 'com.marklogic'
15-
version '4.1'
14+
//group 'com.marklogic'
15+
//version '4.1'
1616

1717
sourceCompatibility = '1.8'
1818
targetCompatibility = '1.8'

0 commit comments

Comments
 (0)