From 702c0fa6355436591e2a22d9390ecbbdade0ca6e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 21 Sep 2021 13:11:13 -0400 Subject: Roll versions for Jakarta Roll versions to set up for Jakarta release Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney Change-Id: Ia341d92b79acd758cc9d16f24a83399d1a8a1c5b --- ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml | 3 +-- ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml | 3 +-- ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml | 3 +-- ms/blueprintsprocessor/modules/blueprints/pom.xml | 3 +-- ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/message-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/processor-core/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 3 +-- ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml | 3 +-- ms/blueprintsprocessor/modules/outbounds/pom.xml | 3 +-- ms/blueprintsprocessor/modules/pom.xml | 3 +-- ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 3 +-- ms/blueprintsprocessor/modules/services/pom.xml | 3 +-- ms/blueprintsprocessor/modules/services/workflow-service/pom.xml | 3 +-- 27 files changed, 27 insertions(+), 54 deletions(-) (limited to 'ms/blueprintsprocessor/modules') diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index ce34b4e1d..e3a4e912a 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-blueprints - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index 240274fa7..5458f3dba 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-blueprints - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index 2c86e2dd0..3baff9094 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml @@ -16,14 +16,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-blueprints - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml b/ms/blueprintsprocessor/modules/blueprints/pom.xml index 553b6d3bd..8f18854fd 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT modules-blueprints diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index c5bf5adbb..704deb4e8 100644 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml @@ -16,14 +16,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-blueprints - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 39b50c9ee..fd42947c0 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index d83f3da1f..70ce87b75 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -18,14 +18,13 @@ ~ limitations under the License. ~ ============LICENSE_END========================================================= --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index afdd1884d..4ef076f9f 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index 08a37e912..000851620 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index af2916e7b..55375a7b4 100644 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index c60f705b9..d869c34d8 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -17,14 +17,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT modules-commons diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 336baefc0..1826bda3e 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -16,14 +16,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 28497392b..dae25e1c5 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -16,14 +16,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index 5533f643e..05b6da1b8 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-commons - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index 0f6aec418..5b1e2856c 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index 5d7401775..2fa3d7b85 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml index cb3504491..9d30d00af 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index 2da90d985..7e796b18b 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 17fc13268..5ee5a6146 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT modules-inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 01d974c06..da2d7456f 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 1d5180f7c..7c1ecd207 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -17,14 +17,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml index acaedac8c..ac980cdeb 100644 --- a/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-inbounds - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index dc6a7135d..f761c4e87 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -14,14 +14,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT modules-outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 8e1097b45..45263be35 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -16,14 +16,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-parent - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 7d43aae1b..e3f47aa24 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-services - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 3b81ed7ca..3e3fa063d 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -17,14 +17,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprintsprocessor-modules - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT modules-services diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 737314844..15b5229a8 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -15,14 +15,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules-services - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.modules -- cgit 1.2.3-korg