Skip to content

Commit

Permalink
[Project] groupId before artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Feb 7, 2024
1 parent e66afd1 commit 8731817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pi4j-plugin-linuxfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>pi4j-plugin</artifactId>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-plugin</artifactId>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pi4j-plugin/pom.xml</relativePath>
</parent>
Expand Down

0 comments on commit 8731817

Please sign in to comment.