diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1bb68..9d06621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [3.0.1] - 2024-11-18 +### Fixed +- User-Agent header + +## [3.0.0] - 2024-10-30 + ## [3.0.0-RC17] - 2024-10-29 ### Changed - `pl.smsapi.api.action.subusers.SubuserAdd` and `pl.smsapi.api.action.subusers.SubuserEdit` actions setters, fluent interface added diff --git a/README.md b/README.md index c72bd35..b2770ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add following in your project **pom.xml** file: pl.smsapi smsapi-lib - 3.0.0-RC15 + 3.0.1 ``` diff --git a/pom.xml b/pom.xml index 440d15c..ef96498 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ pl.smsapi smsapi-lib jar - 3.0.0 + 3.0.1 smsapi-lib http://www.smsapi.pl/ SMSAPI client library @@ -12,7 +12,7 @@ https://github.com/smsapi/smsapi-java-client.git scm:git:ssh://git@github.com/smsapi/smsapi-java-client.git scm:git:ssh://git@github.com/smsapi/smsapi-java-client.git - v3.0.0 + v3.0.1 @@ -45,11 +45,6 @@ commons-codec 1.10 - - org.apache.maven - maven-model - 3.9.8 - @@ -67,6 +62,14 @@ + + + + src/main/resources-filtered + true + + + @@ -150,6 +153,15 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + ISO-8859-1 + + + diff --git a/src/main/java/pl/smsapi/proxy/ProxyNative.java b/src/main/java/pl/smsapi/proxy/ProxyNative.java index e0d7a88..926b601 100644 --- a/src/main/java/pl/smsapi/proxy/ProxyNative.java +++ b/src/main/java/pl/smsapi/proxy/ProxyNative.java @@ -1,8 +1,5 @@ package pl.smsapi.proxy; -import org.apache.maven.model.Model; -import org.apache.maven.model.io.xpp3.MavenXpp3Reader; -import org.codehaus.plexus.util.xml.pull.XmlPullParserException; import pl.smsapi.api.authenticationStrategy.AuthenticationStrategy; import pl.smsapi.exception.ProxyException; @@ -89,11 +86,19 @@ public String execute(String endpoint, Map data, Map