diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-08-28 10:18:17 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-08-28 14:56:17 +0000 |
commit | eef450e6f6c80c5d39517b0c84b9b5e01b5e65ae (patch) | |
tree | c78d2c528a85bb2aa6072f1d8686e7f583d4cc02 /SdncReports | |
parent | 05e9500d9652b0ec6c6ff5e7ed65a09393a63532 (diff) |
Rolling to next SNAPSHOT
Ran mvn tidy:pom to refactor poms
Issue-ID: SDNC-1340
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I845330844c5e453601d2f142be14fb26de6e0066
Former-commit-id: 7126148e8ce4a7a472e9ea084259792d77697fc5
Diffstat (limited to 'SdncReports')
-rw-r--r-- | SdncReports/SdncReportsApi/pom.xml | 18 | ||||
-rw-r--r-- | SdncReports/SdncReportsDao/pom.xml | 8 | ||||
-rw-r--r-- | SdncReports/pom.xml | 10 |
3 files changed, 18 insertions, 18 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> diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index 90a09730..d7d6f535 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/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>SdncReportsDao</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: SdncReports :: SdncReportsDao</name> @@ -40,7 +40,7 @@ </dependency> - <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> + <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency> --> <dependency> @@ -48,7 +48,7 @@ <artifactId>jackson-annotations</artifactId> </dependency> - <!-- <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> + <!-- <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> <version>1.0.1.Final</version> </dependency> --> <dependency> <groupId>org.mariadb.jdbc</groupId> diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index 6b50c07e..22be2321 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: SdncReports</name> @@ -39,7 +39,7 @@ <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.5.201505241946</version> <executions> - <!-- Prepares the property pointing to the JaCoCo runtime agent which + <!-- Prepares the property pointing to the JaCoCo runtime agent which is passed as VM argument when Maven the Surefire plugin is executed. --> <execution> <id>pre-unit-test</id> @@ -49,12 +49,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> - <!-- Ensures that the code coverage report for unit tests is created + <!-- Ensures that the code coverage report for unit tests is created after unit tests have been run. --> <execution> <id>post-unit-test</id> |