Skip to content

Commit 34ba111

Browse files
committed
Merge branch 'master' of https://github.com/scm4j/scm4j-commons
# Conflicts: # build.gradle
2 parents c253e56 + 761296a commit 34ba111

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ plugins {
77
id 'com.github.kt3k.coveralls' version '2.8.1'
88
}
99

10-
sourceCompatibility = JavaVersion.VERSION_1_7
11-
targetCompatibility = JavaVersion.VERSION_1_7
10+
sourceCompatibility = JavaVersion.VERSION_1_8
11+
targetCompatibility = JavaVersion.VERSION_1_8
1212

1313
group = 'org.scm4j'
14-
version = file('version').text
14+
version = file('version').text.trim()
1515

1616
dependencies {
1717
testCompile 'junit:junit:4.12'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0-SNAPSHOT
1+
8.0-SNAPSHOT

0 commit comments

Comments
 (0)