Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 758c66c2 authored by Catalin-Emanuel ENACHE's avatar Catalin-Emanuel ENACHE
Browse files

[EDELIVERY-3114] try to increase versions pfr maven and sonar plugin

parent cf3ca814
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-pro-maven-plugin</artifactId>
<version>5.0.0</version>
<!--<version>5.0.0</version>-->
<version>5.1.2</version>
<configuration>
<outputFolder>${maven.multiModuleProjectDirectory}/code-coverage/surefire-reports</outputFolder>
<junitReport>true</junitReport>
......@@ -161,7 +162,8 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.0.1</version>
<!--<version>3.0.1</version>-->
<version>3.3.0.603</version>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment