Skip to content

Commit

Permalink
Fix relative path of Integration test parent POM
Browse files Browse the repository at this point in the history
cdeneux committed Apr 8, 2021

Verified

This commit was signed with the committer’s verified signature.
mikevespi Mike Vesprini
1 parent df9078b commit a70319e
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/sa-SOAP-vacationRequest/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<artifactId>parent</artifactId>
<groupId>org.ow2.petals.integration.tests.se.flowable</groupId>
<version>5.2.0-SNAPSHOT</version>
<relativePath />
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>sa-SOAP-vacationRequest</artifactId>
2 changes: 1 addition & 1 deletion integration/sa-flowable-traveling/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<artifactId>parent</artifactId>
<groupId>org.ow2.petals.integration.tests.se.flowable</groupId>
<version>5.2.0-SNAPSHOT</version>
<relativePath />
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>sa-flowable-traveling</artifactId>
2 changes: 1 addition & 1 deletion integration/sa-flowable-vacationRequest/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<artifactId>parent</artifactId>
<groupId>org.ow2.petals.integration.tests.se.flowable</groupId>
<version>5.2.0-SNAPSHOT</version>
<relativePath />
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>sa-flowable-vacationRequest</artifactId>

0 comments on commit a70319e

Please sign in to comment.