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

Commit

Permalink
Revert "Revert "Update to release version 3.0.0""
Browse files Browse the repository at this point in the history
This reverts commit df838b1.
  • Loading branch information
romeara committed Jul 11, 2019
1 parent 7784030 commit bac5728
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 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]

## [3.0.0]
### Added
- (GH-35) Added ability to specify credentials and their load sources within Gradle builds
- (GH-37) Added ability to load dependency version constraints from a properties file
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: '2.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '3.0.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/dependency-reporting.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: '2.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '3.0.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: '2.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '3.0.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: '2.0.0'
classpath group: 'org.starchartlabs.flare', name: 'flare-operations-plugins', version: '3.0.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=3.0.0-SNAPSHOT
version=3.0.0

# Consumed Language/Build System Versions
sourceCompatibility=1.8

0 comments on commit bac5728

Please sign in to comment.