Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
Update to release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romeara committed Jun 18, 2019
1 parent b521763 commit 049a936
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.0]
### Changed
- (GH-19) Corrected formatting errors detected by Checkstyle
- (GH-23) Switch to reactive configuration of values dependent on the java plug-in, to reduce coupling with that specific plug-in
Expand Down
2 changes: 1 addition & 1 deletion docs/dependency-insight.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '1.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '1.1.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/increase-test-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
jcenter()
}
dependencies {
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '1.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '1.1.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/merge-coverage-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
jcenter()
}
dependencies {
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '1.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '1.1.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Application Versions
version=1.1.0-SNAPSHOT
version=1.1.0

# Consumed Language/Build System Versions
javaVersion=1.8
Expand Down

0 comments on commit 049a936

Please sign in to comment.