This repository was archived by the owner on Nov 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44
55group = ' io.github.java-diff-utils'
66archivesBaseName = ' java-diff-utils'
7- version = ' 2.2.0-SNAPSHOT '
7+ version = ' 2.2.0'
88
99sourceCompatibility = ' 1.7'
1010targetCompatibility = ' 1.7'
You can’t perform that action at this time.
0 commit comments