Skip to content

Commit

Permalink
Fix groupId in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0mming committed Jul 3, 2024
1 parent 24d7464 commit 27675f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.example</groupId>
<groupId>org.snake</groupId>
<artifactId>Snake</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit 27675f3

Please sign in to comment.