diff options
author | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:47:27 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:47:27 -0500 |
commit | 8e3f13effa8e1d77f0f06176f4e6ad5004a07dc5 (patch) | |
tree | 4e53503fa9c982460a82e552a2b85b141c5d5187 | |
parent | d2d664752c81414ec429f54cdf7b37ce19b75a7f (diff) |
Use released version 2.5.1 parent poms
Use released version 2.5.1 of parent pom
Issue-ID: CCSDK-3831
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id48527317f78073a4942fe1116610701ab9f5e1f
-rw-r--r-- | ms/neng/pom.xml | 1 | ||||
-rw-r--r-- | ms/pom.xml | 1 | ||||
-rwxr-xr-x | pom.xml | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 63189567..2bddf10d 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -18,7 +18,6 @@ * limitations under the License. * ============LICENSE_END========================================================= --> - <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> @@ -18,7 +18,6 @@ * limitations under the License. * ============LICENSE_END========================================================= --> - <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> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-26-starter-parent</artifactId> - <version>2.5.0</version> + <version>2.5.1</version> <relativePath/> </parent> |