Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 28, 2017
1 parent 64a5cd2 commit 6976aa1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: java
jdk:
- oraclejdk8
- oraclejdk7
script:
- ./build.sh
notifications:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.50"
classpath "gradle.plugin.se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.51"
}
}
Expand Down
2 changes: 1 addition & 1 deletion git-changelog-gradle-plugin-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath "se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.51-SNAPSHOT"
classpath "se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.52-SNAPSHOT"
}
}

Expand Down

0 comments on commit 6976aa1

Please sign in to comment.