diff options
Diffstat (limited to 'springboot/springboot25/pom.xml')
-rw-r--r-- | springboot/springboot25/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index ddd3db75..d7e828da 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -2,9 +2,7 @@ <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 is generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml - Any updates needed should be made to that template and not to the generated - pom.xml file --> + <!-- PLEASE READ !!!!! This file was originally generated from ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> @@ -18,7 +16,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</description> + <description>Root POM to be used in place of spring-boot parent for CCSDK based projects (Spring-boot 2.5)</description> <url>http://wiki.onap.org</url> <organization> <name>ONAP</name> @@ -1087,4 +1085,4 @@ </profile> <!-- End of profiles from ONAP oparent --> </profiles> -</project> +</project>
\ No newline at end of file |