diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-04 12:02:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-04 12:02:55 -0500 |
commit | e9db991431cbe7315b88a4c4c343728e5cee5a6f (patch) | |
tree | 1da25a4d06881cb01d07d1457019e22ebaed7766 | |
parent | a9d103b2d772b98abad859d66fb641b3826572ae (diff) |
Update to use final Oslo versions2.0.0
Update to use final Oslo release versions
Issue-ID: CCSDK-4066
Change-Id: Id57b7af9bcd71c977d6a1fc29d630d6d4ad6fbe2
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | ms/neng/pom.xml | 1 | ||||
-rw-r--r-- | ms/pom.xml | 1 | ||||
-rwxr-xr-x | pom.xml | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 3cf23af4..8ac5042e 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -18,6 +18,7 @@ * 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,6 +18,7 @@ * 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-30-starter-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <relativePath/> </parent> |