From 09753774d6faf549928052aeb7eccadc2ab88e0a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 9 Feb 2021 13:06:58 -0500 Subject: Changing parent version to 2.1.1-SNAPSHOT Issue-ID: CCSDK-3147 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I5b83a670ed1115b2a4019bf11558b577c9c05e45 --- aafshiro/features/ccsdk-aafshiro/pom.xml | 2 +- aafshiro/features/features-aafshiro/pom.xml | 2 +- aafshiro/features/pom.xml | 2 +- aafshiro/installer/pom.xml | 2 +- aafshiro/pom.xml | 2 +- features/ccsdk-features-all/pom.xml | 2 +- features/features-features/pom.xml | 2 +- features/installer/pom.xml | 2 +- features/pom.xml | 2 +- lib/doorman/pom.xml | 1 + lib/rlock/pom.xml | 1 - pom.xml | 20 +++++++++++++++++++- sdnr/wt/common/src/test/resources/testpom.xml | 6 +++--- sdnr/wt/readthedocs/pom.xml | 2 +- 14 files changed, 33 insertions(+), 15 deletions(-) diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index ea96f4cc2..8eb6c2c0b 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index 8f53052aa..dbc336aee 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent feature-repo-parent - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index 96bae2259..97bbfe751 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index e9007c752..e95b8cfcf 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/installer/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index 52cf51bc6..5c2f13025 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/features/ccsdk-features-all/pom.xml b/features/ccsdk-features-all/pom.xml index d5903cdd5..d286d6c78 100644 --- a/features/ccsdk-features-all/pom.xml +++ b/features/ccsdk-features-all/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/features/features-features/pom.xml b/features/features-features/pom.xml index 6c489ac01..f45e56c8f 100644 --- a/features/features-features/pom.xml +++ b/features/features-features/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent feature-repo-parent - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 66619739f..4fbf99cfe 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/features/pom.xml b/features/pom.xml index ababe19a5..3a3ca7a0f 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index a204a4ef9..751ce2eb7 100644 --- a/lib/doorman/pom.xml +++ b/lib/doorman/pom.xml @@ -19,6 +19,7 @@ javax.servlet servlet-api + 2.5 org.slf4j diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 24df9c347..e42468a84 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -35,6 +35,5 @@ slf4j-simple test - diff --git a/pom.xml b/pom.xml index 1dc744f49..31c9b4c9d 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT @@ -57,6 +57,24 @@ ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${java.version} + + + + + + + + + blackduck diff --git a/sdnr/wt/common/src/test/resources/testpom.xml b/sdnr/wt/common/src/test/resources/testpom.xml index 6fba87af9..e57fed436 100644 --- a/sdnr/wt/common/src/test/resources/testpom.xml +++ b/sdnr/wt/common/src/test/resources/testpom.xml @@ -29,13 +29,13 @@ org.onap.ccsdk.parent binding-parent - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-common - 1.0.0-SNAPSHOT + 1.1.1-SNAPSHOT jar ccsdk-features :: ${project.artifactId} @@ -63,7 +63,7 @@ javax.servlet - servlet-api + javax.servlet-api org.osgi diff --git a/sdnr/wt/readthedocs/pom.xml b/sdnr/wt/readthedocs/pom.xml index f457abbf4..a19ec8f8b 100644 --- a/sdnr/wt/readthedocs/pom.xml +++ b/sdnr/wt/readthedocs/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.0 + 2.1.1-SNAPSHOT -- cgit 1.2.3-korg