Skip to content

Commit

Permalink
using lib 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 1, 2015
1 parent 7d88c89 commit 160b7a5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,28 @@ Changelog of Git Changelog Gradle plugin.
## Next release
### Other changes

[f79341f60ed2202](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/f79341f60ed2202) Tomas Bjerre *2015-11-23 22:08:57*
[7d88c89c3575bb8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/7d88c89c3575bb8) Tomas Bjerre *2015-11-23 22:11:49*

doc


## 1.7
### GitHub

[378d5ebbd4a0d29](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/378d5ebbd4a0d29) Tomas Bjerre *2015-11-23 22:09:40*

using lib 1.13


### Other changes

[1303f55cdbf330f](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/1303f55cdbf330f) Tomas Bjerre *2015-11-23 18:14:55*

doc


## 1.6
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-gradle-plugin/issues/1) Use latest lib
### GitHub

[31b0e8f2ca18e95](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/31b0e8f2ca18e95) Tomas Bjerre *2015-11-23 18:11:30*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.7"
classpath "gradle.plugin.se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.8"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
compile 'se.bjurr.gitchangelog:git-changelog-lib:1.13'
compile 'se.bjurr.gitchangelog:git-changelog-lib:1.14'
}

eclipse {
Expand Down
15 changes: 13 additions & 2 deletions git-changelog-gradle-plugin-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,28 @@ Changelog of Git Changelog Gradle plugin.
## Next release
### Other changes

[f79341f60ed2202](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/f79341f60ed2202) Tomas Bjerre *2015-11-23 22:08:57*
[7d88c89c3575bb8](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/7d88c89c3575bb8) Tomas Bjerre *2015-11-23 22:11:49*

doc


## 1.7
### GitHub

[378d5ebbd4a0d29](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/378d5ebbd4a0d29) Tomas Bjerre *2015-11-23 22:09:40*

using lib 1.13


### Other changes

[1303f55cdbf330f](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/1303f55cdbf330f) Tomas Bjerre *2015-11-23 18:14:55*

doc


## 1.6
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-gradle-plugin/issues/1) Use latest lib
### GitHub

[31b0e8f2ca18e95](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/31b0e8f2ca18e95) Tomas Bjerre *2015-11-23 18:11:30*

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.7-SNAPSHOT"
classpath "se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.8-SNAPSHOT"
}
}

Expand Down

0 comments on commit 160b7a5

Please sign in to comment.