Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit aa90ef5

Browse files
committed
Release 2.2.0
1 parent d5512ed commit aa90ef5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.2.0] – 2018-06-26
99

1010
### Changed
1111

1212
- Main repository is now <https://github.com/java-diff-utils/java-diff-utils/>
1313
- The groupid is now `io.github.java-diff-utils`
14+
- Published on maven central
1415

1516
### Fixed
1617

@@ -81,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8182

8283
- switch from JDK5 to JDK7
8384

84-
[Unreleased]: https://github.com/java-diff-utils/java-diff-utils/compare/2.1.1...HEAD
85+
[Unreleased]: https://github.com/java-diff-utils/java-diff-utils/compare/2.2.0...HEAD
86+
[2.2.0]: https://github.com/java-diff-utils/java-diff-utils/compare/2.1.1...2.2.0
8587
[2.1.1]: https://github.com/java-diff-utils/java-diff-utils/compare/2.1.0...2.1.1
8688
[2.1.0]: https://github.com/java-diff-utils/java-diff-utils/compare/2.0.0...2.1.0
8789
[2.0.0]: https://github.com/java-diff-utils/java-diff-utils/compare/1.5.0...2.0.0

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'io.github.java-diff-utils'
66
archivesBaseName = 'java-diff-utils'
7-
version = '2.2.0-SNAPSHOT'
7+
version = '2.2.0'
88

99
sourceCompatibility = '1.7'
1010
targetCompatibility = '1.7'

0 commit comments

Comments
 (0)