diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2022-05-02 14:13:19 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2022-05-04 08:30:31 -0400 |
commit | 76ea3c6659f864a7e577702165619df20b6f654c (patch) | |
tree | 058df9a76bfb37270632f788a5e857f6a9585e75 /springboot/springboot25 | |
parent | 386549759ed349d266a6310bb590070dd272e9f3 (diff) |
Refactoring springboot related template and pom-generation
Issue-ID: CCSDK-3629
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I0d0bb47e55a1f27131795e609e38c0952e763856
Diffstat (limited to 'springboot/springboot25')
-rw-r--r-- | springboot/springboot25/pom.xml | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index d7e828da..c946d46a 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -2,7 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- PLEASE READ !!!!! This file was originally generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml --> + <!-- PLEASE READ !!!!! This file is generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template-jdk11.xml + Any updates needed should be made to that template and not to the generated + pom.xml file --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> @@ -16,7 +18,7 @@ <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> - <description>Root POM to be used in place of spring-boot parent for CCSDK based projects (Spring-boot 2.5)</description> + <description>Root POM to be used in place of spring-boot parent for CCSDK based projects</description> <url>http://wiki.onap.org</url> <organization> <name>ONAP</name> @@ -77,7 +79,7 @@ <java.version>11</java.version> <bundle.plugin.version>2.5.0</bundle.plugin.version> - <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> + <maven.compile.plugin.version>3.8.1</maven.compile.plugin.version> <features.file>features.xml</features.file> <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath> <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> @@ -87,10 +89,10 @@ <logging-analytics.version>1.6.9</logging-analytics.version> <!-- CCSDK component versions --> - <ccsdk.cds.version>(1.1.99999,1.2.99999-SNAPSHOT)</ccsdk.cds.version> - <ccsdk.features.version>(1.1.99999, 1.2.99999-SNAPSHOT)</ccsdk.features.version> - <ccsdk.distribution.version>(1.1.99999, 1.2.99999-SNAPSHOT)</ccsdk.distribution.version> - <ccsdk.sli.version>1.3.1</ccsdk.sli.version> + <ccsdk.cds.version>(1.3.99999,1.4.99999-SNAPSHOT]</ccsdk.cds.version> + <ccsdk.features.version>(1.3.99999, 1.4.99999-SNAPSHOT]</ccsdk.features.version> + <ccsdk.distribution.version>(1.3.99999, 1.4.99999-SNAPSHOT]</ccsdk.distribution.version> + <ccsdk.sli.version>(1.4.99999, 1.5.99999-SNAPSHOT]</ccsdk.sli.version> <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version> <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version> <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version> @@ -197,7 +199,7 @@ <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> <version>4.4.2-nordix</version> - </dependency> + </dependency> </dependencies> </dependencyManagement> @@ -435,7 +437,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>${maven-compiler-plugin.version}</version> + <version>${maven.compile.plugin.version}</version> <configuration> <release>${java.version}</release> <!--explicitly remove source and target--> @@ -1085,4 +1087,4 @@ </profile> <!-- End of profiles from ONAP oparent --> </profiles> -</project>
\ No newline at end of file +</project> |