
org.ktc.soapui.maven.extension.impl.ProjectInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-soapui-extension-plugin Show documentation
Show all versions of maven-soapui-extension-plugin Show documentation
This plugin adds new features and bug fixes to SmartBear soapui-pro-maven-plugin/soapui-maven-plugin.
/*
* Copyright 2013 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.ktc.soapui.maven.extension.impl;
public class ProjectInfo {
public static String getName() {
return "maven-soapui-extension-plugin";
}
public static String getVersion() {
return "4.6.3.0";
}
public static String getFullVersion() {
return getVersion() + " (fe1c0c424ef22c0dbda34dca3fd1aeb91d974174; 2014-01-03 13:18:37.454 +0100)";
}
public static String getSoapuiVersion() {
return "4.6.3";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy