Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 10, 2017
1 parent 2c112a0 commit 1cd5f0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log
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/).

## [1.0.0] – 2017-09-10

First release of embedded ADRs.

[unreleased]: https://github.com/adr/e-adr/compare/v1.0.0...master
[1.0.0]: https://github.com/adr/e-adr/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'checkstyle'

group = 'io.github.adr'
version = "1.0.0-SNAPSHOT"
version = '1.0.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
2 changes: 1 addition & 1 deletion io.github.adr.embedded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ archivesBaseName = 'e-adr'

// version has specified here, too
// otherwise, Gradle's uploadArchives task uses "unspecified" as version name
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit 1cd5f0d

Please sign in to comment.