Skip to content

Commit 046a85e

Browse files
committed
Bumping up to 2.3.0-RC1
1 parent b3005e0 commit 046a85e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (project.hasProperty("myBintrayUser")) {
7272
pluginBundle {
7373
website = 'http://www.gradle.org/'
7474
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
75-
description = 'Testing ml-gradle publishing'
75+
description = 'Publishes ml-gradle'
7676
tags = ['marklogic']
7777

7878
plugins {
@@ -81,11 +81,11 @@ pluginBundle {
8181
displayName = 'ml-gradle for MarkLogic'
8282
description = 'Gradle plugin for configuring and deploying applications to MarkLogic'
8383
tags = ['marklogic']
84-
version = "2.2.0"
84+
version = "2.3.0-RC1"
8585
}
8686
}
8787

8888
mavenCoordinates {
89-
version = "2.2.0"
89+
version = "2.3.0-RC1"
9090
}
9191
}

0 commit comments

Comments
 (0)