Skip to content

Commit 57d8444

Browse files
committed
Set version to release 3.0.1
1 parent 967c829 commit 57d8444

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Changes:
22

33
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.
47
- 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.
59
- Fixed typo in sendGenerickNack.
610
- Replace jCharset due to incompatible GNU GPL license.
711
- Update several Maven dependencies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ License
4444
Copyright (C) 2007-2013, Nuruddin Ashr <uudashr@gmail.com>
4545
Copyright (C) 2012-2013, Denis Kostousov <denis.kostousov@gmail.com>
4646
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>
4848

4949
This project is licensed under the Apache Software License 2.0.

jsmpp-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsmpp-pom</artifactId>
55
<groupId>org.jsmpp</groupId>
6-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jsmpp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jsmpp</groupId>
66
<artifactId>jsmpp-pom</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>bundle</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jsmpp</groupId>
66
<artifactId>jsmpp-pom</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>jSMPP - Parent</name>

0 commit comments

Comments
 (0)