Skip to content

Commit

Permalink
Update to release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romeara committed Jan 21, 2020
1 parent 54038fa commit a944d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.0.0]
### Added
- bintray-credentials plug-in to encapsulate the behavior of reading credentials for Bintray from the environment

### Changed
- (GH-56) Fix resource leak when accessing dependency properties file

### Changed
- (GH-35) Added default "blank" credentials so that tasks other than publishing may be run in systems without the environment variables set
- (GH-15) Changed multi-module-library plug-in to only add default bintray credential set if the `com.jfrog.bintray` plug-in is applied
- (GH-36) Add default POM values for name and description as part of the metadata-pom plug-in
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.0.0-SNAPSHOT
version=1.0.0

# Consumed Language/Build System Versions
sourceCompatibility=1.8

0 comments on commit a944d0b

Please sign in to comment.