Skip to content

Commit

Permalink
fixup! [MVN] Fix MPI parent plugin
Browse files Browse the repository at this point in the history
Fix feature plugin too
  • Loading branch information
RoiArthurB committed Jan 8, 2025
1 parent 45a8a3c commit 5867762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gama.experimental.feature.MPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<artifactId>gama.experimental.feature.MPI</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>org.gama</groupId>
<artifactId>gama.parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<relativePath>../../gama/gama.parent/</relativePath>
<groupId>org.gama</groupId>
<artifactId>gama.experimental.parent</artifactId>
<version>2024.6.0-SNAPSHOT</version>
<relativePath>../gama.experimental.parent/</relativePath>
</parent>
</project>

0 comments on commit 5867762

Please sign in to comment.