Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Start SoapUI 5.1.0 support #128
Browse files Browse the repository at this point in the history
  • Loading branch information
redfish4ktc committed Jul 31, 2014
1 parent 9fe54ee commit 9c730e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>com.github.redfish4ktc.soapui</groupId>
<artifactId>maven-soapui-extension-plugin</artifactId>
<version>5.0.0.0-SNAPSHOT</version>
<version>5.1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>maven-soapui-extension-plugin</name>
<description>This plugin adds new features and bug fixes to SmartBear soapui-pro-maven-plugin/soapui-maven-plugin.</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<mavenMinimumSupportedVersion>2.2.1</mavenMinimumSupportedVersion>
<invokerParallelThreads>1</invokerParallelThreads>
<!-- use a camel case property name otherwise, the maven invoker plugin won't use it while filtering -->
<soapuiVersionCurrent>5.0.0</soapuiVersionCurrent>
<soapuiVersionCurrent>5.1.0</soapuiVersionCurrent>
<!-- TODO fix for http://jira.codehaus.org/browse/MINVOKER-137 -->
<invokerProfile>defaultInvokerProfile</invokerProfile>
</properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 Thomas Bouffard (redfish4ktc)
* Copyright 2013-2014 Thomas Bouffard (redfish4ktc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,7 +28,8 @@ public class MockAsWarExtension extends MockAsWar {

public MockAsWarExtension(String projectPath, String settingsPath, String warDir, String warFile,
boolean includeExt, boolean actions, boolean listeners, String localEndpoint, boolean enableWebUI) {
super(projectPath, settingsPath, warDir, warFile, includeExt, actions, listeners, localEndpoint, enableWebUI);
super(projectPath, settingsPath, warDir, warFile, includeExt, actions, listeners, localEndpoint, enableWebUI,
null);
}

@Override
Expand Down

0 comments on commit 9c730e1

Please sign in to comment.