Skip to content

Commit

Permalink
Revert spurious modification of poms in cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Aug 19, 2024
1 parent cc8680f commit ac9e231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpython/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../../</relativePath>
</parent>

<groupId>fr.apteryx</groupId>
<groupId>org.bytedeco</groupId>
<artifactId>cpython-platform</artifactId>
<version>3.12.5-${project.parent.version}</version>
<name>JavaCPP Presets Platform for CPython</name>
Expand Down
2 changes: 1 addition & 1 deletion cpython/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.5.11-SNAPSHOT</version>
</parent>

<groupId>fr.apteryx</groupId>
<groupId>org.bytedeco</groupId>
<artifactId>cpython</artifactId>
<version>3.12.5-${project.parent.version}</version>
<name>JavaCPP Presets for CPython</name>
Expand Down

0 comments on commit ac9e231

Please sign in to comment.