diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-15 15:35:41 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-15 20:36:16 +0000 |
commit | 8607135db7bf241e3643d008505c825f3990798d (patch) | |
tree | 85330156cd829232d2e536c3309023a5e6dd0ef0 /aafshiro | |
parent | fa6dc19835ca40f32e7f9723aba73327010693be (diff) |
Update to compile with Java 17
Updated to compile with Java 17
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9d2a8ea42893b1d3d95e0bbe3810de2a4e7b72ed
Diffstat (limited to 'aafshiro')
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 3 | ||||
-rwxr-xr-x | aafshiro/features/features-aafshiro/pom.xml | 3 | ||||
-rwxr-xr-x | aafshiro/features/pom.xml | 3 | ||||
-rwxr-xr-x | aafshiro/installer/pom.xml | 3 | ||||
-rwxr-xr-x | aafshiro/pom.xml | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index 06e31e74c..f6b0e94e0 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -21,14 +21,13 @@ ~ ============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> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index f8760a309..b4c20d182 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -21,14 +21,13 @@ ~ ============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> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index 03008689e..fab116c4d 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/pom.xml @@ -21,14 +21,13 @@ ~ ============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> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index 7693b590b..0c0c1d323 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/installer/pom.xml @@ -21,14 +21,13 @@ ~ ============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> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index 943b03ddd..09571774d 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -21,14 +21,13 @@ ~ ============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> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> |