Skip to content
Merged
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
2 changes: 1 addition & 1 deletion cds-feature-n8n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.sap.cds</groupId>
<artifactId>cds-feature-n8n-parent</artifactId>
<artifactId>cds-feature-n8n-root</artifactId>
<version>${revision}</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.sap.cds</groupId>
<artifactId>cds-feature-n8n-parent</artifactId>
<artifactId>cds-feature-n8n-root</artifactId>
<version>${revision}</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.sap.cds</groupId>
<artifactId>cds-feature-n8n-parent</artifactId>
<artifactId>cds-feature-n8n-root</artifactId>
<version>${revision}</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.sap.cds</groupId>
<artifactId>cds-feature-n8n-parent</artifactId>
<artifactId>cds-feature-n8n-root</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>

<name>cds-feature-n8n parent</name>
<name>cds-feature-n8n root</name>
<description>CAP Java plugin that provides annotation-driven n8n webhook triggers for CAP entity events and actions.</description>
<url>https://cap.cloud.sap/docs/plugins/#n8n</url>

Expand Down
Loading