Skip to content

Commit

Permalink
prepare new release version v2.2 and adjust build for new JUnit5 vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
aaschmid committed Jan 29, 2018
1 parent 6eaaf46 commit 28956e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: java

script:
- ./gradlew build -Pjunit4Version=4.8.2 -PjunitJupiterVersion=5.0.0-M6 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.9 -PjunitJupiterVersion=5.0.0-RC3 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.10 -PjunitJupiterVersion=5.0.0 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.11 -PjunitJupiterVersion=5.0.1 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.8.2 -PjunitJupiterVersion=5.0.0 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.9 -PjunitJupiterVersion=5.0.1 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.10 -PjunitJupiterVersion=5.0.2 -PskipFindBugs
- ./gradlew build -Pjunit4Version=4.11 -PjunitJupiterVersion=5.0.3 -PskipFindBugs

- ./gradlew build

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {
apply plugin: 'osgi'

group = 'com.tngtech.junit.dataprovider'
version = '2.1'
version = '2.2'
}

project(':core') {
Expand Down

0 comments on commit 28956e4

Please sign in to comment.