Skip to content

Commit

Permalink
fix parent pom relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Dec 27, 2023
1 parent ee32fc1 commit a2031ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/graalvm_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<relativePath>../../java</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>graalvm_tests</artifactId>
Expand Down
1 change: 1 addition & 0 deletions integration_tests/jdk_compatibility_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<relativePath>../../java</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jdk_compatibility_tests</artifactId>
Expand Down
1 change: 1 addition & 0 deletions integration_tests/latest_jdk_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<relativePath>../../java</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>latest_jdk_tests</artifactId>
Expand Down
1 change: 1 addition & 0 deletions integration_tests/perftests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<relativePath>../../java</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit a2031ab

Please sign in to comment.