Skip to content

Commit

Permalink
global: Set version to 2.1.3 + update JUnit to 5.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Aug 2, 2017
1 parent 1153289 commit c03c472
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '2.1'
version '2.1.3'

apply plugin: 'maven'
apply plugin: 'java'
Expand All @@ -9,7 +9,7 @@ repositories {
}

dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M5'
}

// Jar files
Expand Down
4 changes: 2 additions & 2 deletions hocon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '2.1'
version '2.1.3'

apply plugin: 'maven'
apply plugin: 'java'
Expand All @@ -11,7 +11,7 @@ repositories {
dependencies {
compile project(':core')
compile 'com.typesafe:config:1.3.1'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M5'
}

// Jar files
Expand Down
4 changes: 2 additions & 2 deletions json/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '2.1'
version '2.1.3'

apply plugin: 'maven'
apply plugin: 'java'
Expand All @@ -10,7 +10,7 @@ repositories {

dependencies {
compile project(':core')
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M5'
}

// Jar files
Expand Down
4 changes: 2 additions & 2 deletions toml/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '2.1'
version '2.1.3'

apply plugin: 'maven'
apply plugin: 'java'
Expand All @@ -10,7 +10,7 @@ repositories {

dependencies {
compile project(':core')
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M5'
}

// Jar files
Expand Down
4 changes: 2 additions & 2 deletions yaml/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '2.1'
version '2.1.3'

apply plugin: 'maven'
apply plugin: 'java'
Expand All @@ -11,7 +11,7 @@ repositories {
dependencies {
compile project(':core')
compile 'org.yaml:snakeyaml:1.18'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M4'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.0-M5'
}

// Jar files
Expand Down

0 comments on commit c03c472

Please sign in to comment.