File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
<groupId >com.fasterxml.util</groupId >
9
9
<artifactId >java-merge-sort</artifactId >
10
10
<name >java-merge-sort</name >
11
- <version >0.7.3 -SNAPSHOT</version >
11
+ <version >0.8.0 -SNAPSHOT</version >
12
12
<packaging >bundle</packaging >
13
13
<description >Basic disk-backed N-way merge sort
14
14
</description >
22
22
<developer >
23
23
<id >tatu</id >
24
24
<name >Tatu Saloranta</name >
25
- <email >tatu@ning.com </email >
25
+ <
email >tatu
[email protected] </
email >
26
26
</developer >
27
27
</developers >
28
28
56
56
<dependency >
57
57
<groupId >org.codehaus.jackson</groupId >
58
58
<artifactId >jackson-mapper-asl</artifactId >
59
- <version >1.9.2 </version >
59
+ <version >1.9.11 </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
</dependencies >
Original file line number Diff line number Diff line change 1
1
Project: java-merge-sort
2
2
License: Apache License 2.0
3
- Version: 0.7.2
3
+ Version: 0.8.0
4
4
Release date: 24-Jul-2013
5
5
6
6
* [Issue#6]: Incorrect handling of '\r'
You can’t perform that action at this time.
0 commit comments