Skip to content

Commit 3382d36

Browse files
committed
Prepare for 3.0.2 release
Remove "-SNAPSHOT" logic, as it's incompatible with new CI strategy.
1 parent 9e0d2f0 commit 3382d36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ defaultTasks 'clean', 'buildAll'
99
apply plugin: 'java'
1010

1111
def baseVersion = '3.0.2'
12-
def snapshot = true
1312

1413
def branch = 'cypress'
1514

@@ -54,7 +53,7 @@ if (!project.hasProperty("elasticsearchVersion")) {
5453
}
5554

5655
group = 'com.couchbase'
57-
version = baseVersion + "-" + branch + "-es" + ext.elasticsearchVersion + (snapshot ? "-SNAPSHOT" : "")
56+
version = baseVersion + "-" + branch + "-es" + ext.elasticsearchVersion
5857

5958
sourceCompatibility = 1.8
6059
targetCompatibility = 1.8

0 commit comments

Comments
 (0)