Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
version: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Nov 3, 2015
1 parent 8ac7add commit 352e87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased

## 0.7.0
* Remove usage of Apache Commons IO (#19)
* Add ability to retry processing of duplicate type definitions (#13)
* Renamed "encoding" option to "outputCharacterEncoding" to match Avro compiler
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.withType(AbstractCompile) {
}
sourceCompatibility = 1.7

version = "0.7.0-SNAPSHOT"
version = "0.7.0"
group = "com.commercehub.gradle.plugin"

pluginBundle {
Expand Down

0 comments on commit 352e87b

Please sign in to comment.