Skip to content

Commit b6db1a5

Browse files
author
Ugo Plouviez
committed
version 3.0.0-alpha1 release
1 parent db277f1 commit b6db1a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ apply plugin: 'maven'
2121
apply plugin: 'jacoco'
2222

2323
group = 'com.iexec.worker'
24-
version = '0.0.1-SNAPSHOT'
2524
sourceCompatibility = 1.8
2625

2726
def UNIQUE_ID='hostname -f'.execute().text.trim()
@@ -149,4 +148,4 @@ task pushImage(type: Exec) {
149148
}
150149

151150
pushImage.dependsOn buildImage
152-
pushImage.enabled = isMasterBranch && project.hasProperty("dockerHubUser") && project.hasProperty("dockerHubPassword")
151+
pushImage.enabled = isMasterBranch && project.hasProperty("dockerHubUser") && project.hasProperty("dockerHubPassword")

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
iexecCommonVersion=0.0.1-SNAPSHOT
2-
packageCloudPassword=fake
1+
iexecCommonVersion=3.0.0-alpha1
2+
packageCloudPassword=fake
3+
version=3.0.0-alpha1

0 commit comments

Comments
 (0)