Skip to content

Commit

Permalink
update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Nov 15, 2018
1 parent 4f7a2bc commit e16b36d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following to your build.gradle file:
----
// The plugins block needs to be at the top of your build script
plugins {
id 'org.unbroken-dome.test-sets' version '2.0.1'
id 'org.unbroken-dome.test-sets' version '2.0.2'
}
testSets {
Expand Down Expand Up @@ -68,7 +68,7 @@ To use the TestSets plugin, include the following in your Gradle script:
[source,groovy]
----
plugins {
id 'org.unbroken-dome.test-sets' version '2.0.1'
id 'org.unbroken-dome.test-sets' version '2.0.2'
}
----

Expand Down Expand Up @@ -363,7 +363,7 @@ To create a test set, use any of the common idioms from the Kotlin DSL:
import org.unbrokendome.gradle.plugins.testsets.dsl.TestLibrary
plugins {
id("org.unbroken-dome.test-sets") version "2.0.1"
id("org.unbroken-dome.test-sets") version "2.0.2"
}
testSets {
Expand Down Expand Up @@ -392,7 +392,7 @@ putting their name, similar to Groovy (you need to put the names in quotes, howe
import org.unbrokendome.gradle.plugins.testsets.dsl.TestLibrary
plugins {
id("org.unbroken-dome.test-sets") version "2.0.1"
id("org.unbroken-dome.test-sets") version "2.0.2"
}
testSets {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.gradle-plugins
version=2.0.1
version=2.0.2

pluginBundle.displayName=Gradle TestSets plugin
pluginBundle.description=A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests). Each test set is a logical grouping of a source set, dependency configurations, and related tasks and artifacts.
Expand Down

0 comments on commit e16b36d

Please sign in to comment.