Skip to content

Commit

Permalink
Merge pull request #146 from adobe/release-branch
Browse files Browse the repository at this point in the history
Preparing the 2.11.16
  • Loading branch information
baubakg authored May 17, 2024
2 parents 88cbf0b + 2c68cc7 commit 34eb582
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The following dependency needs to be added to your pom file:
<dependency>
<groupId>com.adobe.campaign.tests.bridge.service</groupId>
<artifactId>integroBridgeService</artifactId>
<version>2.11.15</version>
<version>2.11.16</version>
</dependency>
```

Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bridgeService-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<parent>
<groupId>com.adobe.campaign.tests.bridge</groupId>
<artifactId>parent</artifactId>
<version>2.11.16-SNAPSHOT</version>
<version>2.11.17-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion integroBridgeService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@
<parent>
<groupId>com.adobe.campaign.tests.bridge</groupId>
<artifactId>parent</artifactId>
<version>2.11.16-SNAPSHOT</version>
<version>2.11.17-SNAPSHOT</version>
</parent>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.adobe.campaign.tests.bridge</groupId>
<artifactId>parent</artifactId>
<version>2.11.16-SNAPSHOT</version>
<version>2.11.17-SNAPSHOT</version>
<description>Bridge Service Parent Project</description>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 34eb582

Please sign in to comment.