Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions odata-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda.connector.sap</groupId>
<artifactId>connectors-sap-parent</artifactId>
<version>8.8.0-SNAPSHOT</version>
<version>8.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>io.camunda.connector.sap.odata</groupId>
<artifactId>odata</artifactId>
<version>8.8.0-SNAPSHOT</version>
<version>8.9.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>sap-odata-connector</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.camunda.connector.sap</groupId>
<artifactId>connectors-sap-parent</artifactId>
<version>8.8.0-SNAPSHOT</version>
<version>8.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>rfc-connector</module>
Expand All @@ -25,7 +25,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<version.slf4j>2.0.17</version.slf4j>
<version.camunda>8.8.8</version.camunda>
<version.camunda>8.9.0</version.camunda>
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating version.camunda from 8.8.x to 8.9.x changes the minor version association, but the project/module versions remain 8.8.0-SNAPSHOT (see <version> in this POM and module POMs). Repository guidance indicates major/minor versions encode the Camunda 8 release association, so the Camunda minor bump should be accompanied by aligning the connector versions (or keep Camunda on 8.8.x if this repo is intended to stay on the 8.8 line).

Suggested change
<version.camunda>8.9.0</version.camunda>
<version.camunda>8.8.0</version.camunda>

Copilot uses AI. Check for mistakes.
<version.cloud-sdk>5.27.0</version.cloud-sdk>
<version.assertj>3.27.7</version.assertj>
<version.junit-jupiter>6.0.3</version.junit-jupiter>
Expand Down
4 changes: 2 additions & 2 deletions rfc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda.connector.sap</groupId>
<artifactId>connectors-sap-parent</artifactId>
<version>8.8.0-SNAPSHOT</version>
<version>8.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>io.camunda.connector.sap.rfc</groupId>
<artifactId>rfc</artifactId>
<version>8.8.0-SNAPSHOT</version>
<version>8.9.0-SNAPSHOT</version>
<!-- necessary for SAP BTP cf to pick up SAP's JCo lib -->
<packaging>war</packaging>

Expand Down
Loading