Skip to content

Commit

Permalink
Upgrade to Concordion 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sumner committed Apr 6, 2016
1 parent 1b7e58f commit c839c71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
apply from: 'https://raw.githubusercontent.com/concordion/concordion-extension-build/master/extension-build.gradle'

//TODO: Remove me once new concordion 2 release published
repositories {
maven {
url "https://oss.jfrog.org/artifactory/libs-snapshot"
}
//mavenLocal()
}

description = 'An extension to Concordion that capture screenshots, etc in storyboard format while the specification is being executed so that we can see exactly what the test has done against the system under test'

ext {
Expand Down Expand Up @@ -38,10 +30,6 @@ githubPages {

dependencies {
testCompile "org.concordion:concordion-embed-extension:1.1.2"

//TODO: Remove me once new concordion 2 release published
compile 'org.concordion:concordion:2.0.0-SNAPSHOT'
testCompile 'org.concordion:concordion:2.0.0-SNAPSHOT:tests'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.concordion
version=1.0.0-SNAPSHOT
version=2.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.util.ArrayList;
import java.util.List;

import org.concordion.api.BeforeExample;
import org.concordion.integration.junit4.ConcordionRunner;
import org.junit.After;
import org.junit.Before;
Expand Down

0 comments on commit c839c71

Please sign in to comment.