diff options
Diffstat (limited to 'javatoscachecker')
-rw-r--r-- | javatoscachecker/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/javatoscachecker/pom.xml b/javatoscachecker/pom.xml index 1efabab..689f86e 100644 --- a/javatoscachecker/pom.xml +++ b/javatoscachecker/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.1</version> <relativePath/> </parent> @@ -104,14 +104,17 @@ </configuration> </plugin> +<!-- <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> +--> <plugin> - <groupId>org.codehaus.mojo</groupId> + <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> + <version>3.0.2</version> </plugin> </plugins> |