File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes:
2
2
3
3
3.0.1
4
+ - use ReadWriteLock instead of synchronized on class level.
5
+ - Don't try to close the session from enquireLinkSender too.
6
+ - Fixed typo in User_response_code optional parameter.
4
7
- Decode not only the header if the status is not OK.
8
+ - Allow data_sm_resp to be sent with message_id and optional_parameters when command_status != 0.
5
9
- Fixed typo in sendGenerickNack.
6
10
- Replace jCharset due to incompatible GNU GPL license.
7
11
- Update several Maven dependencies.
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ License
44
44
Copyright (C) 2007-2013, Nuruddin Ashr < uudashr@gmail.com >
45
45
Copyright (C) 2012-2013, Denis Kostousov <denis.kostousov@gmail.com >
46
46
Copyright (C) 2014, Daniel Pocock http://danielpocock.com
47
- Copyright (C) 2016-2021 , Pim Moerenhout <pim.moerenhout@gmail.com >
47
+ Copyright (C) 2016-2024 , Pim Moerenhout <pim.moerenhout@gmail.com >
48
48
49
49
This project is licensed under the Apache Software License 2.0.
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >jsmpp-pom</artifactId >
5
5
<groupId >org.jsmpp</groupId >
6
- <version >3.0.1-SNAPSHOT </version >
6
+ <version >3.0.1</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jsmpp</groupId >
6
6
<artifactId >jsmpp-pom</artifactId >
7
- <version >3.0.1-SNAPSHOT </version >
7
+ <version >3.0.1</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.jsmpp</groupId >
6
6
<artifactId >jsmpp-pom</artifactId >
7
- <version >3.0.1-SNAPSHOT </version >
7
+ <version >3.0.1</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >jSMPP - Parent</name >
You can’t perform that action at this time.
0 commit comments