diff --git a/pom.xml b/pom.xml
index 97a0ee2..42a5dcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
com.wandrell.example
swss-soap-example
- 1.1.2
+ 1.1.3
war
Spring Web Services WS-Security Example
diff --git a/readme.md b/readme.md
index ee6ace6..bec8197 100644
--- a/readme.md
+++ b/readme.md
@@ -93,25 +93,15 @@ With this, by running the project the following endpoints are mapped each to the
|Authentication method|WSS Implementation|URL|
|:-:|:-:|:-:|
-|None|None|[http://localhost:8080/swss/unsecure/entities](http://localhost:8080/swss/unsecure/entities)|
-|Plain Password|XWSS|[http://localhost:8080/swss/password/plain/xwss/entities](http://localhost:8080/swss/password/plain/xwss/entities)|
-|Plain Password|WSS4J|[http://localhost:8080/swss/password/plain/wss4j/entities](http://localhost:8080/swss/password/plain/wss4j/entities)|
-|Digested Password|XWSS|[http://localhost:8080/swss/password/digest/xwss/entities](http://localhost:8080/swss/password/digest/xwss/entities)|
-|Digested Password|WSS4J|[http://localhost:8080/swss/password/digest/wss4j/entities](http://localhost:8080/swss/password/digest/wss4j/entities)|
-|Signature|XWSS|[http://localhost:8080/swss/signature/xwss/entities](http://localhost:8080/swss/signature/xwss/entities)|
-|Signature|WSS4J|[http://localhost:8080/wss4j/signature/xwss/entities](http://localhost:8080/wss4j/signature/xwss/entities)|
-|Encryption|XWSS|[http://localhost:8080/swss/encryption/xwss/entities](http://localhost:8080/swss/encryption/xwss/entities)|
-|Encryption|WSS4J|[http://localhost:8080/wss4j/encryption/xwss/entities](http://localhost:8080/wss4j/encryption/xwss/entities)|
-
-#### WSDL
-
-Each endpoint has their own WSDL file, which can be accessed by just adding the ".wsdl" suffix to the URL.
-
-For example, for the unsecured web service the WSDL URL is as follows:
-
-```
-http://localhost:8080/swss/unsecure/entities.wsdl
-```
+|None|None|[http://localhost:8080/swss/unsecure/entities.wsdl](http://localhost:8080/swss/unsecure/entities.wsdl)|
+|Plain Password|XWSS|[http://localhost:8080/swss/password/plain/xwss/entities.wsdl](http://localhost:8080/swss/password/plain/xwss/entities.wsdl)|
+|Plain Password|WSS4J|[http://localhost:8080/swss/password/plain/wss4j/entities.wsdl](http://localhost:8080/swss/password/plain/wss4j/entities.wsdl)|
+|Digested Password|XWSS|[http://localhost:8080/swss/password/digest/xwss/entities.wsdl](http://localhost:8080/swss/password/digest/xwss/entities.wsdl)|
+|Digested Password|WSS4J|[http://localhost:8080/swss/password/digest/wss4j/entities.wsdl](http://localhost:8080/swss/password/digest/wss4j/entities.wsdl)|
+|Signature|XWSS|[http://localhost:8080/swss/signature/xwss/entities.wsdl](http://localhost:8080/swss/signature/xwss/entities.wsdl)|
+|Signature|WSS4J|[http://localhost:8080/swss/signature/wss4j/entities.wsdl](http://localhost:8080/swss/signature/wss4j/entities.wsdl)|
+|Encryption|XWSS|[http://localhost:8080/swss/encryption/xwss/entities.wsdl](http://localhost:8080/swss/encryption/xwss/entities.wsdl)|
+|Encryption|WSS4J|[http://localhost:8080/swss/encryption/wss4j/entities.wsdl](http://localhost:8080/swss/encryption/wss4j/entities.wsdl)|
## Collaborate
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 82f0cc9..78786d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,5 +75,10 @@
Updated the Maven Skin.
+
+
+ Corrected links in the readme.
+
+