Skip to content

Commit

Permalink
Release 0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed Sep 27, 2016
1 parent a17faa7 commit d3598dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## Current snapshot

## Release 0.74.0
* Removed dependency to edison-hal (was introduced for testing purposes only).
* Removed usage of testng and replaced it by Junit

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subprojects {
// Minor Release: 0.X.0: Additional Features, updates from minor releases in Spring
// Micro Release: 0.0.X: Bugfixes, non-breaking changes, updates from micro releases in Spring
// DO NOT FORGET TO DOCUMENT CHANGES IN HISTORY.MD
version = '0.74.0-SNAPSHOT'
version = '0.74.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit d3598dd

Please sign in to comment.