Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Upgrade version to 0.2.0, start following semantic versioning from no…
Browse files Browse the repository at this point in the history
…w on
  • Loading branch information
pvdissel committed Mar 18, 2015
1 parent 1664d74 commit d14f342
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ allprojects {
File script(String name) {
project.file("gradle/${name}.gradle")
}

task wrapper(type: Wrapper) {
gradleVersion = '1.11'
}
2 changes: 1 addition & 1 deletion examples/job-with-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.1.6'
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/multi-job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.1.4'
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/single-job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.1.4'
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.6
version=0.2.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip

0 comments on commit d14f342

Please sign in to comment.