From 564e82d14f4b0706ace8f0f75900ad124d3a319f Mon Sep 17 00:00:00 2001 From: baubakg Date: Fri, 17 May 2024 09:21:31 +0200 Subject: [PATCH 1/3] Preparing the 2.11.16 --- README.md | 4 ++-- ReleaseNotes.md | 2 +- .../campaign/tests/bridge/service/ConfigValueHandlerIBS.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18e27f0b..599fea2c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The following dependency needs to be added to your pom file: com.adobe.campaign.tests.bridge.service integroBridgeService - 2.11.15 + 2.11.16 ``` @@ -164,7 +164,7 @@ If all is good you should get: ``` All systems up - in production -Version : 2.11.15 +Version : 2.11.16 Product user version : 7.0 ``` diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 73a9255f..9a5e3fa1 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,6 @@ # Bridge Service - RELEASE NOTES -## 2.11.16-SNAPSHOT +## 2.11.16 * **New Feature** [#3 Include an Assertion Feature](https://github.com/adobe/bridgeService/issues/3). We have now included the possibility for users to define assertions. This allows you to clarify accepted results for the call you make with the IBS. * **New Feature** [#79 Allow or passing secrets in headers](https://github.com/adobe/bridgeService/issues/79). You can now pass variables and secrets as headers. * **New Feature** [#110 Allow for Fileuploading and Multi-part requests](https://github.com/adobe/bridgeService/issues/100). We can now upload a file and reference it in the request. diff --git a/integroBridgeService/src/main/java/com/adobe/campaign/tests/bridge/service/ConfigValueHandlerIBS.java b/integroBridgeService/src/main/java/com/adobe/campaign/tests/bridge/service/ConfigValueHandlerIBS.java index 27732691..78dbc0d9 100644 --- a/integroBridgeService/src/main/java/com/adobe/campaign/tests/bridge/service/ConfigValueHandlerIBS.java +++ b/integroBridgeService/src/main/java/com/adobe/campaign/tests/bridge/service/ConfigValueHandlerIBS.java @@ -33,7 +33,7 @@ public enum ConfigValueHandlerIBS { "When set, we use the given method to store the static execution variables."), STATIC_INTEGRITY_PACKAGES("IBS.CLASSLOADER.STATIC.INTEGRITY.PACKAGES", "", false, "This parameter is used for flagging the packages that are to to be used by the IBS class loader. When used, the static variables are not stored between java calls."), - PRODUCT_VERSION("IBS.PRODUCT.VERSION", "not found", false, + PRODUCT_VERSION("IBS.PRODUCT.VERSION", "2.11.16", false, "The version of the BridgeService, which is used to identify the version that is accessed."), PRODUCT_USER_VERSION("IBS.PRODUCT.USER.VERSION", "not set", false, "The version of the BridgeService, which is used to identify the version that is accessed."), From 74ccba0c13de0846644d1472131854d2010ad579 Mon Sep 17 00:00:00 2001 From: adobe-bot Date: Fri, 17 May 2024 07:45:35 +0000 Subject: [PATCH 2/3] [maven-release-plugin] prepare release parent-2.11.16 --- bridgeService-data/pom.xml | 2 +- integroBridgeService/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bridgeService-data/pom.xml b/bridgeService-data/pom.xml index 0c66773d..acd9ba82 100644 --- a/bridgeService-data/pom.xml +++ b/bridgeService-data/pom.xml @@ -44,6 +44,6 @@ com.adobe.campaign.tests.bridge parent - 2.11.16-SNAPSHOT + 2.11.16 diff --git a/integroBridgeService/pom.xml b/integroBridgeService/pom.xml index 7fc66073..fc0ca32a 100644 --- a/integroBridgeService/pom.xml +++ b/integroBridgeService/pom.xml @@ -167,6 +167,6 @@ com.adobe.campaign.tests.bridge parent - 2.11.16-SNAPSHOT + 2.11.16 diff --git a/pom.xml b/pom.xml index 105e6ee5..24568451 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 com.adobe.campaign.tests.bridge parent - 2.11.16-SNAPSHOT + 2.11.16 Bridge Service Parent Project pom ${project.groupId}:${project.artifactId} @@ -197,7 +197,7 @@ https://github.com/adobe/bridgeService/tree/main/src scm:git::https://github.com/adobe/bridgeService.git scm:git:https://github.com/adobe/bridgeService.git - HEAD + parent-2.11.16 From 2c68cc705c427f7d4ca3713dd1ec7fb80aaec471 Mon Sep 17 00:00:00 2001 From: adobe-bot Date: Fri, 17 May 2024 07:45:36 +0000 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- bridgeService-data/pom.xml | 2 +- integroBridgeService/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bridgeService-data/pom.xml b/bridgeService-data/pom.xml index acd9ba82..61ac3165 100644 --- a/bridgeService-data/pom.xml +++ b/bridgeService-data/pom.xml @@ -44,6 +44,6 @@ com.adobe.campaign.tests.bridge parent - 2.11.16 + 2.11.17-SNAPSHOT diff --git a/integroBridgeService/pom.xml b/integroBridgeService/pom.xml index fc0ca32a..2520f3e3 100644 --- a/integroBridgeService/pom.xml +++ b/integroBridgeService/pom.xml @@ -167,6 +167,6 @@ com.adobe.campaign.tests.bridge parent - 2.11.16 + 2.11.17-SNAPSHOT diff --git a/pom.xml b/pom.xml index 24568451..b6d31663 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 com.adobe.campaign.tests.bridge parent - 2.11.16 + 2.11.17-SNAPSHOT Bridge Service Parent Project pom ${project.groupId}:${project.artifactId} @@ -197,7 +197,7 @@ https://github.com/adobe/bridgeService/tree/main/src scm:git::https://github.com/adobe/bridgeService.git scm:git:https://github.com/adobe/bridgeService.git - parent-2.11.16 + HEAD