diff --git a/.travis.yml b/.travis.yml
index 1197a52..652a22f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,4 @@
language: java
-before_install:
-- rm -rf target
deploy:
provider: releases
api_key:
diff --git a/README.md b/README.md
index 9dfdf35..9b000eb 100644
--- a/README.md
+++ b/README.md
@@ -30,12 +30,12 @@ Under tab "Available Plugins", select "WS Security for SOAP", then click "Apply
### Via Package from [JMeter-Plugins.org](https://jmeter-plugins.org/)
1. Remove wss4j-\*.jar and xmlsec-\*.jar from JMeter's lib directory (if applicable).
-2. Download and extract the [zip package](https://jmeter-plugins.org/files/packages/tilln-wssecurity-1.6.zip) into JMeter's lib directory.
+2. Download and extract the [zip package](https://jmeter-plugins.org/files/packages/tilln-wssecurity-1.7.zip) into JMeter's lib directory.
3. Restart JMeter.
### Via Manual Download
-1. Copy the [jmeter-wssecurity jar file](https://github.com/tilln/jmeter-wssecurity/releases/download/1.6/jmeter-wssecurity-1.6.jar) into JMeter's lib/ext directory.
+1. Copy the [jmeter-wssecurity jar file](https://github.com/tilln/jmeter-wssecurity/releases/download/1.7/jmeter-wssecurity-1.7.jar) into JMeter's lib/ext directory.
2. Copy the following dependencies into JMeter's lib directory:
* [org.apache.wss4j / wss4j-ws-security-dom](https://search.maven.org/remotecontent?filepath=org/apache/wss4j/wss4j-ws-security-dom/2.2.2/wss4j-ws-security-dom-2.2.2.jar)
* [org.apache.wss4j / wss4j-ws-security-common](https://search.maven.org/remotecontent?filepath=org/apache/wss4j/wss4j-ws-security-common/2.2.2/wss4j-ws-security-common-2.2.2.jar)
diff --git a/pom.xml b/pom.xml
index 074d21d..57d3ec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,8 +4,15 @@
nz.co.breakpoint
jmeter-wssecurity
jar
- 1.7-SNAPSHOT
- jmeter-wssecurity
+ 1.7
+ ${project.artifactId}
+
+
+
+ MIT License
+ http://www.opensource.org/licenses/mit-license.php
+
+
UTF-8
@@ -15,9 +22,8 @@
https://github.com/tilln/jmeter-wssecurity
- scm:git:git://github.com/tilln/jmeter-wssecurity
+ scm:git:git://github.com/tilln/jmeter-wssecurity.git
scm:git:git@github.com:tilln/jmeter-wssecurity.git
- HEAD
@@ -69,23 +75,6 @@
-
- org.apache.maven.plugins
- maven-release-plugin
- 2.5.3
-
- clean install
- @{project.artifactId}-@{project.version}
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.0.2
-
- ${project.name}-${project.version}
-
-
org.apache.maven.plugins
maven-surefire-plugin