Skip to content

Commit

Permalink
Upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
rundis committed Oct 21, 2013
1 parent c259479 commit bf3e153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'maven-publish'

description = 'Gradle Buster plugin for running busterjs tests'
group = 'org.gradle.buster'
version = '0.2.2'
version = '0.2.3'



Expand All @@ -25,7 +25,6 @@ repositories {

configurations {
sourceArchives
//all*.exclude group: 'log4j', module: 'log4j'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
//classpath 'org.gradle.buster:gradle-buster-plugin:0.1.0'
classpath files('../build/libs/gradle-buster-plugin-0.2.2.jar'),
classpath files('../build/libs/gradle-buster-plugin-0.2.3.jar'),
'net.sf.jpathwatch:jpathwatch:0.95',
'org.seleniumhq.selenium:selenium-java:2.33.0',
'com.github.detro.ghostdriver:phantomjsdriver:1.0.4',
Expand Down
2 changes: 1 addition & 1 deletion exampleFail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath files('../build/libs/gradle-buster-plugin-0.2.2.jar'),
classpath files('../build/libs/gradle-buster-plugin-0.2.3.jar'),
'net.sf.jpathwatch:jpathwatch:0.95',
'org.seleniumhq.selenium:selenium-java:2.33.0',
'com.github.detro.ghostdriver:phantomjsdriver:1.0.4',
Expand Down
2 changes: 1 addition & 1 deletion exampleMulti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

}
dependencies {
classpath files('../build/libs/gradle-buster-plugin-0.2.2.jar'),
classpath files('../build/libs/gradle-buster-plugin-0.2.3.jar'),
'net.sf.jpathwatch:jpathwatch:0.95',
'org.seleniumhq.selenium:selenium-java:2.33.0',
'com.github.detro.ghostdriver:phantomjsdriver:1.0.4',
Expand Down

0 comments on commit bf3e153

Please sign in to comment.