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

Commit c33061f

Browse files
committed
Only needs jcenter now
1 parent 817ee1e commit c33061f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ targetCompatibility = "1.7"
1111

1212
repositories {
1313
jcenter()
14-
maven {url "http://developer.marklogic.com/maven2/"}
15-
maven {url "http://rjrudin.github.io/marklogic-java/releases"}
1614
}
1715

1816
dependencies {
@@ -61,7 +59,8 @@ if (project.hasProperty("myBintrayUser")) {
6159
licenses = ['Apache-2.0']
6260
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
6361
version {
64-
name = version
62+
name = "2.0rc1"
63+
released = new Date()
6564
}
6665
}
6766
}

0 commit comments

Comments
 (0)