jrialland / ajp-client

Java implementation of an AJP13 protocol client (aka Apache JServ), allowing to send requests to a servlet container using this protocol.
Apache License 2.0
30 stars 7 forks source link

Set version to 1.11-SNAPSHOT, update dependencies, etc. #12

Closed pmoerenhout closed 4 years ago

pmoerenhout commented 4 years ago

Upgrade JUnit to 4.13, Logback to 1.2.3, Slf4j to 1.7.30. Use properties for all versions, and align the pom.xml.

Could you release the latest version as 1.11 ?

jrialland commented 4 years ago

Hello, I have released 1.11 and it should appear on central repositories today -

pmoerenhout commented 4 years ago

Thanks a lot!