Skip to content

Commit

Permalink
Prepare for release 2.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoerenhout committed Feb 26, 2020
1 parent 13601c3 commit dd24d43
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes:

Please note that this release is the latest using Java 1.6. The next release will require at minumum Java 1.8.
Please note that this release is the latest using Java 1.6. The next release will require at minimum Java 1.7.

2.3.9
- Ignore the PDU body in the handling of submit_multi_resp with non-zero command status.
- Clearify the log in submit_multi_sm example.
- Update JUnit dependency to 4.13.
- Optimize OctetUtil and add extra unit tests.
- Add SSL connection factories and examples.
- Implement additional request handlers in StressClient.

2.3.8
- Update dependency Slf4j to 1.7.30.
Expand Down
2 changes: 1 addition & 1 deletion jsmpp-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jsmpp-pom</artifactId>
<groupId>org.jsmpp</groupId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jsmpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jsmpp</groupId>
<artifactId>jsmpp-pom</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jsmpp</groupId>
<artifactId>jsmpp-pom</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<packaging>pom</packaging>

<name>jSMPP - Parent</name>
Expand Down

0 comments on commit dd24d43

Please sign in to comment.