diff options
Diffstat (limited to 'SdncReports/SdncReportsApi/pom.xml')
-rw-r--r-- | SdncReports/SdncReportsApi/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml index a8522b60..d7922b22 100644 --- a/SdncReports/SdncReportsApi/pom.xml +++ b/SdncReports/SdncReportsApi/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReportsApi</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: SdncReports :: SdncReportsApi</name> @@ -22,13 +22,13 @@ </properties> <dependencies> - + <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <version>2.2.3</version> </dependency> - + <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> <dependency> <groupId>com.google.code.gson</groupId> @@ -96,7 +96,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j2</artifactId> </dependency> - + <!-- Add Web jars, instead of dist folder --> <dependency> <groupId>org.webjars</groupId> @@ -109,7 +109,7 @@ <artifactId>bootstrap-datepicker</artifactId> <version>1.0.1</version> </dependency> - + </dependencies> <build> @@ -135,7 +135,7 @@ <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.5.201505241946</version> - <executions> + <executions> <execution> <id>pre-unit-test</id> <goals> @@ -144,12 +144,12 @@ <configuration> <!-- Sets the path to the file which contains the execution data. --> <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile> - <!-- Sets the name of the property containing the settings for JaCoCo + <!-- Sets the name of the property containing the settings for JaCoCo runtime agent. --> <propertyName>surefireArgLine</propertyName> </configuration> </execution> - + <execution> <id>post-unit-test</id> <phase>test</phase> |