This repository was archived by the owner on Nov 12, 2019. It is now read-only.
File tree 2 files changed +5
-3
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.2.0 ] – 2018-06-26
9
9
10
10
### Changed
11
11
12
12
- Main repository is now < https://github.com/java-diff-utils/java-diff-utils/ >
13
13
- The groupid is now ` io.github.java-diff-utils `
14
+ - Published on maven central
14
15
15
16
### Fixed
16
17
@@ -81,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
81
82
82
83
- switch from JDK5 to JDK7
83
84
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
85
87
[ 2.1.1 ] : https://github.com/java-diff-utils/java-diff-utils/compare/2.1.0...2.1.1
86
88
[ 2.1.0 ] : https://github.com/java-diff-utils/java-diff-utils/compare/2.0.0...2.1.0
87
89
[ 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'
4
4
5
5
group = ' io.github.java-diff-utils'
6
6
archivesBaseName = ' java-diff-utils'
7
- version = ' 2.2.0-SNAPSHOT '
7
+ version = ' 2.2.0'
8
8
9
9
sourceCompatibility = ' 1.7'
10
10
targetCompatibility = ' 1.7'
You can’t perform that action at this time.
0 commit comments