Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 3805c23

Browse files
committed
Bumping to 2.8.1
1 parent d604b48 commit 3805c23

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ publishing {
4242
artifact sourcesJar
4343
}
4444
}
45-
repositories {
46-
maven {
47-
url publishUrl
48-
}
49-
}
5045
}
5146

5247
if (project.hasProperty("myBintrayUser")) {
@@ -60,7 +55,7 @@ if (project.hasProperty("myBintrayUser")) {
6055
licenses = ['Apache-2.0']
6156
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
6257
version {
63-
name = "2.8.0"
58+
name = "2.8.1"
6459
released = new Date()
6560
}
6661
}

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
group=com.marklogic
2-
publishUrl=file:../gh-pages-marklogic-java/releases
32
javadocsDir=../gh-pages-marklogic-java/javadocs
4-
version=2.8.0
3+
version=2.8.1

0 commit comments

Comments
 (0)