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

Commit 21b3fbb

Browse files
committed
Setting version to 2.3.0-DEV
1 parent 179e102 commit 21b3fbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
sourceSets.main.resources.srcDir 'src/main/java'
2929

3030
task sourcesJar(type: Jar, dependsOn: classes) {
31-
classifier 'sources'
31+
classifier 'sources'
3232
from sourceSets.main.allJava
3333
}
3434

@@ -46,7 +46,7 @@ publishing {
4646
}
4747
}
4848
}
49-
49+
5050
if (project.hasProperty("myBintrayUser")) {
5151
bintray {
5252
user = myBintrayUser
@@ -58,7 +58,7 @@ if (project.hasProperty("myBintrayUser")) {
5858
licenses = ['Apache-2.0']
5959
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
6060
version {
61-
name = "2.2.0"
61+
name = "2.3.0-DEV"
6262
released = new Date()
6363
}
6464
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=com.marklogic
22
javadocsDir=../gh-pages-marklogic-java/javadocs
3-
version=2.2.0
3+
version=2.3.0-DEV

0 commit comments

Comments
 (0)